Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 22, 2023
1 parent 84475fb commit da58d70
Show file tree
Hide file tree
Showing 3 changed files with 387 additions and 308 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -88,19 +88,19 @@
"@sxzz/eslint-config": "^2.4.6",
"@types/benchmark": "^2.1.2",
"@types/jsesc": "^3.0.1",
"@types/node": "^18.16.9",
"@types/node": "^18.16.14",
"@types/react": "^18.2.6",
"benchmark": "^2.1.4",
"bumpp": "^9.1.0",
"eslint": "^8.40.0",
"eslint": "^8.41.0",
"eslint-define-config": "^1.20.0",
"fast-glob": "^3.2.12",
"prettier": "^2.8.8",
"tsup": "^6.7.0",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vitest": "^0.31.0"
"vite": "^4.3.8",
"vitest": "^0.31.1"
},
"engines": {
"node": ">=14.19.0"
Expand Down
12 changes: 6 additions & 6 deletions playground/package.json
Expand Up @@ -11,19 +11,19 @@
"vercel-build": "pnpm run -C .. build && pnpm build"
},
"dependencies": {
"@unocss/reset": "^0.51.13",
"@unocss/reset": "^0.52.0",
"@vueuse/core": "^10.1.2",
"unplugin-jsx-string": "workspace:*",
"vue": "^3.3.2"
"vue": "^3.3.4"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.16",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/runtime-core": "^3.3.2",
"unocss": "^0.51.13",
"unplugin-auto-import": "^0.15.3",
"@vue/runtime-core": "^3.3.4",
"unocss": "^0.52.0",
"unplugin-auto-import": "^0.16.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.5",
"vite": "^4.3.8",
"vue-tsc": "^1.6.5"
}
}

0 comments on commit da58d70

Please sign in to comment.