fix(chore): suppression types jasmine
... | ... | @@ -64,9 +64,8 @@ |
"@storybook/manager-api": "8.2.9", | ||
"@storybook/test-runner": "^0.19.1", | ||
"@storybook/theming": "8.2.9", | ||
"@types/jasmine": "3.8.0", | ||
"@types/jest": "29.5.10", | ||
"@types/node": "14.14.31", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^20.11.20", | ||
"@typescript-eslint/eslint-plugin": "5.62.0", | ||
"@typescript-eslint/parser": "5.62.0", | ||
"args-parser": "1.3.0", | ||
... | ... | @@ -80,7 +79,7 @@ |
"eslint-plugin-storybook": "0.8.0", | ||
"http-server": "^14.1.1", | ||
"jest": "29.7.0", | ||
"jest-preset-angular": "14.0.3", | ||
"jest-preset-angular": "14.2.2", | ||
"madge": "7.0.0", | ||
"ng-packagr": "16.2.3", | ||
"prettier": "3.2.5", | ||
... | ... | @@ -89,7 +88,7 @@ |
"rimraf": "3.0.2", | ||
"storybook": "8.2.9", | ||
"strip-comments": "^2.0.1", | ||
"ts-jest": "29.1.2", | ||
"ts-jest": "29.2.5", | ||
"typescript": "5.1.6" | ||
}, | ||
"engines": { | ||
... | ... |
Please register or sign in to comment