Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit c0e2195

Browse files
fix(deps): update nuxtjs monorepo to v3.8.0
1 parent 505c4a9 commit c0e2195

File tree

4 files changed

+648
-743
lines changed

4 files changed

+648
-743
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@babel/runtime": "^7.23.2",
1818
"@iframely/embed.js": "^1.10.3",
1919
"@nuxt/devalue": "^2.0.2",
20-
"@nuxt/kit": "3.6.5",
20+
"@nuxt/kit": "3.8.0",
2121
"@nuxtjs/html-validator": "^1.5.1",
2222
"@rudderstack/rudder-sdk-node": "^2.0.5",
2323
"@sentry/node": "^7.74.0",
@@ -86,7 +86,7 @@
8686
"lerna": "7.3.1",
8787
"msw": "1.3.2",
8888
"npm-run-all": "4.1.5",
89-
"nuxt": "3.6.5",
89+
"nuxt": "3.8.0",
9090
"nx": "16.10.0",
9191
"prettier": "3.0.3",
9292
"tsx": "3.12.10",
@@ -95,9 +95,9 @@
9595
},
9696
"resolutions": {
9797
"graphql": "16.6.0",
98-
"nuxt": "3.6.5",
99-
"@nuxt/kit": "3.6.5",
100-
"@nuxt/schema": "3.6.5"
98+
"nuxt": "3.8.0",
99+
"@nuxt/kit": "3.8.0",
100+
"@nuxt/schema": "3.8.0"
101101
},
102102
"msw": {
103103
"workerDirectory": "public"

packages/karbon/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@
115115
"@iframely/embed.js": "^1.10.3",
116116
"@nuxt/devalue": "^2.0.2",
117117
"@nuxt/image": "^1.0.0-rc.1",
118-
"@nuxt/kit": "~3.6.5",
119-
"@nuxt/schema": "~3.6.5",
118+
"@nuxt/kit": "~3.8.0",
119+
"@nuxt/schema": "~3.8.0",
120120
"@nuxtjs/html-validator": "^1.5.1",
121121
"@sentry/node": "^7.74.0",
122122
"@sentry/tracing": "^7.74.0",
@@ -195,9 +195,9 @@
195195
"devDependencies": {
196196
"@antfu/eslint-config-vue": "0.42.1",
197197
"@nuxt/eslint-config": "0.2.0",
198-
"@nuxt/kit": "3.6.5",
198+
"@nuxt/kit": "3.8.0",
199199
"@nuxt/module-builder": "0.5.2",
200-
"@nuxt/test-utils": "3.6.5",
200+
"@nuxt/test-utils": "3.8.0",
201201
"@nuxtjs/tailwindcss": "6.8.0",
202202
"@types/find-cache-dir": "3.2.1",
203203
"@types/fs-extra": "11.0.2",
@@ -218,7 +218,7 @@
218218
"fs-extra": "11.1.1",
219219
"globby": "13.2.2",
220220
"msw": "1.3.2",
221-
"nuxt": "3.6.5",
221+
"nuxt": "3.8.0",
222222
"nx": "16.10.0",
223223
"prettier": "3.0.3",
224224
"tsup": "7.2.0",

packages/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@babel/runtime": "^7.23.2",
2121
"@iframely/embed.js": "^1.10.3",
2222
"@nuxt/devalue": "^2.0.2",
23-
"@nuxt/kit": "3.6.5",
23+
"@nuxt/kit": "3.8.0",
2424
"@nuxtjs/html-validator": "^1.5.1",
2525
"@rudderstack/rudder-sdk-node": "^2.0.5",
2626
"@sentry/node": "^7.74.0",
@@ -92,7 +92,7 @@
9292
"globby": "13.2.2",
9393
"msw": "1.3.2",
9494
"npm-run-all": "4.1.5",
95-
"nuxt": "3.6.5",
95+
"nuxt": "3.8.0",
9696
"prettier": "3.0.3",
9797
"tsx": "3.12.10",
9898
"typescript": "5.2.2",

0 commit comments

Comments
 (0)