Update dependencies to latest versions (#3229)
This commit is contained in:
parent
08d703a281
commit
fd14b9aa66
3 changed files with 2796 additions and 2232 deletions
|
@ -31,14 +31,14 @@
|
|||
"react-error-boundary": "^3.1.4",
|
||||
"react-flow-renderer": "^9.7.4",
|
||||
"react-hook-form": "^6.15.8",
|
||||
"react-i18next": "^11.18.4",
|
||||
"react-i18next": "^11.18.5",
|
||||
"react-router-dom": "^5.3.3",
|
||||
"react-router-dom-v5-compat": "^6.3.0",
|
||||
"use-react-router-breadcrumbs": "^2.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@4tw/cypress-drag-drop": "^2.2.1",
|
||||
"@babel/core": "^7.18.10",
|
||||
"@babel/core": "^7.18.13",
|
||||
"@babel/preset-env": "^7.18.10",
|
||||
"@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
|
||||
"@cypress/webpack-preprocessor": "^5.12.2",
|
||||
|
@ -47,12 +47,12 @@
|
|||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^12.1.5",
|
||||
"@testing-library/react-hooks": "^8.0.1",
|
||||
"@types/dagre": "^0.7.47",
|
||||
"@types/dagre": "^0.7.48",
|
||||
"@types/file-saver": "^2.0.5",
|
||||
"@types/flat": "^5.0.2",
|
||||
"@types/gunzip-maybe": "^1.4.0",
|
||||
"@types/lodash-es": "^4.17.6",
|
||||
"@types/node": "^18.7.9",
|
||||
"@types/node": "^18.7.13",
|
||||
"@types/react": "^17.0.45",
|
||||
"@types/react-dom": "^17.0.16",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
|
@ -69,7 +69,7 @@
|
|||
"tar-fs": "^2.1.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"vite": "^3.0.9",
|
||||
"vite-plugin-checker": "^0.4.8",
|
||||
"vite-plugin-checker": "^0.5.0",
|
||||
"vitest": "^0.22.1",
|
||||
"webpack": "^5.74.0"
|
||||
}
|
||||
|
|
5016
package-lock.json
generated
5016
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.35.1",
|
||||
"@typescript-eslint/parser": "^5.34.0",
|
||||
"@typescript-eslint/parser": "^5.35.1",
|
||||
"eslint": "^8.23.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-cypress": "^2.12.1",
|
||||
|
|
Loading…
Reference in a new issue