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 (#10052)
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 Jan 13, 2023
1 parent a3075b9 commit 50587ef
Show file tree
Hide file tree
Showing 7 changed files with 215 additions and 168 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/node": "^18.11.18",
"@types/rimraf": "^3",
"@types/semver": "^7",
"@unocss/reset": "^0.48.3",
"@unocss/reset": "^0.48.4",
"case-police": "^0.5.10",
"changelogen": "^0.4.0",
"crawler": "^1.4.0",
Expand All @@ -73,10 +73,10 @@
"ufo": "^1.0.1",
"unbuild": "^1.0.2",
"vite": "^4.0.4",
"vitest": "^0.27.0",
"vitest": "^0.27.1",
"vue-tsc": "^1.0.24"
},
"packageManager": "pnpm@7.24.3",
"packageManager": "pnpm@7.25.0",
"engines": {
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"knitwork": "^1.0.0",
"magic-string": "^0.27.0",
"mlly": "^1.1.0",
"nitropack": "npm:nitropack-edge@2.0.0-27890666.bece791",
"nitropack": "npm:nitropack-edge@2.0.0-27894171.0638f64",
"nuxi": "3.0.0",
"ohash": "^1.0.0",
"ofetch": "^1.0.0",
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",
"@unhead/schema": "^1.0.15",
"@vitejs/plugin-vue": "^4.0.0",
"nitropack": "npm:nitropack-edge@2.0.0-27890666.bece791",
"nitropack": "npm:nitropack-edge@2.0.0-27894171.0638f64",
"unbuild": "latest",
"vite": "~4.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"playwright": "^1.29.2",
"unbuild": "latest",
"vitest": "^0.27.0"
"vitest": "^0.27.1"
},
"peerDependencies": {
"vue": "^3.2.45"
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"chokidar": "^3.5.3",
"cssnano": "^5.1.14",
"defu": "^6.1.1",
"esbuild": "^0.16.16",
"esbuild": "^0.16.17",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.2",
"externality": "^1.0.0",
Expand All @@ -44,12 +44,12 @@
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"postcss-url": "^10.1.3",
"rollup": "^3.9.1",
"rollup": "^3.10.0",
"rollup-plugin-visualizer": "^5.9.0",
"ufo": "^1.0.1",
"unplugin": "^1.0.1",
"vite": "~4.0.4",
"vite-node": "^0.27.0",
"vite-node": "^0.27.1",
"vite-plugin-checker": "^0.5.3",
"vue-bundle-renderer": "^1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"cssnano": "^5.1.14",
"esbuild-loader": "^2.20.0",
"esbuild-loader": "^2.21.0",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.2",
"file-loader": "^6.2.0",
Expand Down
Loading

0 comments on commit 50587ef

Please sign in to comment.