Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Sep 26, 2024
1 parent 846fdbd commit 50faf8d
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 236 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "csvgtocss",
"version": "0.1.0",
"type": "module",
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.11.0",
"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.4.0",
"bumpp": "^9.5.1",
"eslint": "^8.57.0",
"@types/node": "^22.7.2",
"bumpp": "^9.5.2",
"eslint": "^8.57.1",
"prettier": "^2.8.8",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"unbuild": "^2.0.0"
},
"bin": {
Expand All @@ -54,20 +54,20 @@
"homepage": "https://github.com/hunghg255/csvgtocss",
"repository": {
"type": "git",
"url": "https://github.com/hunghg255/csvgtocss"
"url": "git+https://github.com/hunghg255/csvgtocss.git"
},
"bugs": {
"url": "https://github.com/hunghg255/csvgtocss/issues"
},
"dependencies": {
"@iconify/tools": "^4.0.5",
"@iconify/utils": "^2.1.30",
"@iconify/tools": "^4.0.6",
"@iconify/utils": "^2.1.33",
"@rgrove/parse-xml": "^4.1.0",
"cheerio": "^1.0.0",
"commander": "^11.1.0",
"consola": "^3.2.3",
"fs-extra": "~11.1.1",
"picocolors": "^1.0.1",
"unreadconfig": "^0.0.13"
"picocolors": "^1.1.0",
"unreadconfig": "^0.1.0"
}
}
Loading

0 comments on commit 50faf8d

Please sign in to comment.