Skip to content

Commit 284b3a9

Browse files
chore(deps): update all non-major dependencies
1 parent 9a30872 commit 284b3a9

File tree

4 files changed

+947
-1052
lines changed

4 files changed

+947
-1052
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@997185467fa4f803885201cee163a9f38240193d # v10.1.1
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.12.1",
1818
"@nuxt/image": "^2.0.0",
1919
"@nuxt/scripts": "workspace:*",
20-
"@nuxt/ui": "4.0.0",
20+
"@nuxt/ui": "4.3.0",
2121
"@nuxthq/studio": "^2.2.1",
2222
"@nuxtjs/seo": "^3.3.0",
2323
"@vueuse/core": "^14.1.0",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
"@stripe/stripe-js": "^7.0.0 || ^8.0.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.19"
8282
},
8383
"peerDependenciesMeta": {
8484
"@googlemaps/markerclusterer": {
@@ -124,7 +124,7 @@
124124
"@nuxt/eslint-config": "^1.12.1",
125125
"@nuxt/module-builder": "^1.0.2",
126126
"@nuxt/scripts": "workspace:*",
127-
"@nuxt/test-utils": "3.19.2",
127+
"@nuxt/test-utils": "3.21.0",
128128
"@paypal/paypal-js": "^9.1.0",
129129
"@types/semver": "^7.7.1",
130130
"@typescript-eslint/typescript-estree": "^8.50.0",
@@ -143,7 +143,7 @@
143143
"vitest": "^4.0.16",
144144
"vue": "^3.5.26",
145145
"vue-router": "^4.6.4",
146-
"vue-tsc": "^3.1.8"
146+
"vue-tsc": "^3.2.0"
147147
},
148148
"resolutions": {
149149
"@nuxt/scripts": "workspace:*"

0 commit comments

Comments
 (0)