Skip to content

Commit ebe127f

Browse files
chore(deps): update all non-major dependencies
1 parent df5b119 commit ebe127f

File tree

3 files changed

+994
-1078
lines changed

3 files changed

+994
-1078
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/icon",
3-
"packageManager": "pnpm@10.19.0",
3+
"packageManager": "pnpm@10.23.0",
44
"version": "2.1.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.608",
36+
"@iconify/collections": "^1.0.621",
3737
"@iconify/types": "^2.0.0",
3838
"@iconify/utils": "^3.0.2",
3939
"@iconify/vue": "^5.0.0",
40-
"@nuxt/devtools-kit": "^2.6.5",
40+
"@nuxt/devtools-kit": "^2.7.0",
4141
"@nuxt/kit": "^4.1.3",
4242
"consola": "^3.4.2",
4343
"local-pkg": "^1.1.2",
@@ -50,32 +50,32 @@
5050
},
5151
"devDependencies": {
5252
"@iconify-json/fluent-emoji-high-contrast": "^1.2.5",
53-
"@iconify-json/logos": "^1.2.9",
53+
"@iconify-json/logos": "^1.2.10",
5454
"@iconify-json/ph": "^1.2.2",
55-
"@iconify-json/simple-icons": "^1.2.55",
56-
"@iconify-json/solar": "^1.2.4",
55+
"@iconify-json/simple-icons": "^1.2.60",
56+
"@iconify-json/solar": "^1.2.5",
5757
"@iconify-json/uil": "^1.2.3",
58-
"@nuxt/devtools": "^2.6.5",
59-
"@nuxt/eslint-config": "^1.9.0",
58+
"@nuxt/devtools": "^2.7.0",
59+
"@nuxt/eslint-config": "^1.11.0",
6060
"@nuxt/module-builder": "^1.0.2",
6161
"@nuxt/schema": "^4.1.3",
62-
"@nuxt/test-utils": "^3.19.2",
63-
"@types/node": "^24.9.1",
62+
"@nuxt/test-utils": "^3.20.1",
63+
"@types/node": "^24.10.1",
6464
"@types/picomatch": "^4.0.2",
65-
"@unocss/nuxt": "^66.5.4",
65+
"@unocss/nuxt": "^66.5.9",
6666
"bumpp": "^10.3.1",
6767
"changelogen": "^0.6.2",
68-
"eslint": "^9.38.0",
68+
"eslint": "^9.39.1",
6969
"nuxt": "^4.1.3",
70-
"nuxthub": "^0.9.3",
70+
"nuxthub": "^0.9.4",
7171
"prettier": "^3.6.2",
7272
"typescript": "~5.9.3",
7373
"untyped": "^2.0.0",
74-
"vite": "^7.1.11",
75-
"vue-tsc": "^3.1.1"
74+
"vite": "^7.2.4",
75+
"vue-tsc": "^3.1.5"
7676
},
7777
"resolutions": {
7878
"nuxt": "^4.1.3",
79-
"vite": "^7.1.11"
79+
"vite": "^7.2.4"
8080
}
8181
}

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"deploy": "nuxthub deploy"
1111
},
1212
"dependencies": {
13-
"@nuxthub/core": "^0.9.0",
13+
"@nuxthub/core": "^0.9.1",
1414
"nuxt": "^4.1.3"
1515
},
1616
"devDependencies": {
17-
"@nuxt/test-utils": "^3.19.2",
17+
"@nuxt/test-utils": "^3.20.1",
1818
"@vue/test-utils": "^2.4.6",
19-
"playwright-core": "^1.56.1",
19+
"playwright-core": "^1.57.0",
2020
"vitest": "^3.2.4",
21-
"wrangler": "^4.44.0"
21+
"wrangler": "^4.51.0"
2222
}
2323
}

0 commit comments

Comments
 (0)