Skip to content

Commit a6dee4f

Browse files
committed
chore: update deps
1 parent 77fa560 commit a6dee4f

File tree

6 files changed

+878
-688
lines changed

6 files changed

+878
-688
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/icon",
3-
"packageManager": "pnpm@10.25.0",
3+
"packageManager": "pnpm@10.27.0",
44
"version": "2.1.1",
55
"license": "MIT",
66
"type": "module",
@@ -33,7 +33,7 @@
3333
"test": "pnpm run test:unit --run && pnpm run test:playground --run"
3434
},
3535
"dependencies": {
36-
"@iconify/collections": "^1.0.628",
36+
"@iconify/collections": "^1.0.636",
3737
"@iconify/types": "^2.0.0",
3838
"@iconify/utils": "^3.1.0",
3939
"@iconify/vue": "^5.0.0",
@@ -52,17 +52,17 @@
5252
"@iconify-json/fluent-emoji-high-contrast": "^1.2.5",
5353
"@iconify-json/logos": "^1.2.10",
5454
"@iconify-json/ph": "^1.2.2",
55-
"@iconify-json/simple-icons": "^1.2.62",
55+
"@iconify-json/simple-icons": "^1.2.65",
5656
"@iconify-json/solar": "^1.2.5",
5757
"@iconify-json/uil": "^1.2.3",
5858
"@nuxt/devtools": "^3.1.1",
5959
"@nuxt/eslint-config": "^1.12.1",
6060
"@nuxt/module-builder": "^1.0.2",
6161
"@nuxt/schema": "^4.2.2",
62-
"@nuxt/test-utils": "^3.21.0",
63-
"@types/node": "^25.0.2",
62+
"@nuxt/test-utils": "^3.22.0",
63+
"@types/node": "^25.0.3",
6464
"@types/picomatch": "^4.0.2",
65-
"@unocss/nuxt": "^66.5.10",
65+
"@unocss/nuxt": "^66.5.12",
6666
"bumpp": "^10.3.2",
6767
"changelogen": "^0.6.2",
6868
"eslint": "^9.39.2",
@@ -71,11 +71,11 @@
7171
"prettier": "^3.7.4",
7272
"typescript": "~5.9.3",
7373
"untyped": "^2.0.0",
74-
"vite": "^7.2.7",
75-
"vue-tsc": "^3.1.8"
74+
"vite": "^7.3.0",
75+
"vue-tsc": "^3.2.2"
7676
},
7777
"resolutions": {
7878
"nuxt": "^4.2.2",
79-
"vite": "^7.2.7"
79+
"vite": "^7.3.0"
8080
}
8181
}

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"deploy": "nuxthub deploy"
1111
},
1212
"dependencies": {
13-
"@nuxthub/core": "^0.10.1",
13+
"@nuxthub/core": "^0.10.4",
1414
"nuxt": "^4.2.2"
1515
},
1616
"devDependencies": {
17-
"@nuxt/test-utils": "^3.21.0",
17+
"@nuxt/test-utils": "^3.22.0",
1818
"@vue/test-utils": "^2.4.6",
1919
"playwright-core": "^1.57.0",
20-
"vitest": "^4.0.15",
20+
"vitest": "^4.0.16",
2121
"wrangler": "^4.54.0"
2222
}
2323
}

0 commit comments

Comments
 (0)