2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-07 07:34:22 +00:00

Update dependencies for utils, publish update

This commit is contained in:
Vjacheslav Trushkin 2022-03-22 11:49:15 +02:00
parent 6272fadbc3
commit 6fcca33a0f
2 changed files with 2233 additions and 2502 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
"type": "module",
"description": "Common functions for working with Iconify icon sets used by various packages.",
"author": "Vjacheslav Trushkin",
"version": "1.0.28",
"version": "1.0.29",
"license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/",
@ -202,27 +202,27 @@
],
"dependencies": {
"@antfu/install-pkg": "^0.1.0",
"@antfu/utils": "^0.3.0",
"@iconify/types": "^1.0.13",
"debug": "^4.3.3",
"kolorist": "^1.5.0",
"local-pkg": "^0.4.0"
"@antfu/utils": "^0.5.0",
"@iconify/types": "^1.1.0",
"debug": "^4.3.4",
"kolorist": "^1.5.1",
"local-pkg": "^0.4.1"
},
"devDependencies": {
"@iconify-json/flat-color-icons": "^1.0.2",
"@types/debug": "^4.1.7",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"cross-env": "^7.0.3",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.2.1",
"jest": "^27.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.6.0",
"typescript": "^4.4.3",
"unbuild": "^0.6.9",
"vitest": "^0.5.9"
"ts-jest": "^27.1.3",
"ts-node": "^10.7.0",
"typescript": "^4.6.2",
"unbuild": "^0.7.0",
"vitest": "^0.7.7"
}
}