Skip to content

Commit a9c51cb

Browse files
chore(deps): update all non-major dependencies
1 parent f407d97 commit a9c51cb

File tree

4 files changed

+603
-486
lines changed

4 files changed

+603
-486
lines changed

.github/workflows/reproduction-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
stale:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
14+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
1515
with:
1616
days-before-stale: -1 # Issues and PR will never be flagged stale automatically.
1717
stale-issue-label: needs reproduction # Label that flags an issue as stale.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@nuxt/fonts": "^0.11.4",
1818
"@nuxt/image": "^1.11.0",
1919
"@nuxt/scripts": "workspace:*",
20-
"@nuxt/ui": "4.0.0",
20+
"@nuxt/ui": "4.0.1",
2121
"@nuxthq/studio": "^2.2.1",
2222
"@nuxtjs/seo": "^3.2.2",
2323
"@vueuse/core": "^13.9.0",

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxt/scripts",
33
"type": "module",
44
"version": "0.12.1",
5-
"packageManager": "pnpm@10.17.1",
5+
"packageManager": "pnpm@10.18.0",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {
88
"website": "https://harlanzw.com",
@@ -73,12 +73,12 @@
7373
},
7474
"peerDependencies": {
7575
"@googlemaps/markerclusterer": "^2.6.2",
76-
"@paypal/paypal-js": "^8.1.2",
77-
"@stripe/stripe-js": "^7.0.0",
76+
"@paypal/paypal-js": "^8.4.2",
77+
"@stripe/stripe-js": "^7.9.0",
7878
"@types/google.maps": "^3.58.1",
7979
"@types/vimeo__player": "^2.18.3",
80-
"@types/youtube": "^0.1.0",
81-
"@unhead/vue": "^2.0.3"
80+
"@types/youtube": "^0.1.2",
81+
"@unhead/vue": "^2.0.17"
8282
},
8383
"peerDependenciesMeta": {
8484
"@stripe/stripe-js": {
@@ -124,23 +124,23 @@
124124
"@nuxt/test-utils": "3.19.2",
125125
"@paypal/paypal-js": "^8.4.2",
126126
"@types/semver": "^7.7.1",
127-
"@typescript-eslint/typescript-estree": "^8.44.1",
127+
"@typescript-eslint/typescript-estree": "^8.45.0",
128128
"@vue/test-utils": "^2.4.6",
129129
"acorn-loose": "^8.5.2",
130130
"bumpp": "^10.2.3",
131131
"changelogen": "^0.6.2",
132-
"eslint": "^9.36.0",
132+
"eslint": "^9.37.0",
133133
"eslint-plugin-n": "^17.23.1",
134134
"happy-dom": "^18.0.1",
135135
"knitwork": "^1.2.0",
136136
"nuxt": "^4.1.2",
137137
"playwright-core": "^1.55.1",
138138
"shiki": "^3.13.0",
139-
"typescript": "5.9.2",
139+
"typescript": "5.9.3",
140140
"vitest": "^3.2.4",
141141
"vue": "^3.5.22",
142142
"vue-router": "^4.5.1",
143-
"vue-tsc": "^3.0.8"
143+
"vue-tsc": "^3.1.0"
144144
},
145145
"resolutions": {
146146
"@nuxt/scripts": "workspace:*"

0 commit comments

Comments
 (0)