Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (main) (#20867)
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 83cb5d6 commit 55a5fa4
Show file tree
Hide file tree
Showing 7 changed files with 160 additions and 154 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@nuxt/webpack-builder": "workspace:*",
"nuxi": "workspace:*",
"nuxt": "workspace:*",
"vite": "^4.3.6",
"vite": "^4.3.7",
"vue": "3.3.2",
"magic-string": "^0.30.0"
},
Expand All @@ -42,7 +42,7 @@
"@nuxt/webpack-builder": "workspace:*",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/crawler": "^1.2.2",
"@types/node": "^18.16.9",
"@types/node": "^18.16.12",
"@types/semver": "^7.5.0",
"case-police": "^0.6.1",
"chalk": "^5.2.0",
Expand Down Expand Up @@ -71,7 +71,7 @@
"std-env": "^3.3.3",
"typescript": "^5.0.4",
"ufo": "^1.1.2",
"vite": "^4.3.6",
"vite": "^4.3.7",
"vitest": "^0.31.0",
"vue": "3.3.2",
"vue-eslint-parser": "^9.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"@types/hash-sum": "^1.0.0",
"@types/lodash.template": "^4.5.1",
"@types/semver": "^7.5.0",
"nitropack": "^2.4.0",
"nitropack": "^2.4.1",
"unbuild": "latest",
"vite": "^4.3.6",
"vite": "^4.3.7",
"vitest": "^0.31.0",
"webpack": "^5.82.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"local-pkg": "^0.4.3",
"magic-string": "^0.30.0",
"mlly": "^1.2.1",
"nitropack": "^2.4.0",
"nitropack": "^2.4.1",
"nuxi": "workspace:../nuxi",
"nypm": "^0.2.0",
"ofetch": "^1.0.1",
Expand Down Expand Up @@ -111,7 +111,7 @@
"@vitejs/plugin-vue": "^4.2.3",
"acorn": "^8.8.2",
"unbuild": "latest",
"vite": "^4.3.6",
"vite": "^4.3.7",
"vitest": "^0.31.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"@vitejs/plugin-vue-jsx": "^3.0.1",
"h3": "^1.6.6",
"ignore": "^5.2.4",
"nitropack": "^2.4.0",
"nitropack": "^2.4.1",
"unbuild": "latest",
"unctx": "^2.3.0",
"vite": "~4.3.6",
"vite": "~4.3.7",
"vue": "3.3.2",
"vue-bundle-renderer": "^1.0.3",
"vue-router": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"strip-literal": "^1.0.1",
"ufo": "^1.1.2",
"unplugin": "^1.3.1",
"vite": "~4.3.6",
"vite": "~4.3.7",
"vite-node": "^0.31.0",
"vite-plugin-checker": "^0.6.0",
"vue-bundle-renderer": "^1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"vue-loader": "^17.1.1",
"webpack": "^5.82.1",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-dev-middleware": "^6.1.0",
"webpack-dev-middleware": "^6.1.1",
"webpack-hot-middleware": "^2.25.3",
"webpack-virtual-modules": "^0.5.0",
"webpackbar": "^5.0.2"
Expand Down

0 comments on commit 55a5fa4

Please sign in to comment.