Skip to content

Commit 6f996d1

Browse files
committed
chore: update
1 parent a5eff32 commit 6f996d1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

example/tailwind.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const {
22
iconsPlugin,
33
dynamicIconsPlugin,
44
getIconCollections,
5-
} = require('../dist/index.cjs')
5+
} = require('../dist/index.mjs')
66

77
module.exports = {
88
content: ['./index.html'],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
}
4747
},
4848
"dependencies": {
49+
"@iconify/types": "^2.0.0",
4950
"@iconify/utils": "^3.1.0"
5051
},
5152
"devDependencies": {
@@ -54,7 +55,6 @@
5455
"@iconify-json/heroicons": "^1.2.3",
5556
"@iconify/json": "^2.2.433",
5657
"@iconify/tools": "^5.0.2",
57-
"@iconify/types": "^2.0.0",
5858
"@types/node": "^25.1.0",
5959
"eslint": "^9.39.2",
6060
"eslint-config-hyoban": "6.0.0-beta.3",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)