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 Jul 3, 2024
1 parent 0d24f16 commit c9f881e
Show file tree
Hide file tree
Showing 5 changed files with 2,078 additions and 2,320 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"generate": "nuxi generate"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.35"
"@iconify-json/carbon": "^1.1.36"
}
}
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"dependencies": {
"@iconify-json/heroicons": "^1.1.21",
"@iconify-json/ph": "^1.1.13",
"@iconify-json/simple-icons": "^1.1.105",
"@nuxt/content": "^2.12.1",
"@nuxt/fonts": "^0.7.0",
"@iconify-json/simple-icons": "^1.1.108",
"@nuxt/content": "^2.13.0",
"@nuxt/fonts": "^0.7.1",
"@nuxt/image": "^1.7.0",
"@nuxt/scripts": "workspace:*",
"@nuxt/ui-pro": "^1.2.0",
"@nuxthq/studio": "^1.1.2",
"@nuxtjs/seo": "^2.0.0-rc.10",
"@vueuse/core": "^10.10.1",
"@vueuse/nuxt": "^10.10.1",
"@nuxt/ui-pro": "^1.3.1",
"@nuxthq/studio": "^2.0.3",
"@nuxtjs/seo": "^2.0.0-rc.11",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"nuxt-scripts-devtools": "workspace:*"
}
}
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nuxt/scripts",
"type": "module",
"version": "0.5.1",
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.4.0",
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
"author": {
"website": "https://harlanzw.com",
Expand Down Expand Up @@ -66,62 +66,62 @@
]
},
"dependencies": {
"@nuxt/devtools-kit": "^1.3.3",
"@nuxt/devtools-ui-kit": "^1.3.3",
"@nuxt/kit": "^3.12.1",
"@types/google.maps": "^3.55.9",
"@nuxt/devtools-kit": "^1.3.9",
"@nuxt/devtools-ui-kit": "^1.3.9",
"@nuxt/kit": "^3.12.3",
"@types/google.maps": "^3.55.11",
"@types/stripe-v3": "^3.1.33",
"@types/vimeo__player": "^2.18.3",
"@types/youtube": "^0.0.50",
"@unhead/vue": "^1.9.12",
"@vueuse/core": "^10.10.1",
"@unhead/vue": "^1.9.14",
"@vueuse/core": "^10.11.0",
"acorn": "^8.12.0",
"consola": "^3.2.3",
"defu": "^6.1.4",
"h3": "^1.11.1",
"h3": "^1.12.0",
"magic-string": "^0.30.10",
"mlly": "^1.7.1",
"ofetch": "^1.3.4",
"ohash": "^1.1.3",
"pathe": "^1.1.2",
"pkg-types": "^1.1.1",
"pkg-types": "^1.1.3",
"semver": "^7.6.2",
"shiki": "^1.6.4",
"shiki": "^1.10.1",
"sirv": "^2.0.4",
"std-env": "^3.7.0",
"third-party-capital": "^1.0.30",
"third-party-capital": "^1.0.31",
"ufo": "^1.5.3",
"unimport": "^3.7.2",
"unplugin": "^1.10.1",
"unplugin": "^1.11.0",
"unstorage": "^1.10.2",
"valibot": "^0.31.1"
"valibot": "^0.35.0"
},
"devDependencies": {
"@nuxt/devtools-ui-kit": "^1.3.3",
"@nuxt/devtools-ui-kit": "^1.3.9",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.8.0",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/test-utils": "3.13.1",
"@types/semver": "^7.5.8",
"@typescript-eslint/typescript-estree": "^7.13.0",
"@unhead/schema": "^1.9.12",
"@typescript-eslint/typescript-estree": "^7.15.0",
"@unhead/schema": "^1.9.14",
"acorn-loose": "^8.4.0",
"bumpp": "^9.4.1",
"changelogen": "^0.5.5",
"eslint": "9.5.0",
"eslint-plugin-n": "^17.9.0",
"knitwork": "^1.1.0",
"nuxt": "^3.12.1",
"playwright-core": "^1.44.1",
"typescript": "^5.4.5",
"nuxt": "^3.12.3",
"playwright-core": "^1.45.1",
"typescript": "^5.5.3",
"vitest": "^1.6.0",
"vue": "^3.4.27",
"vue-router": "^4.3.3"
"vue": "^3.4.31",
"vue-router": "^4.4.0"
},
"resolutions": {
"@nuxt/scripts": "workspace:*",
"nuxt": "^3.12.1",
"nuxt": "^3.12.3",
"nuxt-scripts-devtools": "workspace:*",
"vue": "^3.4.27",
"vue-router": "^4.3.3"
"vue": "^3.4.31",
"vue-router": "^4.4.0"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@nuxt/scripts": "workspace:*",
"@nuxt/ui": "^2.16.0",
"@nuxt/ui": "^2.17.0",
"nuxt-scripts-devtools": "workspace:*"
}
}
Loading

0 comments on commit c9f881e

Please sign in to comment.