|
2 | 2 | "name": "csvgtocss",
|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "type": "module",
|
5 |
| - "packageManager": "pnpm@9.7.1", |
| 5 | + "packageManager": "pnpm@9.11.0", |
6 | 6 | "description": "Convert svg to css",
|
7 | 7 | "main": "./dist/index.cjs",
|
8 | 8 | "module": "./dist/index.mjs",
|
|
37 | 37 | "devDependencies": {
|
38 | 38 | "@hunghg255/eslint-config-ts": "^0.0.2",
|
39 | 39 | "@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", |
43 | 43 | "prettier": "^2.8.8",
|
44 |
| - "typescript": "^5.5.4", |
| 44 | + "typescript": "^5.6.2", |
45 | 45 | "unbuild": "^2.0.0"
|
46 | 46 | },
|
47 | 47 | "bin": {
|
|
54 | 54 | "homepage": "https://github.com/hunghg255/csvgtocss",
|
55 | 55 | "repository": {
|
56 | 56 | "type": "git",
|
57 |
| - "url": "https://github.com/hunghg255/csvgtocss" |
| 57 | + "url": "git+https://github.com/hunghg255/csvgtocss.git" |
58 | 58 | },
|
59 | 59 | "bugs": {
|
60 | 60 | "url": "https://github.com/hunghg255/csvgtocss/issues"
|
61 | 61 | },
|
62 | 62 | "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", |
65 | 65 | "@rgrove/parse-xml": "^4.1.0",
|
66 | 66 | "cheerio": "^1.0.0",
|
67 | 67 | "commander": "^11.1.0",
|
68 | 68 | "consola": "^3.2.3",
|
69 | 69 | "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" |
72 | 72 | }
|
73 | 73 | }
|
0 commit comments