2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-19 18:39:01 +00:00

Update dependencies

This commit is contained in:
Vjacheslav Trushkin 2022-06-26 11:25:31 +03:00
parent 45a82839a4
commit 6d17b06ed4
2 changed files with 2252 additions and 3095 deletions

5311
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.1.0", "@iconify/types": "*",
"pathe": "^0.2.0" "pathe": "^0.3.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^27.4.1", "@types/jest": "^28.1.3",
"@types/node": "^17.0.12", "@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.16.0", "@typescript-eslint/eslint-plugin": "^5.29.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.7.0", "eslint": "^8.18.0",
"esno": "^0.14.0", "esno": "^0.16.3",
"jest": "^27.5.1", "jest": "^28.1.1",
"jest-each": "^27.5.1", "jest-each": "^28.1.1",
"ts-jest": "^27.1.4", "ts-jest": "^28.0.5",
"ts-node": "^10.7.0", "ts-node": "^10.8.1",
"tsup": "^5.12.1", "tsup": "^6.1.2",
"typescript": "^4.6.3" "typescript": "^4.7.4"
} }
} }