|
@@ -15,7 +15,7 @@
|
|
|
"@testing-library/react": "^13.2.0",
|
|
|
"@types/testing-library__jest-dom": "^5.14.5",
|
|
|
"@types/yup": "^0.29.13",
|
|
|
- "@vitejs/plugin-react": "^1.3.2",
|
|
|
+ "@vitejs/plugin-react": "^2.0.0",
|
|
|
"ace-builds": "^1.4.12",
|
|
|
"ajv": "^8.6.3",
|
|
|
"babel-jest": "^28.1.1",
|
|
@@ -24,14 +24,14 @@
|
|
|
"dayjs": "^1.11.2",
|
|
|
"fetch-mock": "^9.11.0",
|
|
|
"jest": "^28.1.1",
|
|
|
- "jest-watch-typeahead": "^1.1.0",
|
|
|
+ "jest-watch-typeahead": "^2.0.0",
|
|
|
"json-schema-faker": "^0.5.0-rcv.39",
|
|
|
"lodash": "^4.17.21",
|
|
|
"node-fetch": "^2.6.1",
|
|
|
- "pretty-ms": "^7.0.1",
|
|
|
+ "pretty-ms": "7.0.1",
|
|
|
"react": "^18.1.0",
|
|
|
- "react-ace": "^9.4.3",
|
|
|
- "react-datepicker": "^4.2.0",
|
|
|
+ "react-ace": "^10.1.0",
|
|
|
+ "react-datepicker": "^4.8.0",
|
|
|
"react-dom": "^18.1.0",
|
|
|
"react-hook-form": "7.6.9",
|
|
|
"react-is": "^18.2.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
"sass": "^1.52.3",
|
|
|
"styled-components": "^5.3.1",
|
|
|
"use-debounce": "^8.0.1",
|
|
|
- "vite": "^2.9.11",
|
|
|
+ "vite": "^3.0.2",
|
|
|
"vite-tsconfig-paths": "^3.5.0",
|
|
|
"whatwg-fetch": "^3.6.2",
|
|
|
"yup": "^0.32.9"
|
|
@@ -52,7 +52,7 @@
|
|
|
"lint-staged": {
|
|
|
"*.{ts,tsx}": [
|
|
|
"eslint --fix",
|
|
|
- "pnpm test -- --bail --findRelatedTests --watchAll=false"
|
|
|
+ "pnpm test -- --bail --findRelatedTests --watchAll=false --passWithNoTests"
|
|
|
]
|
|
|
},
|
|
|
"scripts": {
|
|
@@ -87,7 +87,7 @@
|
|
|
"@types/lodash": "^4.14.172",
|
|
|
"@types/node": "^16.4.13",
|
|
|
"@types/react": "^18.0.9",
|
|
|
- "@types/react-datepicker": "^4.1.4",
|
|
|
+ "@types/react-datepicker": "^4.4.2",
|
|
|
"@types/react-dom": "^18.0.3",
|
|
|
"@types/react-redux": "^7.1.18",
|
|
|
"@types/react-router-dom": "^5.3.3",
|
|
@@ -102,7 +102,7 @@
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
"eslint-config-react-app": "^7.0.1",
|
|
|
"eslint-import-resolver-node": "^0.3.6",
|
|
|
- "eslint-import-resolver-typescript": "^2.7.1",
|
|
|
+ "eslint-import-resolver-typescript": "^3.2.7",
|
|
|
"eslint-plugin-import": "^2.26.0",
|
|
|
"eslint-plugin-jest-dom": "^4.0.2",
|
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|