|
|
|
@ -7,15 +7,15 @@ |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@angular-devkit/build-angular": "^15.0.2", |
|
|
|
|
"@angular-eslint/builder": "^15.1.0", |
|
|
|
|
"@angular-eslint/eslint-plugin": "^13.2.1", |
|
|
|
|
"@angular-eslint/eslint-plugin-template": "^13.2.1", |
|
|
|
|
"@angular-eslint/schematics": "13.2.1", |
|
|
|
|
"@angular-eslint/template-parser": "^13.2.1", |
|
|
|
|
"@angular-eslint/eslint-plugin": "^15.1.0", |
|
|
|
|
"@angular-eslint/eslint-plugin-template": "^15.1.0", |
|
|
|
|
"@angular-eslint/schematics": "15.1.0", |
|
|
|
|
"@angular-eslint/template-parser": "^15.1.0", |
|
|
|
|
"@angular/language-service": "15.0.2", |
|
|
|
|
"@babel/core": "^7.18.5", |
|
|
|
|
"@compodoc/compodoc": "^1.1.19", |
|
|
|
|
"@html-eslint/eslint-plugin": "^0.13.1", |
|
|
|
|
"@html-eslint/parser": "^0.13.1", |
|
|
|
|
"@html-eslint/eslint-plugin": "^0.15.0", |
|
|
|
|
"@html-eslint/parser": "^0.15.0", |
|
|
|
|
"@jsdevtools/coverage-istanbul-loader": "3.0.5", |
|
|
|
|
"@storybook/addon-actions": "^6.5.10", |
|
|
|
|
"@storybook/addon-essentials": "^6.5.10", |
|
|
|
@ -44,22 +44,22 @@ |
|
|
|
|
"@types/urijs": "^1.19.6", |
|
|
|
|
"@types/uuid": "^8.3.4", |
|
|
|
|
"@types/webpack-env": "^1.16.0", |
|
|
|
|
"@typescript-eslint/eslint-plugin": "4.23.0", |
|
|
|
|
"@typescript-eslint/parser": "4.23.0", |
|
|
|
|
"@typescript-eslint/eslint-plugin": "5.48.0", |
|
|
|
|
"@typescript-eslint/parser": "5.48.0", |
|
|
|
|
"babel-loader": "^8.2.5", |
|
|
|
|
"browserslist": "^4.8.7", |
|
|
|
|
"codelyzer": "^6.0.0", |
|
|
|
|
"css-loader": "^6.7.1", |
|
|
|
|
"eslint": "^7.26.0", |
|
|
|
|
"eslint-config-airbnb-base": "^14.2.1", |
|
|
|
|
"eslint-config-airbnb-typescript": "^12.3.1", |
|
|
|
|
"eslint": "^8.31.0", |
|
|
|
|
"eslint-config-airbnb-base": "^15.0.0", |
|
|
|
|
"eslint-config-airbnb-typescript": "^17.0.0", |
|
|
|
|
"eslint-plugin-change-detection-strategy": "^0.1.1", |
|
|
|
|
"eslint-plugin-import": "^2.22.1", |
|
|
|
|
"eslint-plugin-jasmine": "^4.1.2", |
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.4.1", |
|
|
|
|
"eslint-plugin-react": "^7.24.0", |
|
|
|
|
"eslint-plugin-react-hooks": "^4.2.0", |
|
|
|
|
"eslint-plugin-storybook": "^0.6.4", |
|
|
|
|
"eslint-plugin-import": "^2.26.0", |
|
|
|
|
"eslint-plugin-jasmine": "^4.1.3", |
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.6.1", |
|
|
|
|
"eslint-plugin-react": "^7.31.11", |
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0", |
|
|
|
|
"eslint-plugin-storybook": "^0.6.8", |
|
|
|
|
"esprint": "^3.1.0", |
|
|
|
|
"jasmine-core": "~3.6.0", |
|
|
|
|
"jasmine-spec-reporter": "~5.0.0", |
|
|
|
|