Skip to content

Commit 50faf8d

Browse files
committed
chore: update deps
1 parent 846fdbd commit 50faf8d

File tree

2 files changed

+185
-236
lines changed

2 files changed

+185
-236
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "csvgtocss",
33
"version": "0.1.0",
44
"type": "module",
5-
"packageManager": "pnpm@9.7.1",
5+
"packageManager": "pnpm@9.11.0",
66
"description": "Convert svg to css",
77
"main": "./dist/index.cjs",
88
"module": "./dist/index.mjs",
@@ -37,11 +37,11 @@
3737
"devDependencies": {
3838
"@hunghg255/eslint-config-ts": "^0.0.2",
3939
"@types/fs-extra": "^11.0.4",
40-
"@types/node": "^22.4.0",
41-
"bumpp": "^9.5.1",
42-
"eslint": "^8.57.0",
40+
"@types/node": "^22.7.2",
41+
"bumpp": "^9.5.2",
42+
"eslint": "^8.57.1",
4343
"prettier": "^2.8.8",
44-
"typescript": "^5.5.4",
44+
"typescript": "^5.6.2",
4545
"unbuild": "^2.0.0"
4646
},
4747
"bin": {
@@ -54,20 +54,20 @@
5454
"homepage": "https://github.com/hunghg255/csvgtocss",
5555
"repository": {
5656
"type": "git",
57-
"url": "https://github.com/hunghg255/csvgtocss"
57+
"url": "git+https://github.com/hunghg255/csvgtocss.git"
5858
},
5959
"bugs": {
6060
"url": "https://github.com/hunghg255/csvgtocss/issues"
6161
},
6262
"dependencies": {
63-
"@iconify/tools": "^4.0.5",
64-
"@iconify/utils": "^2.1.30",
63+
"@iconify/tools": "^4.0.6",
64+
"@iconify/utils": "^2.1.33",
6565
"@rgrove/parse-xml": "^4.1.0",
6666
"cheerio": "^1.0.0",
6767
"commander": "^11.1.0",
6868
"consola": "^3.2.3",
6969
"fs-extra": "~11.1.1",
70-
"picocolors": "^1.0.1",
71-
"unreadconfig": "^0.0.13"
70+
"picocolors": "^1.1.0",
71+
"unreadconfig": "^0.1.0"
7272
}
7373
}

0 commit comments

Comments
 (0)