Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
chore(deps): update all non-major dependencies (#8399)
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 Oct 24, 2022
1 parent e7e7568 commit 5e93604
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 196 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@
"@nuxt/webpack-builder": "workspace:*",
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@types/crawler": "^1.2.2",
"@types/node": "^16.11.68",
"@types/node": "^16.18.0",
"@types/rimraf": "^3",
"@types/semver": "^7",
"@unocss/reset": "^0.45.30",
"case-police": "^0.5.10",
"changelogen": "^0.3.5",
"crawler": "^1.3.0",
"eslint": "^8.25.0",
"eslint-plugin-jsdoc": "^39.3.14",
"eslint": "^8.26.0",
"eslint-plugin-jsdoc": "^39.3.23",
"execa": "^6.1.0",
"expect-type": "^0.14.2",
"expect-type": "^0.15.0",
"globby": "^13.1.2",
"jiti": "^1.16.0",
"markdownlint-cli": "^0.32.2",
Expand All @@ -74,9 +74,9 @@
"unbuild": "^0.9.4",
"vite": "^3.1.8",
"vitest": "^0.24.3",
"vue-tsc": "^1.0.8"
"vue-tsc": "^1.0.9"
},
"packageManager": "pnpm@7.13.6",
"packageManager": "pnpm@7.14.0",
"engines": {
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"unctx": "^2.0.2",
"unenv": "^0.6.2",
"unimport": "^0.6.8",
"unplugin": "^0.10.0",
"unplugin": "^0.10.1",
"untyped": "^0.5.0",
"vue": "^3.2.41",
"vue-bundle-renderer": "^0.4.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@nuxt/kit": "3.0.0-rc.12",
"@rollup/plugin-replace": "^5.0.0",
"@rollup/plugin-replace": "^5.0.1",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"autoprefixer": "^10.4.12",
Expand All @@ -47,7 +47,7 @@
"rollup": "^2.79.1",
"rollup-plugin-visualizer": "^5.8.3",
"ufo": "^0.8.6",
"unplugin": "^0.10.0",
"unplugin": "^0.10.1",
"vite": "~3.1.8",
"vite-node": "^0.24.3",
"vite-plugin-checker": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"style-resources-loader": "^1.5.0",
"time-fix-plugin": "^2.0.7",
"ufo": "^0.8.6",
"unplugin": "^0.10.0",
"unplugin": "^0.10.1",
"url-loader": "^4.1.1",
"vue-bundle-renderer": "^0.4.4",
"vue-loader": "^17.0.0",
Expand Down

0 comments on commit 5e93604

Please sign in to comment.