Skip to content

Commit 4c80a62

Browse files
chore(deps): update all non-major dependencies
1 parent 83e9954 commit 4c80a62

File tree

5 files changed

+781
-431
lines changed

5 files changed

+781
-431
lines changed

.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1414
- uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp
1515
with:
1616
label: needs reproduction

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@nuxt/devtools-ui-kit": "^2.6.3",
1717
"@nuxt/kit": "catalog:",
1818
"nuxt": "catalog:",
19-
"vue": "^3.5.19",
19+
"vue": "^3.5.21",
2020
"vue-router": "latest"
2121
}
2222
}

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
"@iconify-json/heroicons": "^1.2.2",
1313
"@iconify-json/noto": "^1.2.6",
1414
"@iconify-json/ph": "^1.2.2",
15-
"@iconify-json/simple-icons": "^1.2.48",
15+
"@iconify-json/simple-icons": "^1.2.50",
1616
"@nuxt/content": "^3.6.3",
1717
"@nuxt/fonts": "^0.11.4",
1818
"@nuxt/image": "^1.11.0",
1919
"@nuxt/scripts": "workspace:*",
20-
"@nuxt/ui-pro": "^3.3.2",
20+
"@nuxt/ui-pro": "^3.3.3",
2121
"@nuxthq/studio": "^2.2.1",
2222
"@nuxtjs/seo": "^3.1.0",
23-
"@vueuse/core": "^13.7.0",
24-
"@vueuse/nuxt": "^13.7.0",
23+
"@vueuse/core": "^13.9.0",
24+
"@vueuse/nuxt": "^13.9.0",
2525
"better-sqlite3": "^12.2.0",
2626
"nuxt-content-twoslash": "^0.1.2",
2727
"nuxt-llms": "^0.1.3",
2828
"ohash": "^2.0.11",
29-
"shiki": "^3.11.0"
29+
"shiki": "^3.12.2"
3030
}
3131
}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxt/scripts",
33
"type": "module",
44
"version": "0.11.13",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].1",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {
88
"website": "https://harlanzw.com",
@@ -72,11 +72,11 @@
7272
]
7373
},
7474
"peerDependencies": {
75-
"@stripe/stripe-js": "^7.0.0",
75+
"@stripe/stripe-js": "^7.9.0",
7676
"@types/google.maps": "^3.58.1",
7777
"@types/vimeo__player": "^2.18.3",
78-
"@types/youtube": "^0.1.0",
79-
"@unhead/vue": "^2.0.3"
78+
"@types/youtube": "^0.1.2",
79+
"@unhead/vue": "^2.0.14"
8080
},
8181
"peerDependenciesMeta": {
8282
"@stripe/stripe-js": {
@@ -94,7 +94,7 @@
9494
},
9595
"dependencies": {
9696
"@nuxt/kit": "catalog:",
97-
"@vueuse/core": "^13.7.0",
97+
"@vueuse/core": "^13.9.0",
9898
"consola": "^3.4.2",
9999
"defu": "^6.1.4",
100100
"h3": "^1.15.4",
@@ -106,8 +106,8 @@
106106
"sirv": "^3.0.1",
107107
"std-env": "^3.9.0",
108108
"ufo": "^1.6.1",
109-
"unplugin": "^2.3.8",
110-
"unstorage": "^1.16.1",
109+
"unplugin": "^2.3.10",
110+
"unstorage": "^1.17.0",
111111
"valibot": "^1.1.0"
112112
},
113113
"devDependencies": {
@@ -117,21 +117,21 @@
117117
"@nuxt/module-builder": "^1.0.2",
118118
"@nuxt/scripts": "workspace:*",
119119
"@nuxt/test-utils": "3.19.2",
120-
"@types/semver": "^7.7.0",
121-
"@typescript-eslint/typescript-estree": "^8.40.0",
120+
"@types/semver": "^7.7.1",
121+
"@typescript-eslint/typescript-estree": "^8.42.0",
122122
"acorn-loose": "^8.5.2",
123123
"bumpp": "^10.2.3",
124124
"changelogen": "^0.6.2",
125-
"eslint": "9.33.0",
125+
"eslint": "9.34.0",
126126
"eslint-plugin-n": "^17.21.3",
127127
"happy-dom": "^18.0.1",
128128
"knitwork": "^1.2.0",
129129
"nuxt": "catalog:",
130130
"playwright-core": "^1.55.0",
131-
"shiki": "3.11.0",
131+
"shiki": "3.12.2",
132132
"typescript": "5.9.2",
133133
"vitest": "^3.2.4",
134-
"vue": "^3.5.19",
134+
"vue": "^3.5.21",
135135
"vue-router": "^4.5.1",
136136
"vue-tsc": "^3.0.6"
137137
},

0 commit comments

Comments
 (0)