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

Commit

Permalink
fix(deps): update nuxtjs monorepo to v3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2023
1 parent 55fbb1e commit bf2fb6a
Show file tree
Hide file tree
Showing 4 changed files with 435 additions and 716 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@babel/runtime": "^7.22.6",
"@iframely/embed.js": "^1.10.1",
"@nuxt/devalue": "^2.0.2",
"@nuxt/kit": "3.6.5",
"@nuxt/kit": "3.7.4",
"@nuxtjs/html-validator": "^1.5.1",
"@rudderstack/rudder-sdk-node": "^2.0.4",
"@sentry/node": "^7.67.0",
Expand Down Expand Up @@ -86,7 +86,7 @@
"lerna": "7.3.0",
"msw": "1.3.1",
"npm-run-all": "4.1.5",
"nuxt": "3.6.5",
"nuxt": "3.7.4",
"nx": "16.8.1",
"prettier": "3.0.3",
"tsx": "3.12.10",
Expand All @@ -95,9 +95,9 @@
},
"resolutions": {
"graphql": "16.6.0",
"nuxt": "3.6.5",
"@nuxt/kit": "3.6.5",
"@nuxt/schema": "3.6.5"
"nuxt": "3.7.4",
"@nuxt/kit": "3.7.4",
"@nuxt/schema": "3.7.4"
},
"msw": {
"workerDirectory": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/karbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
"@iframely/embed.js": "^1.10.1",
"@nuxt/devalue": "^2.0.2",
"@nuxt/image": "^1.0.0-rc.1",
"@nuxt/kit": "~3.6.5",
"@nuxt/schema": "~3.6.5",
"@nuxt/kit": "~3.7.0",
"@nuxt/schema": "~3.7.0",
"@nuxtjs/html-validator": "^1.5.1",
"@sentry/node": "^7.67.0",
"@sentry/tracing": "^7.67.0",
Expand Down Expand Up @@ -194,9 +194,9 @@
"devDependencies": {
"@antfu/eslint-config-vue": "0.42.0",
"@nuxt/eslint-config": "0.2.0",
"@nuxt/kit": "3.6.5",
"@nuxt/kit": "3.7.4",
"@nuxt/module-builder": "0.5.2",
"@nuxt/test-utils": "3.6.5",
"@nuxt/test-utils": "3.7.4",
"@nuxtjs/tailwindcss": "6.8.0",
"@types/find-cache-dir": "3.2.1",
"@types/fs-extra": "11.0.2",
Expand All @@ -217,7 +217,7 @@
"fs-extra": "11.1.1",
"globby": "13.2.2",
"msw": "1.3.1",
"nuxt": "3.6.5",
"nuxt": "3.7.4",
"nx": "16.8.1",
"prettier": "3.0.3",
"tsup": "7.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@babel/runtime": "^7.22.6",
"@iframely/embed.js": "^1.10.1",
"@nuxt/devalue": "^2.0.2",
"@nuxt/kit": "3.6.5",
"@nuxt/kit": "3.7.4",
"@nuxtjs/html-validator": "^1.5.1",
"@rudderstack/rudder-sdk-node": "^2.0.4",
"@sentry/node": "^7.67.0",
Expand Down Expand Up @@ -92,7 +92,7 @@
"globby": "13.2.2",
"msw": "1.3.1",
"npm-run-all": "4.1.5",
"nuxt": "3.6.5",
"nuxt": "3.7.4",
"prettier": "3.0.3",
"tsx": "3.12.10",
"typescript": "5.2.2",
Expand Down
Loading

0 comments on commit bf2fb6a

Please sign in to comment.