Skip to content

Commit 903c6e3

Browse files
chore(deps): update all non-major dependencies
1 parent 4f89373 commit 903c6e3

File tree

5 files changed

+993
-1251
lines changed

5 files changed

+993
-1251
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.

.github/workflows/reproduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
reproduire:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
13+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414
- uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp
1515
with:
1616
label: needs reproduction

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"@iconify-json/ph": "^1.2.2",
1515
"@iconify-json/simple-icons": "^1.2.67",
1616
"@nuxt/content": "^3.11.0",
17-
"@nuxt/fonts": "^0.12.1",
17+
"@nuxt/fonts": "^0.13.0",
1818
"@nuxt/image": "^2.0.0",
1919
"@nuxt/scripts": "workspace:*",
20-
"@nuxt/ui": "4.0.0",
20+
"@nuxt/ui": "4.4.0",
2121
"@nuxthq/studio": "^2.2.1",
2222
"@nuxtjs/seo": "^3.3.0",
2323
"@vueuse/core": "^14.1.0",

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
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",
82-
"posthog-js": "^1.0.0"
80+
"@types/youtube": "^0.1.2",
81+
"@unhead/vue": "^2.1.2",
82+
"posthog-js": "^1.335.1"
8383
},
8484
"peerDependenciesMeta": {
8585
"@googlemaps/markerclusterer": {
@@ -126,10 +126,10 @@
126126
"devDependencies": {
127127
"@nuxt/devtools-kit": "^3.1.1",
128128
"@nuxt/devtools-ui-kit": "^3.1.1",
129-
"@nuxt/eslint-config": "^1.12.1",
129+
"@nuxt/eslint-config": "^1.13.0",
130130
"@nuxt/module-builder": "^1.0.2",
131131
"@nuxt/scripts": "workspace:*",
132-
"@nuxt/test-utils": "3.19.2",
132+
"@nuxt/test-utils": "3.23.0",
133133
"@paypal/paypal-js": "^9.2.0",
134134
"@types/semver": "^7.7.1",
135135
"@typescript-eslint/typescript-estree": "^8.53.1",
@@ -139,17 +139,17 @@
139139
"changelogen": "^0.6.2",
140140
"eslint": "^9.39.2",
141141
"eslint-plugin-n": "^17.23.2",
142-
"happy-dom": "^20.3.4",
142+
"happy-dom": "^20.3.7",
143143
"knitwork": "^1.3.0",
144144
"nuxt": "^4.2.2",
145-
"playwright-core": "^1.57.0",
146-
"posthog-js": "^1.331.0",
145+
"playwright-core": "^1.58.0",
146+
"posthog-js": "^1.335.1",
147147
"shiki": "^3.21.0",
148148
"typescript": "5.9.3",
149-
"vitest": "^4.0.17",
149+
"vitest": "^4.0.18",
150150
"vue": "^3.5.27",
151151
"vue-router": "^4.6.4",
152-
"vue-tsc": "^3.2.2"
152+
"vue-tsc": "^3.2.3"
153153
},
154154
"resolutions": {
155155
"@nuxt/scripts": "workspace:*"

0 commit comments

Comments
 (0)