Skip to content

Commit f516827

Browse files
committed
fix: allow @stripe/stripe-js v8
Fixes #566
1 parent 6f1bbf9 commit f516827

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxt/scripts",
33
"type": "module",
44
"version": "0.13.1",
5-
"packageManager": "pnpm@10.25.0",
5+
"packageManager": "pnpm@10.26.1",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {
88
"website": "https://harlanzw.com",
@@ -74,7 +74,7 @@
7474
"peerDependencies": {
7575
"@googlemaps/markerclusterer": "^2.6.2",
7676
"@paypal/paypal-js": "^8.1.2",
77-
"@stripe/stripe-js": "^7.0.0",
77+
"@stripe/stripe-js": "^7.0.0 || ^8.0.0",
7878
"@types/google.maps": "^3.58.1",
7979
"@types/vimeo__player": "^2.18.3",
8080
"@types/youtube": "^0.1.0",
@@ -125,9 +125,9 @@
125125
"@nuxt/module-builder": "^1.0.2",
126126
"@nuxt/scripts": "workspace:*",
127127
"@nuxt/test-utils": "3.19.2",
128-
"@paypal/paypal-js": "^9.0.1",
128+
"@paypal/paypal-js": "^9.1.0",
129129
"@types/semver": "^7.7.1",
130-
"@typescript-eslint/typescript-estree": "^8.49.0",
130+
"@typescript-eslint/typescript-estree": "^8.50.0",
131131
"@vue/test-utils": "^2.4.6",
132132
"acorn-loose": "^8.5.2",
133133
"bumpp": "^10.3.2",
@@ -140,8 +140,8 @@
140140
"playwright-core": "^1.57.0",
141141
"shiki": "^3.20.0",
142142
"typescript": "5.9.3",
143-
"vitest": "^4.0.15",
144-
"vue": "^3.5.25",
143+
"vitest": "^4.0.16",
144+
"vue": "^3.5.26",
145145
"vue-router": "^4.6.4",
146146
"vue-tsc": "^3.1.8"
147147
},

0 commit comments

Comments
 (0)