Skip to content

Commit

Permalink
chore: bump nuxt version (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Aug 26, 2024
1 parent 0f02696 commit 7e5d700
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 119 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@iconify-json/carbon": "^1.1.37",
"@nuxt/devtools-kit": "^1.3.14",
"@nuxt/devtools-ui-kit": "latest",
"@nuxt/kit": "^3.12.4",
"@nuxt/kit": "^3.13.0",
"nuxt": "latest",
"vue": "3.4.31",
"vue-router": "latest"
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"dependencies": {
"@nuxt/devtools-kit": "^1.3.14",
"@nuxt/devtools-ui-kit": "^1.3.14",
"@nuxt/kit": "^3.12.4",
"@nuxt/kit": "^3.13.0",
"@types/google.maps": "^3.55.12",
"@types/stripe-v3": "^3.1.33",
"@types/vimeo__player": "^2.18.3",
Expand Down Expand Up @@ -96,7 +96,7 @@
},
"devDependencies": {
"@nuxt/devtools-ui-kit": "^1.3.14",
"@nuxt/eslint-config": "^0.5.1",
"@nuxt/eslint-config": "^0.5.2",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/test-utils": "3.14.1",
"@types/semver": "^7.5.8",
Expand All @@ -108,7 +108,7 @@
"eslint": "9.9.0",
"eslint-plugin-n": "^17.10.2",
"knitwork": "^1.1.0",
"nuxt": "^3.12.4",
"nuxt": "^3.13.0",
"nuxt-scripts-devtools": "workspace:*",
"playwright-core": "^1.46.1",
"typescript": "^5.5.4",
Expand All @@ -117,13 +117,14 @@
"vue-router": "^4.4.3"
},
"resolutions": {
"@nuxt/schema": "3.13.0",
"@nuxt/scripts": "workspace:*",
"@unhead/dom": "1.10.0",
"@unhead/schema": "1.10.0",
"@unhead/shared": "1.10.0",
"@unhead/ssr": "1.10.0",
"@unhead/vue": "1.10.0",
"nuxt": "^3.12.4",
"nuxt": "^3.13.0",
"nuxt-scripts-devtools": "workspace:*",
"shiki": "1.10.3",
"unhead": "1.10.0",
Expand Down
Loading

0 comments on commit 7e5d700

Please sign in to comment.