Skip to content

Commit 07ddb50

Browse files
chore(deps): update all non-major dependencies
1 parent 0f2a318 commit 07ddb50

File tree

3 files changed

+1208
-803
lines changed

3 files changed

+1208
-803
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.6.2",
3+
"packageManager": "pnpm@10.8.0",
44
"version": "1.11.0",
55
"license": "MIT",
66
"type": "module",
@@ -40,43 +40,43 @@
4040
"test": "pnpm run test:unit --run && pnpm run test:playground --run"
4141
},
4242
"dependencies": {
43-
"@iconify/collections": "^1.0.526",
43+
"@iconify/collections": "^1.0.536",
4444
"@iconify/types": "^2.0.0",
4545
"@iconify/utils": "^2.3.0",
4646
"@iconify/vue": "^4.3.0",
47-
"@nuxt/devtools-kit": "^2.2.1",
47+
"@nuxt/devtools-kit": "^2.3.2",
4848
"@nuxt/kit": "^3.16.0",
49-
"consola": "^3.4.0",
49+
"consola": "^3.4.2",
5050
"local-pkg": "^1.1.1",
5151
"mlly": "^1.7.4",
5252
"ohash": "^2.0.11",
5353
"pathe": "^2.0.3",
5454
"picomatch": "^4.0.2",
55-
"std-env": "^3.8.1",
55+
"std-env": "^3.9.0",
5656
"tinyglobby": "^0.2.12"
5757
},
5858
"devDependencies": {
5959
"@iconify-json/fluent-emoji-high-contrast": "^1.2.3",
6060
"@iconify-json/logos": "^1.2.4",
6161
"@iconify-json/ph": "^1.2.2",
62-
"@iconify-json/simple-icons": "^1.2.28",
62+
"@iconify-json/simple-icons": "^1.2.31",
6363
"@iconify-json/solar": "^1.2.2",
6464
"@iconify-json/uil": "^1.2.3",
65-
"@nuxt/devtools": "^2.2.1",
66-
"@nuxt/eslint-config": "^1.2.0",
65+
"@nuxt/devtools": "^2.3.2",
66+
"@nuxt/eslint-config": "^1.3.0",
6767
"@nuxt/module-builder": "^0.8.4",
6868
"@nuxt/schema": "^3.16.0",
6969
"@nuxt/test-utils": "^3.17.2",
70-
"@types/node": "^22.13.10",
70+
"@types/node": "^22.14.0",
7171
"@types/picomatch": "^3.0.2",
72-
"@unocss/nuxt": "^66.1.0-beta.3",
72+
"@unocss/nuxt": "^66.1.0-beta.10",
7373
"bumpp": "^10.1.0",
7474
"changelogen": "^0.6.1",
75-
"eslint": "^9.22.0",
75+
"eslint": "^9.24.0",
7676
"nuxt": "^3.16.0",
77-
"nuxthub": "^0.8.9",
77+
"nuxthub": "^0.8.11",
7878
"prettier": "^3.5.3",
79-
"typescript": "~5.8.2",
79+
"typescript": "~5.8.3",
8080
"untyped": "^2.0.0",
8181
"vite": "^6.2.1",
8282
"vue-tsc": "^2.2.8"

playground/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"deploy": "nuxthub deploy"
1111
},
1212
"dependencies": {
13-
"@nuxthub/core": "^0.8.18",
13+
"@nuxthub/core": "^0.8.24",
1414
"nuxt": "^3.16.0"
1515
},
1616
"devDependencies": {
1717
"@nuxt/test-utils": "^3.17.2",
1818
"@vue/test-utils": "^2.4.6",
1919
"happy-dom": "^17.4.4",
20-
"playwright-core": "^1.51.0",
21-
"vitest": "^3.0.8",
22-
"wrangler": "^3.114.1"
20+
"playwright-core": "^1.51.1",
21+
"vitest": "^3.1.1",
22+
"wrangler": "^3.114.5"
2323
}
2424
}

0 commit comments

Comments
 (0)