Skip to content

Commit 682f873

Browse files
chore(deps): update all non-major dependencies
1 parent 2ee4810 commit 682f873

File tree

3 files changed

+666
-461
lines changed

3 files changed

+666
-461
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/icon",
3-
"packageManager": "pnpm@10.15.0",
3+
"packageManager": "pnpm@10.15.1",
44
"version": "2.0.0",
55
"license": "MIT",
66
"type": "module",
@@ -33,49 +33,49 @@
3333
"test": "pnpm run test:unit --run && pnpm run test:playground --run"
3434
},
3535
"dependencies": {
36-
"@iconify/collections": "^1.0.586",
36+
"@iconify/collections": "^1.0.592",
3737
"@iconify/types": "^2.0.0",
3838
"@iconify/utils": "^3.0.1",
3939
"@iconify/vue": "^5.0.0",
40-
"@nuxt/devtools-kit": "^2.6.2",
40+
"@nuxt/devtools-kit": "^2.6.3",
4141
"@nuxt/kit": "^4.0.3",
4242
"consola": "^3.4.2",
4343
"local-pkg": "^1.1.2",
44-
"mlly": "^1.7.4",
44+
"mlly": "^1.8.0",
4545
"ohash": "^2.0.11",
4646
"pathe": "^2.0.3",
4747
"picomatch": "^4.0.3",
4848
"std-env": "^3.9.0",
49-
"tinyglobby": "^0.2.14"
49+
"tinyglobby": "^0.2.15"
5050
},
5151
"devDependencies": {
5252
"@iconify-json/fluent-emoji-high-contrast": "^1.2.5",
5353
"@iconify-json/logos": "^1.2.9",
5454
"@iconify-json/ph": "^1.2.2",
55-
"@iconify-json/simple-icons": "^1.2.48",
55+
"@iconify-json/simple-icons": "^1.2.50",
5656
"@iconify-json/solar": "^1.2.4",
5757
"@iconify-json/uil": "^1.2.3",
58-
"@nuxt/devtools": "^2.6.2",
58+
"@nuxt/devtools": "^2.6.3",
5959
"@nuxt/eslint-config": "^1.9.0",
6060
"@nuxt/module-builder": "^1.0.2",
6161
"@nuxt/schema": "^4.0.3",
6262
"@nuxt/test-utils": "^3.19.2",
63-
"@types/node": "^24.3.0",
63+
"@types/node": "^24.3.1",
6464
"@types/picomatch": "^4.0.2",
65-
"@unocss/nuxt": "^66.4.2",
65+
"@unocss/nuxt": "^66.5.1",
6666
"bumpp": "^10.2.3",
6767
"changelogen": "^0.6.2",
68-
"eslint": "^9.33.0",
68+
"eslint": "^9.35.0",
6969
"nuxt": "^4.0.3",
7070
"nuxthub": "^0.9.3",
7171
"prettier": "^3.6.2",
7272
"typescript": "~5.9.2",
7373
"untyped": "^2.0.0",
74-
"vite": "^7.1.3",
74+
"vite": "^7.1.5",
7575
"vue-tsc": "^3.0.6"
7676
},
7777
"resolutions": {
7878
"nuxt": "^4.0.3",
79-
"vite": "^7.1.3"
79+
"vite": "^7.1.5"
8080
}
8181
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@vue/test-utils": "^2.4.6",
1919
"playwright-core": "^1.55.0",
2020
"vitest": "^3.2.4",
21-
"wrangler": "^4.31.0"
21+
"wrangler": "^4.34.0"
2222
}
2323
}

0 commit comments

Comments
 (0)