2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-11-08 14:21:00 +00:00

Update dependencies and clean up package.json

This commit is contained in:
Vjacheslav Trushkin 2022-01-26 11:05:04 +02:00
parent a9719b3bb3
commit 66edd84d9d
2 changed files with 1590 additions and 1785 deletions

3344
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,14 +3,11 @@
"description": "Iconify icons collection in JSON format",
"license": "MIT",
"version": "2.0.29",
"publishConfig": {
"tag": "next"
},
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/collections-json/issues",
"bugs": "https://github.com/iconify/icon-sets/issues",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/iconify/collections-json.git"
"url": "git+ssh://git@github.com/iconify/icon-sets.git"
},
"exports": {
"./*": "./*",
@ -46,17 +43,17 @@
"pathe": "^0.0.2"
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node": "^16.9.1",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.12",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"esno": "^0.9.1",
"jest": "^27.2.0",
"jest-each": "^27.2.0",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"tsup": "^4.14.0",
"typescript": "^4.4.3"
"eslint": "^8.7.0",
"esno": "^0.14.0",
"jest": "^27.4.7",
"jest-each": "^27.4.6",
"ts-jest": "^27.1.3",
"ts-node": "^10.4.0",
"tsup": "^5.11.11",
"typescript": "^4.5.5"
}
}