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 (#8507)
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 27, 2022
1 parent 7c18434 commit 24b0630
Show file tree
Hide file tree
Showing 7 changed files with 139 additions and 358 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"nuxt": "workspace:*",
"nuxt3": "workspace:nuxt@*",
"unbuild": "^0.9.4",
"vite": "^3.1.8",
"vite": "^3.2.0",
"vue": "3.2.41"
},
"devDependencies": {
Expand All @@ -48,7 +48,7 @@
"@nuxt/webpack-builder": "workspace:*",
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@types/crawler": "^1.2.2",
"@types/node": "^18.11.5",
"@types/node": "^18.11.7",
"@types/rimraf": "^3",
"@types/semver": "^7",
"@unocss/reset": "^0.46.0",
Expand All @@ -72,7 +72,7 @@
"typescript": "^4.8.4",
"ufo": "^0.8.6",
"unbuild": "^0.9.4",
"vite": "^3.1.8",
"vite": "^3.2.0",
"vitest": "^0.24.3",
"vue-tsc": "^1.0.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lodash.template": "^4.5.0",
"mlly": "^0.5.16",
"pathe": "^0.3.9",
"pkg-types": "^0.3.5",
"pkg-types": "^0.3.6",
"scule": "^0.3.2",
"semver": "^7.3.8",
"unctx": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"mri": "^1.2.0",
"pathe": "^0.3.9",
"perfect-debounce": "^0.1.3",
"pkg-types": "^0.3.5",
"pkg-types": "^0.3.6",
"scule": "^0.3.2",
"semver": "^7.3.8",
"unbuild": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@nuxt/vite-builder": "3.0.0-rc.12",
"@vue/reactivity": "^3.2.41",
"@vue/shared": "^3.2.41",
"@vueuse/head": "~1.0.0-rc.9",
"@vueuse/head": "~1.0.0-rc.14",
"chokidar": "^3.5.3",
"cookie-es": "^0.5.0",
"defu": "^6.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"devDependencies": {
"@types/lodash.template": "^4",
"@types/semver": "^7",
"@vitejs/plugin-vue": "^3.1.2",
"@vueuse/head": "~1.0.0-rc.9",
"@vitejs/plugin-vue": "^3.2.0",
"@vueuse/head": "~1.0.0-rc.14",
"nitropack": "^0.6.0",
"unbuild": "latest",
"vite": "~3.1.8"
"vite": "~3.2.0"
},
"dependencies": {
"c12": "^0.2.13",
"create-require": "^1.1.1",
"defu": "^6.1.0",
"jiti": "^1.16.0",
"pathe": "^0.3.9",
"pkg-types": "^0.3.5",
"pkg-types": "^0.3.6",
"postcss-import-resolver": "^2.0.0",
"scule": "^0.3.2",
"std-env": "^3.3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"dependencies": {
"@nuxt/kit": "3.0.0-rc.12",
"@rollup/plugin-replace": "^5.0.1",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.0",
"autoprefixer": "^10.4.12",
"chokidar": "^3.5.3",
"cssnano": "^5.1.13",
Expand All @@ -40,15 +40,15 @@
"ohash": "^0.1.5",
"pathe": "^0.3.9",
"perfect-debounce": "^0.1.3",
"pkg-types": "^0.3.5",
"pkg-types": "^0.3.6",
"postcss": "^8.4.18",
"postcss-import": "^15.0.0",
"postcss-url": "^10.1.3",
"rollup": "^2.79.1",
"rollup-plugin-visualizer": "^5.8.3",
"ufo": "^0.8.6",
"unplugin": "^0.10.2",
"vite": "~3.1.8",
"vite": "~3.2.0",
"vite-node": "^0.24.3",
"vite-plugin-checker": "^0.5.1",
"vue-bundle-renderer": "^0.4.4"
Expand Down

0 comments on commit 24b0630

Please sign in to comment.