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

Commit

Permalink
update dependencies (#9026)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored and danielroe committed Jan 21, 2023
1 parent 47f953d commit 80ed035
Show file tree
Hide file tree
Showing 6 changed files with 161 additions and 606 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"nuxi": "workspace:*",
"nuxt": "workspace:*",
"nuxt3": "workspace:nuxt@*",
"unbuild": "^0.9.4",
"unbuild": "^1.0.0",
"vite": "^3.2.4",
"vue": "3.2.45"
},
Expand Down Expand Up @@ -71,7 +71,7 @@
"std-env": "^3.3.1",
"typescript": "^4.9.3",
"ufo": "^1.0.0",
"unbuild": "^0.9.4",
"unbuild": "^1.0.0",
"vite": "^3.2.4",
"vitest": "^0.25.2",
"vue-tsc": "^1.0.9"
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@nuxt/devalue": "^2.0.0",
"@nuxt/kit": "3.0.0-rc.13",
"@nuxt/schema": "3.0.0-rc.13",
"@nuxt/telemetry": "^2.1.6",
"@nuxt/telemetry": "^2.1.7",
"@nuxt/ui-templates": "^0.4.0",
"@nuxt/vite-builder": "3.0.0-rc.13",
"@vue/reactivity": "^3.2.45",
Expand All @@ -61,7 +61,7 @@
"knitwork": "^1.0.0",
"magic-string": "^0.26.7",
"mlly": "^1.0.0",
"nitropack": "^1.0.0-0",
"nitropack": "^1.0.0-1",
"nuxi": "3.0.0-rc.13",
"ohash": "^1.0.0",
"ofetch": "^1.0.0",
Expand All @@ -77,7 +77,7 @@
"unplugin": "^1.0.0",
"untyped": "^1.0.0",
"vue": "^3.2.45",
"vue-bundle-renderer": "^0.5.0",
"vue-bundle-renderer": "^1.0.0",
"vue-devtools-stub": "^0.1.0",
"vue-router": "^4.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/semver": "^7",
"@vitejs/plugin-vue": "^3.2.0",
"@unhead/schema": "^0.6.9",
"nitropack": "^1.0.0-0",
"nitropack": "^1.0.0-1",
"unbuild": "latest",
"vite": "~3.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"vite": "~3.2.4",
"vite-node": "^0.25.2",
"vite-plugin-checker": "^0.5.1",
"vue-bundle-renderer": "^0.5.0"
"vue-bundle-renderer": "^1.0.0"
},
"peerDependencies": {
"vue": "^3.2.45"
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"ufo": "^1.0.0",
"unplugin": "^1.0.0",
"url-loader": "^4.1.1",
"vue-bundle-renderer": "^0.5.0",
"vue-bundle-renderer": "^1.0.0",
"vue-loader": "^17.0.1",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
Expand Down

0 comments on commit 80ed035

Please sign in to comment.