Skip to content

Commit 153eb3c

Browse files
committedOct 8, 2024
chore: update deps
1 parent 73967f3 commit 153eb3c

File tree

3 files changed

+2281
-1226
lines changed

3 files changed

+2281
-1226
lines changed
 

‎package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/icon",
3-
"packageManager": "pnpm@9.9.0",
3+
"packageManager": "pnpm@9.12.1",
44
"version": "1.5.3",
55
"license": "MIT",
66
"type": "module",
@@ -39,43 +39,43 @@
3939
"test": "pnpm run test:unit --run && pnpm run test:playground --run"
4040
},
4141
"dependencies": {
42-
"@iconify/collections": "^1.0.455",
42+
"@iconify/collections": "^1.0.468",
4343
"@iconify/types": "^2.0.0",
44-
"@iconify/utils": "^2.1.32",
44+
"@iconify/utils": "^2.1.33",
4545
"@iconify/vue": "4.1.3-beta.1",
46-
"@nuxt/devtools-kit": "^1.4.1",
47-
"@nuxt/kit": "^3.13.0",
46+
"@nuxt/devtools-kit": "^1.5.2",
47+
"@nuxt/kit": "^3.13.2",
4848
"consola": "^3.2.3",
4949
"local-pkg": "^0.5.0",
50-
"mlly": "^1.7.1",
50+
"mlly": "^1.7.2",
5151
"ohash": "^1.1.4",
5252
"pathe": "^1.1.2",
5353
"std-env": "^3.7.0",
54-
"tinyglobby": "^0.2.6"
54+
"tinyglobby": "^0.2.9"
5555
},
5656
"devDependencies": {
57-
"@iconify-json/fluent-emoji-high-contrast": "^1.2.0",
58-
"@iconify-json/logos": "^1.2.0",
57+
"@iconify-json/fluent-emoji-high-contrast": "^1.2.1",
58+
"@iconify-json/logos": "^1.2.2",
5959
"@iconify-json/ph": "^1.2.0",
60-
"@iconify-json/simple-icons": "^1.2.1",
60+
"@iconify-json/simple-icons": "^1.2.6",
6161
"@iconify-json/solar": "^1.2.0",
6262
"@iconify-json/uil": "^1.2.0",
63-
"@nuxt/devtools": "^1.4.1",
64-
"@nuxt/eslint-config": "^0.5.5",
65-
"@nuxt/module-builder": "^0.8.3",
66-
"@nuxt/schema": "^3.13.0",
67-
"@nuxt/test-utils": "^3.14.1",
68-
"@types/node": "^22.5.2",
69-
"@unocss/nuxt": "^0.62.3",
70-
"changelogen": "^0.5.5",
71-
"eslint": "^9.9.1",
72-
"nuxt": "^3.13.0",
63+
"@nuxt/devtools": "^1.5.2",
64+
"@nuxt/eslint-config": "^0.5.7",
65+
"@nuxt/module-builder": "^0.8.4",
66+
"@nuxt/schema": "^3.13.2",
67+
"@nuxt/test-utils": "^3.14.3",
68+
"@types/node": "^22.7.5",
69+
"@unocss/nuxt": "^0.63.3",
70+
"changelogen": "^0.5.7",
71+
"eslint": "^9.12.0",
72+
"nuxt": "^3.13.2",
7373
"prettier": "^3.3.3",
74-
"release-it": "^17.6.0",
75-
"typescript": "^5.5.4",
76-
"untyped": "^1.4.2",
77-
"vite": "^5.4.3",
78-
"vue-tsc": "^2.1.4"
74+
"release-it": "^17.7.0",
75+
"typescript": "^5.6.2",
76+
"untyped": "^1.5.1",
77+
"vite": "^5.4.8",
78+
"vue-tsc": "^2.1.6"
7979
},
8080
"release-it": {
8181
"git": {

‎playground/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"test": "vitest"
1010
},
1111
"dependencies": {
12-
"@nuxthub/core": "^0.7.9",
13-
"nuxt": "^3.13.0"
12+
"@nuxthub/core": "^0.7.26",
13+
"nuxt": "^3.13.2"
1414
},
1515
"devDependencies": {
16-
"@nuxt/test-utils": "^3.14.1",
16+
"@nuxt/test-utils": "^3.14.3",
1717
"@vue/test-utils": "^2.4.6",
18-
"happy-dom": "^14.12.3",
19-
"playwright-core": "^1.46.1",
20-
"vitest": "^2.0.5",
21-
"wrangler": "^3.74.0"
18+
"happy-dom": "^15.7.4",
19+
"playwright-core": "^1.47.2",
20+
"vitest": "^2.1.2",
21+
"wrangler": "^3.80.1"
2222
}
2323
}

‎pnpm-lock.yaml

+2,249-1,194
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.