2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-09 00:10:47 +00:00

Update dependencies for API redundancy package

This commit is contained in:
Vjacheslav Trushkin 2022-03-22 11:51:41 +02:00
parent 6fcca33a0f
commit 2f5f425c03
2 changed files with 1000 additions and 918 deletions

File diff suppressed because it is too large Load Diff

View File

@ -30,16 +30,16 @@
"directory": "packages/api-redundancy" "directory": "packages/api-redundancy"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^27.4.0", "@types/jest": "^27.4.1",
"@types/node": "^17.0.12", "@types/node": "^17.0.22",
"@typescript-eslint/eslint-plugin": "^5.10.1", "@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.10.1", "@typescript-eslint/parser": "^5.16.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.7.0", "eslint": "^8.11.0",
"eslint-plugin-jasmine": "^4.1.3", "eslint-plugin-jasmine": "^4.1.3",
"jasmine": "^4.0.2", "jasmine": "^4.0.2",
"jest": "^27.4.7", "jest": "^27.5.1",
"ts-jest": "^27.1.3", "ts-jest": "^27.1.3",
"tsup": "^5.11.11" "tsup": "^5.12.1"
} }
} }