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
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 30, 2022
1 parent 646c2f6 commit 1b0d45e
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 61 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -30,7 +30,7 @@
"jiti": "^1.13.0",
"nitropack-dev": "link:../nitropack",
"nuxt3": "workspace:./packages/nuxt3",
"vite": "~2.8.6",
"vite": "~2.9.0",
"unbuild": "^0.7.2"
},
"devDependencies": {
Expand All @@ -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
6 changes: 3 additions & 3 deletions 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 All @@ -38,7 +38,7 @@
"externality": "^0.2.1",
"fs-extra": "^10.0.1",
"globby": "^13.1.1",
"h3": "^0.4.2",
"h3": "^0.5.1",
"hash-sum": "^2.0.0",
"knitwork": "^0.1.1",
"magic-string": "^0.26.1",
Expand All @@ -61,7 +61,7 @@
"unplugin": "^0.6.0",
"unplugin-vue2-script-setup": "^0.10.1",
"untyped": "^0.4.3",
"vite": "~2.8.6",
"vite": "~2.9.0",
"vite-plugin-vue2": "^1.9.3",
"vue-template-compiler": "^2.6.14"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/nitro/package.json
Expand Up @@ -37,12 +37,12 @@
"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",
"gzip-size": "^7.0.0",
"h3": "^0.4.2",
"h3": "^0.5.1",
"hasha": "^5.2.2",
"hookable": "^5.1.1",
"http-proxy": "^1.18.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt3/package.json
Expand Up @@ -45,7 +45,7 @@
"escape-string-regexp": "^5.0.0",
"fs-extra": "^10.0.1",
"globby": "^13.1.1",
"h3": "^0.4.2",
"h3": "^0.5.1",
"hash-sum": "^2.0.0",
"hookable": "^5.1.1",
"knitwork": "^0.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
10 changes: 5 additions & 5 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 @@ -43,8 +43,8 @@
"rollup-plugin-visualizer": "^5.6.0",
"ufo": "^0.8.1",
"unplugin": "^0.6.0",
"vite": "~2.8.6",
"vite-node": "^0.8.0"
"vite": "~2.9.0",
"vite-node": "^0.8.1"
},
"peerDependencies": {
"vue": "3.2.31"
Expand Down
78 changes: 33 additions & 45 deletions yarn.lock
Expand Up @@ -2599,7 +2599,7 @@ __metadata:
"@types/fs-extra": ^9.0.13
"@types/hash-sum": ^1.0.0
"@types/node-fetch": ^3.0.2
"@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 All @@ -2612,7 +2612,7 @@ __metadata:
externality: ^0.2.1
fs-extra: ^10.0.1
globby: ^13.1.1
h3: ^0.4.2
h3: ^0.5.1
hash-sum: ^2.0.0
knitwork: ^0.1.1
magic-string: ^0.26.1
Expand All @@ -2637,7 +2637,7 @@ __metadata:
unplugin: ^0.6.0
unplugin-vue2-script-setup: ^0.10.1
untyped: ^0.4.3
vite: ~2.8.6
vite: ~2.9.0
vite-plugin-vue2: ^1.9.3
vue: ^2
vue-router: ^3
Expand Down Expand Up @@ -3012,12 +3012,12 @@ __metadata:
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
gzip-size: ^7.0.0
h3: ^0.4.2
h3: ^0.5.1
hasha: ^5.2.2
hookable: ^5.1.1
http-proxy: ^1.18.1
Expand Down Expand Up @@ -3209,7 +3209,7 @@ __metadata:
ohmyfetch: ^0.4.15
playwright: ^1.20.1
unbuild: latest
vitest: ^0.8.0
vitest: ^0.8.1
peerDependencies:
vue: 3.2.31
languageName: unknown
Expand Down Expand Up @@ -3317,13 +3317,13 @@ __metadata:
"@nuxt/kit": 3.0.0
"@nuxt/schema": 3.0.0
"@types/cssnano": ^5
"@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 @@ -3341,8 +3341,8 @@ __metadata:
ufo: ^0.8.1
unbuild: latest
unplugin: ^0.6.0
vite: ~2.8.6
vite-node: ^0.8.0
vite: ~2.9.0
vite-node: ^0.8.1
vue: 3.2.31
peerDependencies:
vue: 3.2.31
Expand Down Expand Up @@ -4931,7 +4931,7 @@ __metadata:
languageName: node
linkType: hard

"@unocss/reset@npm:0.30.8, @unocss/reset@npm:^0.30.7":
"@unocss/reset@npm:0.30.8, @unocss/reset@npm:^0.30.7, @unocss/reset@npm:^0.30.8":
version: 0.30.8
resolution: "@unocss/reset@npm:0.30.8"
checksum: cb6a1d65adb09edf2697eda19aae9bece10a557d946abe249a6f96659bccb2a313504382088c214be0c57fcaaa15f9983f3d696527c23fc78018a17dff28514e
Expand Down Expand Up @@ -5036,7 +5036,7 @@ __metadata:
languageName: node
linkType: hard

"@vitejs/plugin-legacy@npm:^1.7.1":
"@vitejs/plugin-legacy@npm:^1.8.0":
version: 1.8.0
resolution: "@vitejs/plugin-legacy@npm:1.8.0"
dependencies:
Expand All @@ -5051,7 +5051,7 @@ __metadata:
languageName: node
linkType: hard

"@vitejs/plugin-vue-jsx@npm:^1.3.8":
"@vitejs/plugin-vue-jsx@npm:^1.3.9":
version: 1.3.9
resolution: "@vitejs/plugin-vue-jsx@npm:1.3.9"
dependencies:
Expand All @@ -5065,13 +5065,13 @@ __metadata:
languageName: node
linkType: hard

"@vitejs/plugin-vue@npm:^2.2.4":
version: 2.3.0
resolution: "@vitejs/plugin-vue@npm:2.3.0"
"@vitejs/plugin-vue@npm:^2.3.1":
version: 2.3.1
resolution: "@vitejs/plugin-vue@npm:2.3.1"
peerDependencies:
vite: ^2.9.0
vite: ^2.5.10
vue: ^3.2.25
checksum: 732ef5b08cec12303b254aa15d9f11970a5ea92bdf1314554e5241ed571df9e3b22d554fae5200ef62c88558747d1ae1f2c8814a6bc440e082facc33ab8f5e5b
checksum: 7102d80c7b37c5761213ca57a5d50db95bda387dee92a77bd3d0198fd00c47d117ba82761c26a9d40f83e274d6fa8e3932765f5f930e8139848be7b7b176a200
languageName: node
linkType: hard

Expand Down Expand Up @@ -9880,7 +9880,7 @@ __metadata:
languageName: node
linkType: hard

"esbuild@npm:^0.14.14, esbuild@npm:^0.14.25, esbuild@npm:^0.14.27, esbuild@npm:^0.14.28, esbuild@npm:^0.14.6":
"esbuild@npm:^0.14.25, esbuild@npm:^0.14.27, esbuild@npm:^0.14.29, esbuild@npm:^0.14.6":
version: 0.14.29
resolution: "esbuild@npm:0.14.29"
dependencies:
Expand Down Expand Up @@ -11694,18 +11694,6 @@ __metadata:
languageName: node
linkType: hard

"h3@npm:^0.4.2":
version: 0.4.2
resolution: "h3@npm:0.4.2"
dependencies:
cookie-es: ^0.5.0
destr: ^1.1.0
radix3: ^0.1.1
ufo: ^0.7.11
checksum: 8467d562a31e782e3456ebad55b90ac6f2a8f44c1857a9e82f9bcb839c5ef9ba7d3eb34c752b21b0498f385dcca5a282e9895353a34347af229143293fef6eed
languageName: node
linkType: hard

"h3@npm:^0.5.1":
version: 0.5.1
resolution: "h3@npm:0.5.1"
Expand Down Expand Up @@ -15435,8 +15423,8 @@ __metadata:
"@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 @@ -15450,7 +15438,7 @@ __metadata:
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
languageName: unknown
Expand Down Expand Up @@ -15486,7 +15474,7 @@ __metadata:
escape-string-regexp: ^5.0.0
fs-extra: ^10.0.1
globby: ^13.1.1
h3: ^0.4.2
h3: ^0.5.1
hash-sum: ^2.0.0
hookable: ^5.1.1
knitwork: ^0.1.1
Expand Down Expand Up @@ -17968,7 +17956,7 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8, postcss@npm:^8.1.10, postcss@npm:^8.2.15, postcss@npm:^8.3.5, postcss@npm:^8.4.12, postcss@npm:^8.4.6, postcss@npm:^8.4.7":
"postcss@npm:^8, postcss@npm:^8.1.10, postcss@npm:^8.2.15, postcss@npm:^8.3.5, postcss@npm:^8.4.12, postcss@npm:^8.4.7":
version: 8.4.12
resolution: "postcss@npm:8.4.12"
dependencies:
Expand Down Expand Up @@ -21606,7 +21594,7 @@ __metadata:
languageName: node
linkType: hard

"vite-node@npm:^0.8.0":
"vite-node@npm:^0.8.1":
version: 0.8.1
resolution: "vite-node@npm:0.8.1"
dependencies:
Expand Down Expand Up @@ -21652,13 +21640,13 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:~2.8.6":
version: 2.8.6
resolution: "vite@npm:2.8.6"
"vite@npm:~2.9.0":
version: 2.9.0
resolution: "vite@npm:2.9.0"
dependencies:
esbuild: ^0.14.14
esbuild: ^0.14.27
fsevents: ~2.3.2
postcss: ^8.4.6
postcss: ^8.4.12
resolve: ^1.22.0
rollup: ^2.59.0
peerDependencies:
Expand All @@ -21677,11 +21665,11 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 4b02d133892c98362c10214b7ad518d74b59745889197a2ba0b63260ed083fcef75a447e8fb58dbd2af8747386274b36017983d93031254df6ead38701950dcc
checksum: 2355a5a7a57a86558fb2378b493c98c97218ffdf5c7555df5531147217c8ec804d66434dfed130034c920cb0913cd5f0fa1f5d7756101601558320349c0e1cee
languageName: node
linkType: hard

"vitest@npm:^0.8.0":
"vitest@npm:^0.8.1":
version: 0.8.1
resolution: "vitest@npm:0.8.1"
dependencies:
Expand Down

0 comments on commit 1b0d45e

Please sign in to comment.