Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (main) (#20922)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
  • Loading branch information
renovate[bot] and danielroe committed May 17, 2023
1 parent 2cdc22a commit 37b4e32
Show file tree
Hide file tree
Showing 9 changed files with 103 additions and 104 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -73,7 +73,7 @@
"typescript": "^5.0.4",
"ufo": "^1.1.2",
"vite": "^4.3.7",
"vitest": "^0.31.0",
"vitest": "^0.31.1",
"vue": "3.3.2",
"vue-eslint-parser": "^9.3.0",
"vue-tsc": "^1.6.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/kit/package.json
Expand Up @@ -46,8 +46,8 @@
"nitropack": "^2.4.1",
"unbuild": "latest",
"vite": "^4.3.7",
"vitest": "^0.31.0",
"webpack": "^5.82.1"
"vitest": "^0.31.1",
"webpack": "^5.83.0"
},
"engines": {
"node": "^14.18.0 || >=16.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Expand Up @@ -112,7 +112,7 @@
"acorn": "^8.8.2",
"unbuild": "latest",
"vite": "^4.3.7",
"vitest": "^0.31.0"
"vitest": "^0.31.1"
},
"peerDependencies": {
"@parcel/watcher": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Expand Up @@ -39,7 +39,7 @@
"vue": "3.3.2",
"vue-bundle-renderer": "^1.0.3",
"vue-router": "^4.2.0",
"webpack": "^5.82.1"
"webpack": "^5.83.0"
},
"dependencies": {
"defu": "^6.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Expand Up @@ -36,12 +36,12 @@
"@jest/globals": "^29.5.0",
"playwright": "^1.33.0",
"unbuild": "latest",
"vitest": "^0.31.0"
"vitest": "^0.31.1"
},
"peerDependencies": {
"@jest/globals": "^29.5.0",
"playwright": "^1.33.0",
"vitest": "^0.31.0",
"vitest": "^0.31.1",
"vue": "^3.3.2"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Expand Up @@ -55,7 +55,7 @@
"ufo": "^1.1.2",
"unplugin": "^1.3.1",
"vite": "~4.3.7",
"vite-node": "^0.31.0",
"vite-node": "^0.31.1",
"vite-plugin-checker": "^0.6.0",
"vue-bundle-renderer": "^1.0.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/vite/src/runtime/vite-node.mjs
Expand Up @@ -37,7 +37,6 @@ function createRunner () {
return new ViteNodeRunner({
root: viteNodeOptions.root, // Equals to Nuxt `srcDir`
base: viteNodeOptions.base,
// @ts-expect-error https://github.com/vitest-dev/vitest/pull/3312
resolveId (id, importer) { _importers.set(id, importer) },
async fetchModule (id) {
const importer = _importers.get(id)
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Expand Up @@ -52,7 +52,7 @@
"url-loader": "^4.1.1",
"vue-bundle-renderer": "^1.0.3",
"vue-loader": "^17.1.1",
"webpack": "^5.82.1",
"webpack": "^5.83.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-dev-middleware": "^6.1.1",
"webpack-hot-middleware": "^2.25.3",
Expand Down

0 comments on commit 37b4e32

Please sign in to comment.