mirror of
https://github.com/iconify/iconify.git
synced 2025-01-08 07:48:29 +00:00
Update dependencies for utils, publish update
This commit is contained in:
parent
6272fadbc3
commit
6fcca33a0f
4707
packages/utils/package-lock.json
generated
4707
packages/utils/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Common functions for working with Iconify icon sets used by various packages.",
|
"description": "Common functions for working with Iconify icon sets used by various packages.",
|
||||||
"author": "Vjacheslav Trushkin",
|
"author": "Vjacheslav Trushkin",
|
||||||
"version": "1.0.28",
|
"version": "1.0.29",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": "https://github.com/iconify/iconify/issues",
|
"bugs": "https://github.com/iconify/iconify/issues",
|
||||||
"homepage": "https://iconify.design/",
|
"homepage": "https://iconify.design/",
|
||||||
@ -202,27 +202,27 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@antfu/install-pkg": "^0.1.0",
|
"@antfu/install-pkg": "^0.1.0",
|
||||||
"@antfu/utils": "^0.3.0",
|
"@antfu/utils": "^0.5.0",
|
||||||
"@iconify/types": "^1.0.13",
|
"@iconify/types": "^1.1.0",
|
||||||
"debug": "^4.3.3",
|
"debug": "^4.3.4",
|
||||||
"kolorist": "^1.5.0",
|
"kolorist": "^1.5.1",
|
||||||
"local-pkg": "^0.4.0"
|
"local-pkg": "^0.4.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@iconify-json/flat-color-icons": "^1.0.2",
|
"@iconify-json/flat-color-icons": "^1.0.2",
|
||||||
"@types/debug": "^4.1.7",
|
"@types/debug": "^4.1.7",
|
||||||
"@types/jest": "^27.0.1",
|
"@types/jest": "^27.4.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
"@typescript-eslint/eslint-plugin": "^5.16.0",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^8.11.0",
|
"eslint": "^8.11.0",
|
||||||
"eslint-config-prettier": "^8.5.0",
|
"eslint-config-prettier": "^8.5.0",
|
||||||
"eslint-plugin-prettier": "^4.0.0",
|
"eslint-plugin-prettier": "^4.0.0",
|
||||||
"jest": "^27.2.1",
|
"jest": "^27.5.1",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "^27.0.5",
|
"ts-jest": "^27.1.3",
|
||||||
"ts-node": "^10.6.0",
|
"ts-node": "^10.7.0",
|
||||||
"typescript": "^4.4.3",
|
"typescript": "^4.6.2",
|
||||||
"unbuild": "^0.6.9",
|
"unbuild": "^0.7.0",
|
||||||
"vitest": "^0.5.9"
|
"vitest": "^0.7.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user