Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 27, 2024
1 parent b435ca5 commit 931f4f6
Show file tree
Hide file tree
Showing 4 changed files with 1,028 additions and 604 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.1",
"@nuxt/devtools-kit": "^1.5.0",
"@nuxt/devtools-kit": "^1.5.1",
"@nuxt/devtools-ui-kit": "latest",
"@nuxt/kit": "^3.13.2",
"nuxt": "latest",
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@iconify-json/ph": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.4",
"@nuxt/content": "^2.13.2",
"@nuxt/fonts": "^0.8.0",
"@nuxt/fonts": "^0.9.2",
"@nuxt/image": "^1.8.0",
"@nuxt/scripts": "workspace:*",
"@nuxt/ui-pro": "^1.4.3",
Expand All @@ -22,6 +22,6 @@
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"nuxt-scripts-devtools": "workspace:*",
"shiki": "^1.18.0"
"shiki": "^1.20.0"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
]
},
"dependencies": {
"@nuxt/devtools-kit": "^1.5.0",
"@nuxt/devtools-ui-kit": "^1.5.0",
"@nuxt/devtools-kit": "^1.5.1",
"@nuxt/devtools-ui-kit": "^1.5.1",
"@nuxt/kit": "^3.13.2",
"@types/google.maps": "^3.58.0",
"@types/google.maps": "^3.58.1",
"@types/stripe-v3": "^3.1.33",
"@types/vimeo__player": "^2.18.3",
"@types/youtube": "^0.1.0",
Expand All @@ -84,36 +84,36 @@
"pathe": "^1.1.2",
"pkg-types": "^1.2.0",
"semver": "^7.6.3",
"shiki": "1.18.0",
"shiki": "1.20.0",
"sirv": "^2.0.4",
"std-env": "^3.7.0",
"third-party-capital": "2.3.0",
"ufo": "^1.5.4",
"unimport": "^3.12.0",
"unimport": "^3.13.0",
"unplugin": "^1.14.1",
"unstorage": "^1.12.0",
"valibot": "^0.42.1"
},
"devDependencies": {
"@nuxt/devtools-ui-kit": "^1.5.0",
"@nuxt/devtools-ui-kit": "^1.5.1",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/test-utils": "3.14.2",
"@types/semver": "^7.5.8",
"@typescript-eslint/typescript-estree": "^8.6.0",
"@typescript-eslint/typescript-estree": "^8.7.0",
"@unhead/schema": "1.11.6",
"acorn-loose": "^8.4.0",
"bumpp": "^9.5.2",
"changelogen": "^0.5.7",
"eslint": "9.11.0",
"eslint": "9.11.1",
"eslint-plugin-n": "^17.10.3",
"knitwork": "^1.1.0",
"nuxt": "^3.13.2",
"nuxt-scripts-devtools": "workspace:*",
"playwright-core": "^1.47.2",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"vue": "^3.5.8",
"vue": "^3.5.9",
"vue-router": "^4.4.5"
},
"resolutions": {
Expand All @@ -127,7 +127,7 @@
"nuxt": "^3.13.2",
"nuxt-scripts-devtools": "workspace:*",
"unhead": "1.11.6",
"vue": "^3.5.8",
"vue": "^3.5.9",
"vue-router": "^4.4.5"
}
}
Loading

0 comments on commit 931f4f6

Please sign in to comment.