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.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2023
1 parent 0909d68 commit 633d04f
Show file tree
Hide file tree
Showing 4 changed files with 1,090 additions and 878 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.23.2",
"@iframely/embed.js": "^1.10.3",
"@nuxt/devalue": "^2.0.2",
"@nuxt/kit": "3.6.5",
"@nuxt/kit": "3.8.1",
"@nuxtjs/html-validator": "^1.5.1",
"@sentry/node": "^7.80.0",
"@sentry/tracing": "^7.80.0",
Expand Down Expand Up @@ -84,7 +84,7 @@
"lerna": "7.4.2",
"msw": "1.3.2",
"npm-run-all": "4.1.5",
"nuxt": "3.6.5",
"nuxt": "3.8.1",
"nx": "16.10.0",
"prettier": "3.0.3",
"tsx": "3.12.10",
Expand All @@ -93,9 +93,9 @@
},
"resolutions": {
"graphql": "16.6.0",
"nuxt": "3.6.5",
"@nuxt/kit": "3.6.5",
"@nuxt/schema": "3.6.5"
"nuxt": "3.8.1",
"@nuxt/kit": "3.8.1",
"@nuxt/schema": "3.8.1"
},
"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 @@ -116,8 +116,8 @@
"@iframely/embed.js": "^1.10.3",
"@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.8.0",
"@nuxt/schema": "~3.8.0",
"@nuxtjs/html-validator": "^1.5.1",
"@sentry/node": "^7.80.0",
"@sentry/tracing": "^7.80.0",
Expand Down Expand Up @@ -197,9 +197,9 @@
"devDependencies": {
"@antfu/eslint-config-vue": "0.42.1",
"@nuxt/eslint-config": "0.2.0",
"@nuxt/kit": "3.6.5",
"@nuxt/kit": "3.8.1",
"@nuxt/module-builder": "0.5.2",
"@nuxt/test-utils": "3.6.5",
"@nuxt/test-utils": "3.8.1",
"@nuxtjs/tailwindcss": "6.8.0",
"@types/fs-extra": "11.0.4",
"@types/js-yaml": "4.0.9",
Expand All @@ -219,7 +219,7 @@
"fs-extra": "11.1.1",
"globby": "13.2.2",
"msw": "1.3.2",
"nuxt": "3.6.5",
"nuxt": "3.8.1",
"nx": "16.10.0",
"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.23.2",
"@iframely/embed.js": "^1.10.3",
"@nuxt/devalue": "^2.0.2",
"@nuxt/kit": "3.6.5",
"@nuxt/kit": "3.8.1",
"@nuxtjs/html-validator": "^1.5.1",
"@sentry/node": "^7.80.0",
"@sentry/tracing": "^7.80.0",
Expand Down Expand Up @@ -90,7 +90,7 @@
"globby": "13.2.2",
"msw": "1.3.2",
"npm-run-all": "4.1.5",
"nuxt": "3.6.5",
"nuxt": "3.8.1",
"prettier": "3.0.3",
"tsx": "3.12.10",
"typescript": "5.2.2",
Expand Down
Loading

0 comments on commit 633d04f

Please sign in to comment.