|
@@ -10,13 +10,12 @@
|
|
"@reduxjs/toolkit": "^1.8.1",
|
|
"@reduxjs/toolkit": "^1.8.1",
|
|
"@rooks/use-outside-click-ref": "^4.10.1",
|
|
"@rooks/use-outside-click-ref": "^4.10.1",
|
|
"@testing-library/react": "^13.2.0",
|
|
"@testing-library/react": "^13.2.0",
|
|
- "@types/eventsource": "^1.1.6",
|
|
|
|
"@types/yup": "^0.29.13",
|
|
"@types/yup": "^0.29.13",
|
|
"ace-builds": "^1.4.12",
|
|
"ace-builds": "^1.4.12",
|
|
"ajv": "^8.6.3",
|
|
"ajv": "^8.6.3",
|
|
"bulma": "^0.9.3",
|
|
"bulma": "^0.9.3",
|
|
"classnames": "^2.2.6",
|
|
"classnames": "^2.2.6",
|
|
- "dayjs": "^1.10.6",
|
|
|
|
|
|
+ "dayjs": "^1.11.2",
|
|
"eslint-import-resolver-node": "^0.3.6",
|
|
"eslint-import-resolver-node": "^0.3.6",
|
|
"eslint-import-resolver-typescript": "^2.7.1",
|
|
"eslint-import-resolver-typescript": "^2.7.1",
|
|
"fetch-mock": "^9.11.0",
|
|
"fetch-mock": "^9.11.0",
|
|
@@ -31,13 +30,12 @@
|
|
"react-hook-form": "7.6.9",
|
|
"react-hook-form": "7.6.9",
|
|
"react-multi-select-component": "^4.0.6",
|
|
"react-multi-select-component": "^4.0.6",
|
|
"react-redux": "^7.2.6",
|
|
"react-redux": "^7.2.6",
|
|
- "react-router": "^5.2.0",
|
|
|
|
"react-router-dom": "^6.3.0",
|
|
"react-router-dom": "^6.3.0",
|
|
"redux": "^4.1.1",
|
|
"redux": "^4.1.1",
|
|
"redux-thunk": "^2.3.0",
|
|
"redux-thunk": "^2.3.0",
|
|
"sass": "^1.43.4",
|
|
"sass": "^1.43.4",
|
|
"styled-components": "^5.3.1",
|
|
"styled-components": "^5.3.1",
|
|
- "use-debounce": "^7.0.0",
|
|
|
|
|
|
+ "use-debounce": "^8.0.1",
|
|
"uuid": "^8.3.1",
|
|
"uuid": "^8.3.1",
|
|
"yup": "^0.32.9"
|
|
"yup": "^0.32.9"
|
|
},
|
|
},
|
|
@@ -77,12 +75,13 @@
|
|
]
|
|
]
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
- "@jest/types": "^27.0.6",
|
|
|
|
|
|
+ "@jest/types": "^28.1.0",
|
|
"@openapitools/openapi-generator-cli": "^2.5.1",
|
|
"@openapitools/openapi-generator-cli": "^2.5.1",
|
|
"@testing-library/dom": "^8.11.1",
|
|
"@testing-library/dom": "^8.11.1",
|
|
- "@testing-library/jest-dom": "^5.14.1",
|
|
|
|
|
|
+ "@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
- "@types/jest": "^27.0.2",
|
|
|
|
|
|
+ "@types/eventsource": "^1.1.8",
|
|
|
|
+ "@types/jest": "^27.5.1",
|
|
"@types/lodash": "^4.14.172",
|
|
"@types/lodash": "^4.14.172",
|
|
"@types/node": "^16.4.13",
|
|
"@types/node": "^16.4.13",
|
|
"@types/react": "^18.0.9",
|
|
"@types/react": "^18.0.9",
|
|
@@ -94,31 +93,31 @@
|
|
"@types/styled-components": "^5.1.13",
|
|
"@types/styled-components": "^5.1.13",
|
|
"@types/uuid": "^8.3.1",
|
|
"@types/uuid": "^8.3.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.10.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.10.0",
|
|
- "@typescript-eslint/parser": "^5.10.0",
|
|
|
|
|
|
+ "@typescript-eslint/parser": "^5.27.0",
|
|
"dotenv": "^16.0.1",
|
|
"dotenv": "^16.0.1",
|
|
"eslint": "^8.15.0",
|
|
"eslint": "^8.15.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
- "eslint-plugin-jest-dom": "^4.0.1",
|
|
|
|
|
|
+ "eslint-plugin-jest-dom": "^4.0.2",
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"eslint-plugin-react-hooks": "^4.5.0",
|
|
"eslint-plugin-react-hooks": "^4.5.0",
|
|
"fetch-mock-jest": "^1.5.1",
|
|
"fetch-mock-jest": "^1.5.1",
|
|
"history": "^5.0.0",
|
|
"history": "^5.0.0",
|
|
- "http-proxy-middleware": "^2.0.1",
|
|
|
|
|
|
+ "http-proxy-middleware": "^2.0.6",
|
|
"husky": "^7.0.1",
|
|
"husky": "^7.0.1",
|
|
"jest-sonar-reporter": "^2.0.0",
|
|
"jest-sonar-reporter": "^2.0.0",
|
|
- "jest-styled-components": "^7.0.6",
|
|
|
|
|
|
+ "jest-styled-components": "^7.0.8",
|
|
"lint-staged": "^12.1.2",
|
|
"lint-staged": "^12.1.2",
|
|
"prettier": "^2.3.1",
|
|
"prettier": "^2.3.1",
|
|
"react-scripts": "5.0.1",
|
|
"react-scripts": "5.0.1",
|
|
"redux-mock-store": "^1.5.4",
|
|
"redux-mock-store": "^1.5.4",
|
|
"rimraf": "^3.0.2",
|
|
"rimraf": "^3.0.2",
|
|
- "ts-jest": "^26.5.4",
|
|
|
|
- "ts-node": "^10.2.0",
|
|
|
|
|
|
+ "ts-jest": "^28.0.3",
|
|
|
|
+ "ts-node": "^10.8.0",
|
|
"typescript": "^4.3.5"
|
|
"typescript": "^4.3.5"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|