Skip to content

Commit 81f0923

Browse files
committed
chore: bump deps
1 parent 5445aa0 commit 81f0923

File tree

5 files changed

+1762
-1211
lines changed

5 files changed

+1762
-1211
lines changed

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@iconify-json/carbon": "^1.2.1",
15-
"@nuxt/devtools-kit": "^1.4.2",
15+
"@nuxt/devtools-kit": "^1.5.0",
1616
"@nuxt/devtools-ui-kit": "latest",
1717
"@nuxt/kit": "^3.13.2",
1818
"nuxt": "latest",

docs/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"dependencies": {
1212
"@iconify-json/heroicons": "^1.2.0",
1313
"@iconify-json/ph": "^1.2.0",
14-
"@iconify-json/simple-icons": "^1.2.2",
14+
"@iconify-json/simple-icons": "^1.2.4",
1515
"@nuxt/content": "^2.13.2",
1616
"@nuxt/fonts": "^0.8.0",
1717
"@nuxt/image": "^1.8.0",
1818
"@nuxt/scripts": "workspace:*",
19-
"@nuxt/ui-pro": "^1.4.2",
20-
"@nuxthq/studio": "^2.1.0",
19+
"@nuxt/ui-pro": "^1.4.3",
20+
"@nuxthq/studio": "^2.1.1",
2121
"@nuxtjs/seo": "^2.0.0-rc.21",
22-
"@vueuse/core": "^11.0.3",
23-
"@vueuse/nuxt": "^11.0.3",
22+
"@vueuse/core": "^11.1.0",
23+
"@vueuse/nuxt": "^11.1.0",
2424
"nuxt-scripts-devtools": "workspace:*",
25-
"shiki": "^1.17.6"
25+
"shiki": "^1.18.0"
2626
}
2727
}

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxt/scripts",
33
"type": "module",
44
"version": "0.9.2",
5-
"packageManager": "pnpm@9.10.0",
5+
"packageManager": "pnpm@9.11.0",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {
88
"website": "https://harlanzw.com",
@@ -65,55 +65,55 @@
6565
]
6666
},
6767
"dependencies": {
68-
"@nuxt/devtools-kit": "^1.4.2",
69-
"@nuxt/devtools-ui-kit": "^1.4.2",
68+
"@nuxt/devtools-kit": "^1.5.0",
69+
"@nuxt/devtools-ui-kit": "^1.5.0",
7070
"@nuxt/kit": "^3.13.2",
7171
"@types/google.maps": "^3.58.0",
7272
"@types/stripe-v3": "^3.1.33",
7373
"@types/vimeo__player": "^2.18.3",
7474
"@types/youtube": "^0.1.0",
7575
"@unhead/vue": "1.11.6",
76-
"@vueuse/core": "^11.0.3",
76+
"@vueuse/core": "^11.1.0",
7777
"consola": "^3.2.3",
7878
"defu": "^6.1.4",
7979
"h3": "^1.12.0",
8080
"magic-string": "^0.30.11",
8181
"mlly": "^1.7.1",
82-
"ofetch": "^1.3.4",
82+
"ofetch": "^1.4.0",
8383
"ohash": "^1.1.4",
8484
"pathe": "^1.1.2",
8585
"pkg-types": "^1.2.0",
8686
"semver": "^7.6.3",
87-
"shiki": "1.17.6",
87+
"shiki": "1.18.0",
8888
"sirv": "^2.0.4",
8989
"std-env": "^3.7.0",
9090
"third-party-capital": "2.3.0",
9191
"ufo": "^1.5.4",
9292
"unimport": "^3.12.0",
9393
"unplugin": "^1.14.1",
9494
"unstorage": "^1.12.0",
95-
"valibot": "^0.42.0"
95+
"valibot": "^0.42.1"
9696
},
9797
"devDependencies": {
98-
"@nuxt/devtools-ui-kit": "^1.4.2",
98+
"@nuxt/devtools-ui-kit": "^1.5.0",
9999
"@nuxt/eslint-config": "^0.5.7",
100100
"@nuxt/module-builder": "^0.8.4",
101101
"@nuxt/test-utils": "3.14.2",
102102
"@types/semver": "^7.5.8",
103-
"@typescript-eslint/typescript-estree": "^8.5.0",
103+
"@typescript-eslint/typescript-estree": "^8.6.0",
104104
"@unhead/schema": "1.11.6",
105105
"acorn-loose": "^8.4.0",
106106
"bumpp": "^9.5.2",
107-
"changelogen": "^0.5.5",
108-
"eslint": "9.10.0",
109-
"eslint-plugin-n": "^17.10.2",
107+
"changelogen": "^0.5.7",
108+
"eslint": "9.11.0",
109+
"eslint-plugin-n": "^17.10.3",
110110
"knitwork": "^1.1.0",
111111
"nuxt": "^3.13.2",
112112
"nuxt-scripts-devtools": "workspace:*",
113-
"playwright-core": "^1.47.1",
113+
"playwright-core": "^1.47.2",
114114
"typescript": "^5.6.2",
115115
"vitest": "^2.1.1",
116-
"vue": "^3.5.5",
116+
"vue": "^3.5.8",
117117
"vue-router": "^4.4.5"
118118
},
119119
"resolutions": {
@@ -127,7 +127,7 @@
127127
"nuxt": "^3.13.2",
128128
"nuxt-scripts-devtools": "workspace:*",
129129
"unhead": "1.11.6",
130-
"vue": "^3.5.5",
130+
"vue": "^3.5.8",
131131
"vue-router": "^4.4.5"
132132
}
133133
}

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@nuxt/scripts": "workspace:*",
12-
"@nuxt/ui": "^2.18.4",
12+
"@nuxt/ui": "^2.18.6",
1313
"nuxt-scripts-devtools": "workspace:*"
1414
}
1515
}

0 commit comments

Comments
 (0)