Skip to content

Commit 8daec2d

Browse files
committedOct 11, 2024
chore: update deps
1 parent bfc4d2f commit 8daec2d

File tree

3 files changed

+626
-1369
lines changed

3 files changed

+626
-1369
lines changed
 

‎package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"test": "pnpm run test:unit --run && pnpm run test:playground --run"
4040
},
4141
"dependencies": {
42-
"@iconify/collections": "^1.0.468",
42+
"@iconify/collections": "^1.0.469",
4343
"@iconify/types": "^2.0.0",
4444
"@iconify/utils": "^2.1.33",
4545
"@iconify/vue": "4.1.3-beta.1",
@@ -55,24 +55,24 @@
5555
},
5656
"devDependencies": {
5757
"@iconify-json/fluent-emoji-high-contrast": "^1.2.1",
58-
"@iconify-json/logos": "^1.2.2",
59-
"@iconify-json/ph": "^1.2.0",
60-
"@iconify-json/simple-icons": "^1.2.6",
61-
"@iconify-json/solar": "^1.2.0",
62-
"@iconify-json/uil": "^1.2.0",
58+
"@iconify-json/logos": "^1.2.3",
59+
"@iconify-json/ph": "^1.2.1",
60+
"@iconify-json/simple-icons": "^1.2.7",
61+
"@iconify-json/solar": "^1.2.1",
62+
"@iconify-json/uil": "^1.2.1",
6363
"@nuxt/devtools": "^1.5.2",
6464
"@nuxt/eslint-config": "^0.5.7",
6565
"@nuxt/module-builder": "^0.8.4",
6666
"@nuxt/schema": "^3.13.2",
6767
"@nuxt/test-utils": "^3.14.3",
6868
"@types/node": "^22.7.5",
69-
"@unocss/nuxt": "^0.63.3",
69+
"@unocss/nuxt": "^0.63.4",
7070
"changelogen": "^0.5.7",
7171
"eslint": "^9.12.0",
7272
"nuxt": "^3.13.2",
7373
"prettier": "^3.3.3",
74-
"release-it": "^17.7.0",
75-
"typescript": "^5.6.2",
74+
"release-it": "^17.8.2",
75+
"typescript": "^5.6.3",
7676
"untyped": "^1.5.1",
7777
"vite": "^5.4.8",
7878
"vue-tsc": "^2.1.6"

‎playground/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@nuxt/test-utils": "^3.14.3",
1717
"@vue/test-utils": "^2.4.6",
1818
"happy-dom": "^15.7.4",
19-
"playwright-core": "^1.47.2",
19+
"playwright-core": "^1.48.0",
2020
"vitest": "^2.1.2",
21-
"wrangler": "^3.80.1"
21+
"wrangler": "^3.80.3"
2222
}
2323
}

‎pnpm-lock.yaml

+615-1,358
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.