2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-11-25 22:27:40 +00:00

Update dependencies

This commit is contained in:
Vjacheslav Trushkin 2022-03-26 13:36:25 +02:00
parent f2f01bc46c
commit fc7ff4161a
2 changed files with 1151 additions and 840 deletions

1969
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -39,21 +39,21 @@
"prepublishOnly": "npm run build && npm run version" "prepublishOnly": "npm run build && npm run version"
}, },
"dependencies": { "dependencies": {
"@iconify/types": "^1.0.9", "@iconify/types": "^1.1.0",
"pathe": "^0.0.2" "pathe": "^0.2.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^27.4.0", "@types/jest": "^27.4.1",
"@types/node": "^17.0.12", "@types/node": "^17.0.12",
"@typescript-eslint/eslint-plugin": "^5.10.1", "@typescript-eslint/eslint-plugin": "^5.16.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.7.0", "eslint": "^8.7.0",
"esno": "^0.14.0", "esno": "^0.14.0",
"jest": "^27.4.7", "jest": "^27.5.1",
"jest-each": "^27.4.6", "jest-each": "^27.5.1",
"ts-jest": "^27.1.3", "ts-jest": "^27.1.4",
"ts-node": "^10.4.0", "ts-node": "^10.7.0",
"tsup": "^5.11.11", "tsup": "^5.12.1",
"typescript": "^4.5.5" "typescript": "^4.6.3"
} }
} }