Skip to content

Commit 52fbaa2

Browse files
committedOct 28, 2024
chore: update deps
1 parent ee82b2e commit 52fbaa2

File tree

3 files changed

+433
-597
lines changed

3 files changed

+433
-597
lines changed
 

Diff for: ‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/icon",
3-
"packageManager": "pnpm@9.12.2",
3+
"packageManager": "pnpm@9.12.3",
44
"version": "1.5.8",
55
"license": "MIT",
66
"type": "module",
@@ -39,7 +39,7 @@
3939
"test": "pnpm run test:unit --run && pnpm run test:playground --run"
4040
},
4141
"dependencies": {
42-
"@iconify/collections": "^1.0.474",
42+
"@iconify/collections": "^1.0.476",
4343
"@iconify/types": "^2.0.0",
4444
"@iconify/utils": "^2.1.33",
4545
"@iconify/vue": "4.1.3-beta.1",
@@ -51,21 +51,21 @@
5151
"ohash": "^1.1.4",
5252
"pathe": "^1.1.2",
5353
"std-env": "^3.7.0",
54-
"tinyglobby": "^0.2.9"
54+
"tinyglobby": "^0.2.10"
5555
},
5656
"devDependencies": {
5757
"@iconify-json/fluent-emoji-high-contrast": "^1.2.1",
5858
"@iconify-json/logos": "^1.2.3",
5959
"@iconify-json/ph": "^1.2.1",
60-
"@iconify-json/simple-icons": "^1.2.9",
60+
"@iconify-json/simple-icons": "^1.2.10",
6161
"@iconify-json/solar": "^1.2.1",
6262
"@iconify-json/uil": "^1.2.1",
6363
"@nuxt/devtools": "^1.6.0",
64-
"@nuxt/eslint-config": "^0.6.0",
64+
"@nuxt/eslint-config": "^0.6.1",
6565
"@nuxt/module-builder": "^0.8.4",
6666
"@nuxt/schema": "^3.13.2",
6767
"@nuxt/test-utils": "^3.14.4",
68-
"@types/node": "^22.7.9",
68+
"@types/node": "^22.8.1",
6969
"@unocss/nuxt": "^0.63.6",
7070
"changelogen": "^0.5.7",
7171
"eslint": "^9.13.0",
@@ -75,7 +75,7 @@
7575
"typescript": "^5.6.3",
7676
"untyped": "^1.5.1",
7777
"vite": "^5.4.10",
78-
"vue-tsc": "^2.1.6"
78+
"vue-tsc": "^2.1.8"
7979
},
8080
"release-it": {
8181
"git": {

Diff for: ‎playground/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"test": "vitest"
1010
},
1111
"dependencies": {
12-
"@nuxthub/core": "^0.7.37",
12+
"@nuxthub/core": "^0.8.3",
1313
"nuxt": "^3.13.2"
1414
},
1515
"devDependencies": {
1616
"@nuxt/test-utils": "^3.14.4",
1717
"@vue/test-utils": "^2.4.6",
1818
"happy-dom": "^15.7.4",
19-
"playwright-core": "^1.48.1",
20-
"vitest": "^2.1.3",
19+
"playwright-core": "^1.48.2",
20+
"vitest": "^2.1.4",
2121
"wrangler": "^3.83.0"
2222
}
2323
}

Diff for: ‎pnpm-lock.yaml

+423-587
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.