Skip to content

Commit 718128c

Browse files
chore(deps): update all non-major dependencies
1 parent b94a067 commit 718128c

File tree

3 files changed

+1867
-1190
lines changed

3 files changed

+1867
-1190
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/icon",
3-
"packageManager": "pnpm@10.8.0",
3+
"packageManager": "pnpm@10.11.0",
44
"version": "1.12.0",
55
"license": "MIT",
66
"type": "module",
@@ -33,11 +33,11 @@
3333
"test": "pnpm run test:unit --run && pnpm run test:playground --run"
3434
},
3535
"dependencies": {
36-
"@iconify/collections": "^1.0.536",
36+
"@iconify/collections": "^1.0.548",
3737
"@iconify/types": "^2.0.0",
3838
"@iconify/utils": "^2.3.0",
3939
"@iconify/vue": "^4.3.0",
40-
"@nuxt/devtools-kit": "^2.3.2",
40+
"@nuxt/devtools-kit": "^2.4.1",
4141
"@nuxt/kit": "^3.16.2",
4242
"consola": "^3.4.2",
4343
"local-pkg": "^1.1.1",
@@ -46,33 +46,33 @@
4646
"pathe": "^2.0.3",
4747
"picomatch": "^4.0.2",
4848
"std-env": "^3.9.0",
49-
"tinyglobby": "^0.2.12"
49+
"tinyglobby": "^0.2.13"
5050
},
5151
"devDependencies": {
5252
"@iconify-json/fluent-emoji-high-contrast": "^1.2.3",
5353
"@iconify-json/logos": "^1.2.4",
5454
"@iconify-json/ph": "^1.2.2",
55-
"@iconify-json/simple-icons": "^1.2.31",
55+
"@iconify-json/simple-icons": "^1.2.34",
5656
"@iconify-json/solar": "^1.2.2",
5757
"@iconify-json/uil": "^1.2.3",
58-
"@nuxt/devtools": "^2.3.2",
59-
"@nuxt/eslint-config": "^1.3.0",
58+
"@nuxt/devtools": "^2.4.1",
59+
"@nuxt/eslint-config": "^1.3.1",
6060
"@nuxt/module-builder": "^1.0.1",
6161
"@nuxt/schema": "^3.16.2",
62-
"@nuxt/test-utils": "^3.17.2",
63-
"@types/node": "^22.14.0",
62+
"@nuxt/test-utils": "^3.18.0",
63+
"@types/node": "^22.15.18",
6464
"@types/picomatch": "^4.0.0",
65-
"@unocss/nuxt": "^66.1.0-beta.10",
65+
"@unocss/nuxt": "^66.1.1",
6666
"bumpp": "^10.1.0",
6767
"changelogen": "^0.6.1",
68-
"eslint": "^9.24.0",
68+
"eslint": "^9.26.0",
6969
"nuxt": "^3.16.2",
70-
"nuxthub": "^0.8.11",
70+
"nuxthub": "^0.9.0",
7171
"prettier": "^3.5.3",
7272
"typescript": "~5.8.3",
7373
"untyped": "^2.0.0",
7474
"vite": "^6.2.5",
75-
"vue-tsc": "^2.2.8"
75+
"vue-tsc": "^2.2.10"
7676
},
7777
"resolutions": {
7878
"nuxt": "^3.16.2",

playground/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"deploy": "nuxthub deploy"
1111
},
1212
"dependencies": {
13-
"@nuxthub/core": "^0.8.24",
13+
"@nuxthub/core": "^0.8.27",
1414
"nuxt": "^3.16.2"
1515
},
1616
"devDependencies": {
17-
"@nuxt/test-utils": "^3.17.2",
17+
"@nuxt/test-utils": "^3.18.0",
1818
"@vue/test-utils": "^2.4.6",
19-
"happy-dom": "^17.4.4",
20-
"playwright-core": "^1.51.1",
21-
"vitest": "^3.1.1",
22-
"wrangler": "^4.9.1"
19+
"happy-dom": "^17.4.7",
20+
"playwright-core": "^1.52.0",
21+
"vitest": "^3.1.3",
22+
"wrangler": "^4.14.4"
2323
}
2424
}

0 commit comments

Comments
 (0)