Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#10012)
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 Jan 10, 2023
1 parent 076b5e9 commit 6c32a60
Show file tree
Hide file tree
Showing 9 changed files with 85 additions and 80 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -73,7 +73,7 @@
"ufo": "^1.0.1",
"unbuild": "^1.0.2",
"vite": "^4.0.4",
"vitest": "^0.26.3",
"vitest": "^0.27.0",
"vue-tsc": "^1.0.24"
},
"packageManager": "pnpm@7.23.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Expand Up @@ -23,7 +23,7 @@
"jiti": "^1.16.1",
"knitwork": "^1.0.0",
"lodash.template": "^4.5.0",
"mlly": "^1.0.0",
"mlly": "^1.1.0",
"pathe": "^1.0.0",
"pkg-types": "^1.0.1",
"scule": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxi/package.json
Expand Up @@ -38,7 +38,7 @@
"h3": "^1.0.2",
"jiti": "^1.16.1",
"listhen": "^1.0.1",
"mlly": "^1.0.0",
"mlly": "^1.1.0",
"mri": "^1.2.0",
"pathe": "^1.0.0",
"perfect-debounce": "^0.1.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/nuxt/package.json
Expand Up @@ -45,8 +45,8 @@
"@vue/reactivity": "^3.2.45",
"@vue/shared": "^3.2.45",
"@vueuse/head": "^1.0.22",
"unhead": "^1.0.14",
"@unhead/ssr": "^1.0.14",
"unhead": "^1.0.15",
"@unhead/ssr": "^1.0.15",
"chokidar": "^3.5.3",
"cookie-es": "^0.5.0",
"defu": "^6.1.1",
Expand All @@ -60,8 +60,8 @@
"hookable": "^5.4.2",
"knitwork": "^1.0.0",
"magic-string": "^0.27.0",
"mlly": "^1.0.0",
"nitropack": "npm:nitropack-edge@2.0.0-27860563.409fe2b",
"mlly": "^1.1.0",
"nitropack": "npm:nitropack-edge@2.0.0-27887983.dcc59c7",
"nuxi": "3.0.0",
"ohash": "^1.0.0",
"ofetch": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Expand Up @@ -16,9 +16,9 @@
"devDependencies": {
"@types/lodash.template": "^4",
"@types/semver": "^7",
"@unhead/schema": "^1.0.14",
"@unhead/schema": "^1.0.15",
"@vitejs/plugin-vue": "^4.0.0",
"nitropack": "npm:nitropack-edge@2.0.0-27860563.409fe2b",
"nitropack": "npm:nitropack-edge@2.0.0-27887983.dcc59c7",
"unbuild": "latest",
"vite": "~4.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"playwright": "^1.29.2",
"unbuild": "latest",
"vitest": "^0.26.3"
"vitest": "^0.27.0"
},
"peerDependencies": {
"vue": "^3.2.45"
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Expand Up @@ -36,7 +36,7 @@
"h3": "^1.0.2",
"knitwork": "^1.0.0",
"magic-string": "^0.27.0",
"mlly": "^1.0.0",
"mlly": "^1.1.0",
"ohash": "^1.0.0",
"pathe": "^1.0.0",
"perfect-debounce": "^0.1.3",
Expand All @@ -49,7 +49,7 @@
"ufo": "^1.0.1",
"unplugin": "^1.0.1",
"vite": "~4.0.4",
"vite-node": "^0.26.3",
"vite-node": "^0.27.0",
"vite-plugin-checker": "^0.5.3",
"vue-bundle-renderer": "^1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Expand Up @@ -34,7 +34,7 @@
"magic-string": "^0.27.0",
"memfs": "^3.4.13",
"mini-css-extract-plugin": "^2.7.2",
"mlly": "^1.0.0",
"mlly": "^1.1.0",
"ohash": "^1.0.0",
"pathe": "^1.0.0",
"pify": "^6.1.0",
Expand Down

0 comments on commit 6c32a60

Please sign in to comment.