Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Nov 18, 2024
1 parent 61045d4 commit fe352f1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "csvgtocss",
"version": "0.1.2",
"type": "module",
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.13.2",
"description": "Convert svg to css",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -37,11 +37,11 @@
"devDependencies": {
"@hunghg255/eslint-config-ts": "^0.0.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.7.2",
"bumpp": "^9.5.2",
"@types/node": "^22.9.0",
"bumpp": "^9.8.1",
"eslint": "^8.57.1",
"prettier": "^2.8.8",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"unbuild": "^2.0.0"
},
"bin": {
Expand All @@ -60,14 +60,14 @@
"url": "https://github.com/hunghg255/csvgtocss/issues"
},
"dependencies": {
"@iconify/tools": "^4.0.6",
"@iconify/tools": "^4.0.7",
"@iconify/utils": "^2.1.33",
"@rgrove/parse-xml": "^4.1.0",
"@rgrove/parse-xml": "^4.2.0",
"cheerio": "^1.0.0",
"commander": "^11.1.0",
"consola": "^3.2.3",
"fs-extra": "~11.1.1",
"picocolors": "^1.1.0",
"picocolors": "^1.1.1",
"unreadconfig": "^0.1.0"
}
}

0 comments on commit fe352f1

Please sign in to comment.