Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (nuxt#4934)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* update lock

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
  • Loading branch information
3 people authored May 12, 2022
1 parent cad4edd commit 33fb75f
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 185 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^10.0.0",
"@types/node": "^16.11.33",
"@types/node": "^16.11.34",
"@types/rimraf": "^3",
"@unocss/reset": "^0.33.2",
"case-police": "^0.5.3",
Expand All @@ -63,7 +63,7 @@
"rimraf": "^3.0.2",
"typescript": "^4.6.4",
"unbuild": "^0.7.4",
"vitest": "^0.12.3",
"vitest": "^0.12.4",
"vue-tsc": "^0.34.12"
},
"packageManager": "yarn@3.2.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 @@ -50,7 +50,7 @@
"hash-sum": "^2.0.0",
"hookable": "^5.1.1",
"knitwork": "^0.1.1",
"magic-string": "^0.26.1",
"magic-string": "^0.26.2",
"mlly": "^0.5.2",
"nitropack": "^0.4.3",
"nuxi": "^3.0.0-rc.3",
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 @@ -24,7 +24,7 @@
"devDependencies": {
"playwright": "^1.21.1",
"unbuild": "latest",
"vitest": "^0.12.3"
"vitest": "^0.12.4"
},
"peerDependencies": {
"vue": "3.2.33"
Expand Down
8 changes: 4 additions & 4 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.3",
"@vitejs/plugin-vue": "^2.3.2",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"autoprefixer": "^10.4.7",
"chokidar": "^3.5.3",
Expand All @@ -33,7 +33,7 @@
"get-port-please": "^2.5.0",
"h3": "^0.7.8",
"knitwork": "^0.1.1",
"magic-string": "^0.26.1",
"magic-string": "^0.26.2",
"mlly": "^0.5.2",
"pathe": "^0.3.0",
"perfect-debounce": "^0.1.3",
Expand All @@ -44,8 +44,8 @@
"rollup-plugin-visualizer": "^5.6.0",
"ufo": "^0.8.4",
"unplugin": "^0.6.3",
"vite": "^2.9.8",
"vite-node": "^0.12.3",
"vite": "^2.9.9",
"vite-node": "^0.12.4",
"vite-plugin-checker": "^0.4.6"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"fs-extra": "^10.1.0",
"hash-sum": "^2.0.0",
"lodash-es": "^4.17.21",
"magic-string": "^0.26.1",
"magic-string": "^0.26.2",
"memfs": "^3.4.1",
"mini-css-extract-plugin": "^2.6.0",
"mlly": "^0.5.2",
Expand Down
Loading

0 comments on commit 33fb75f

Please sign in to comment.