Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/noto": "^1.2.7",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.52",
"@iconify-json/simple-icons": "^1.2.53",
"@nuxt/content": "^3.7.1",
"@nuxt/fonts": "^0.11.4",
"@nuxt/image": "^1.11.0",
"@nuxt/scripts": "workspace:*",
"@nuxt/ui": "4.0.0-alpha.2",
"@nuxt/ui": "4.0.0-beta.0",
"@nuxthq/studio": "^2.2.1",
"@nuxtjs/seo": "^3.2.2",
"@vueuse/core": "^13.9.0",
"@vueuse/nuxt": "^13.9.0",
"better-sqlite3": "^12.3.0",
"better-sqlite3": "^12.4.1",
"nuxt-content-twoslash": "^0.1.2",
"nuxt-llms": "^0.1.3",
"ohash": "^2.0.11",
Expand Down
16 changes: 8 additions & 8 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.11.13",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
"author": {
"website": "https://harlanzw.com",
Expand Down Expand Up @@ -73,12 +73,12 @@
},
"peerDependencies": {
"@googlemaps/markerclusterer": "^2.6.2",
"@paypal/paypal-js": "^8.1.2",
"@stripe/stripe-js": "^7.0.0",
"@paypal/paypal-js": "^8.4.2",
"@stripe/stripe-js": "^7.9.0",
"@types/google.maps": "^3.58.1",
"@types/vimeo__player": "^2.18.3",
"@types/youtube": "^0.1.0",
"@unhead/vue": "^2.0.3"
"@types/youtube": "^0.1.2",
"@unhead/vue": "^2.0.17"
},
"peerDependenciesMeta": {
"@stripe/stripe-js": {
Expand Down Expand Up @@ -124,7 +124,7 @@
"@nuxt/test-utils": "3.19.2",
"@paypal/paypal-js": "^8.4.2",
"@types/semver": "^7.7.1",
"@typescript-eslint/typescript-estree": "^8.44.0",
"@typescript-eslint/typescript-estree": "^8.44.1",
"@vue/test-utils": "^2.4.6",
"acorn-loose": "^8.5.2",
"bumpp": "^10.2.3",
Expand All @@ -134,13 +134,13 @@
"happy-dom": "^18.0.1",
"knitwork": "^1.2.0",
"nuxt": "catalog:",
"playwright-core": "^1.55.0",
"playwright-core": "^1.55.1",
"shiki": "^3.13.0",
"typescript": "5.9.2",
"vitest": "^3.2.4",
"vue": "^3.5.21",
"vue-router": "^4.5.1",
"vue-tsc": "^3.0.7"
"vue-tsc": "^3.0.8"
},
"resolutions": {
"@nuxt/scripts": "workspace:*"
Expand Down
Loading
Loading