Skip to content

Commit 2ee4810

Browse files
chore(deps): update all non-major dependencies (#211)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e8f87b commit 2ee4810

File tree

3 files changed

+436
-291
lines changed

3 files changed

+436
-291
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/icon",
3-
"packageManager": "pnpm@10.14.0",
3+
"packageManager": "pnpm@10.15.0",
44
"version": "2.0.0",
55
"license": "MIT",
66
"type": "module",
@@ -33,14 +33,14 @@
3333
"test": "pnpm run test:unit --run && pnpm run test:playground --run"
3434
},
3535
"dependencies": {
36-
"@iconify/collections": "^1.0.579",
36+
"@iconify/collections": "^1.0.586",
3737
"@iconify/types": "^2.0.0",
38-
"@iconify/utils": "^3.0.0",
38+
"@iconify/utils": "^3.0.1",
3939
"@iconify/vue": "^5.0.0",
4040
"@nuxt/devtools-kit": "^2.6.2",
4141
"@nuxt/kit": "^4.0.3",
4242
"consola": "^3.4.2",
43-
"local-pkg": "^1.1.1",
43+
"local-pkg": "^1.1.2",
4444
"mlly": "^1.7.4",
4545
"ohash": "^2.0.11",
4646
"pathe": "^2.0.3",
@@ -49,33 +49,33 @@
4949
"tinyglobby": "^0.2.14"
5050
},
5151
"devDependencies": {
52-
"@iconify-json/fluent-emoji-high-contrast": "^1.2.4",
53-
"@iconify-json/logos": "^1.2.8",
52+
"@iconify-json/fluent-emoji-high-contrast": "^1.2.5",
53+
"@iconify-json/logos": "^1.2.9",
5454
"@iconify-json/ph": "^1.2.2",
55-
"@iconify-json/simple-icons": "^1.2.47",
56-
"@iconify-json/solar": "^1.2.3",
55+
"@iconify-json/simple-icons": "^1.2.48",
56+
"@iconify-json/solar": "^1.2.4",
5757
"@iconify-json/uil": "^1.2.3",
5858
"@nuxt/devtools": "^2.6.2",
59-
"@nuxt/eslint-config": "^1.8.0",
59+
"@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.2.1",
63+
"@types/node": "^24.3.0",
6464
"@types/picomatch": "^4.0.2",
6565
"@unocss/nuxt": "^66.4.2",
66-
"bumpp": "^10.2.2",
66+
"bumpp": "^10.2.3",
6767
"changelogen": "^0.6.2",
6868
"eslint": "^9.33.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.1",
75-
"vue-tsc": "^3.0.5"
74+
"vite": "^7.1.3",
75+
"vue-tsc": "^3.0.6"
7676
},
7777
"resolutions": {
7878
"nuxt": "^4.0.3",
79-
"vite": "^7.1.1"
79+
"vite": "^7.1.3"
8080
}
8181
}

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"devDependencies": {
1717
"@nuxt/test-utils": "^3.19.2",
1818
"@vue/test-utils": "^2.4.6",
19-
"playwright-core": "^1.54.2",
19+
"playwright-core": "^1.55.0",
2020
"vitest": "^3.2.4",
21-
"wrangler": "^4.28.1"
21+
"wrangler": "^4.31.0"
2222
}
2323
}

0 commit comments

Comments
 (0)