2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 16:59:02 +00:00

Update dependencies for SVG framework

This commit is contained in:
Vjacheslav Trushkin 2022-03-22 12:10:04 +02:00
parent 50dcb9d513
commit 642976c6c7
2 changed files with 474 additions and 338 deletions

File diff suppressed because it is too large Load Diff

View File

@ -69,20 +69,20 @@
}
},
"devDependencies": {
"@iconify/core": "^1.3.0",
"@microsoft/api-extractor": "^7.19.4",
"@iconify/core": "^1.3.1",
"@microsoft/api-extractor": "^7.19.5",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.0.1",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.22",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"cross-env": "^7.0.3",
"eslint": "^8.7.0",
"eslint": "^8.11.0",
"jest": "^28.0.0-alpha.7",
"rimraf": "^3.0.2",
"rollup": "^2.66.0",
"rollup": "^2.70.1",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
"typescript": "^4.6.2"
}
}