Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

chore(deps): update all non-major dependencies #3962

Merged
merged 2 commits into from Mar 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -40,8 +40,8 @@
"@types/jsdom": "^16",
"@types/node": "^16.11.26",
"@types/object-hash": "^2",
"@unocss/reset": "^0.30.7",
"esbuild": "^0.14.28",
"@unocss/reset": "^0.30.8",
"esbuild": "^0.14.29",
"eslint": "^8.12.0",
"eslint-plugin-jsdoc": "^38.1.4",
"execa": "^6.1.0",
Expand All @@ -55,7 +55,7 @@
"pathe": "^0.2.0",
"typescript": "^4.6.3",
"unbuild": "^0.7.2",
"vitest": "^0.8.0",
"vitest": "^0.8.1",
"vue-router": "^4.0.14",
"vue-tsc": "^0.33.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge/package.json
Expand Up @@ -25,7 +25,7 @@
"@nuxt/nitro": "3.0.0",
"@nuxt/postcss8": "^1.1.3",
"@nuxt/schema": "3.0.0",
"@vitejs/plugin-legacy": "^1.7.1",
"@vitejs/plugin-legacy": "^1.8.0",
"@vue/composition-api": "^1.4.9",
"@vueuse/head": "^0.7.5",
"acorn": "^8.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nitro/package.json
Expand Up @@ -37,7 +37,7 @@
"defu": "^6.0.0",
"destr": "^1.1.0",
"dot-prop": "^7.2.0",
"esbuild": "^0.14.28",
"esbuild": "^0.14.29",
"etag": "^1.8.1",
"fs-extra": "^10.0.1",
"globby": "^13.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"playwright": "^1.20.1",
"unbuild": "latest",
"vitest": "^0.8.0"
"vitest": "^0.8.1"
},
"peerDependencies": {
"vue": "3.2.31"
Expand Down
8 changes: 4 additions & 4 deletions packages/vite/package.json
Expand Up @@ -20,13 +20,13 @@
},
"dependencies": {
"@nuxt/kit": "3.0.0",
"@vitejs/plugin-vue": "^2.2.4",
"@vitejs/plugin-vue-jsx": "^1.3.8",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.9",
"autoprefixer": "^10.4.4",
"chokidar": "^3.5.3",
"cssnano": "^5.1.5",
"defu": "^6.0.0",
"esbuild": "^0.14.28",
"esbuild": "^0.14.29",
"escape-string-regexp": "^5.0.0",
"externality": "^0.2.1",
"fs-extra": "^10.0.1",
Expand All @@ -44,7 +44,7 @@
"ufo": "^0.8.1",
"unplugin": "^0.6.0",
"vite": "~2.8.6",
"vite-node": "^0.8.0"
"vite-node": "^0.8.1"
},
"peerDependencies": {
"vue": "3.2.31"
Expand Down