Update dev deps (#1638)
* some updates to dev dependencies to try to get linting working again * updated some more packages * ran npm audit fix --------- Co-authored-by: jasquat <jasquat@users.noreply.github.com> Co-authored-by: jasquat <2487833+jasquat@users.noreply.github.com>
This commit is contained in:
parent
5db0feb32e
commit
48e682cf9e
|
@ -1 +1 @@
|
|||
nodejs 18.3.0
|
||||
nodejs 18.18.0
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -22,8 +22,8 @@
|
|||
"@rjsf/mui": "5.18.3",
|
||||
"@rjsf/utils": "5.18.3",
|
||||
"@rjsf/validator-ajv8": "5.0.0",
|
||||
"@tanstack/react-query": "^5.28.6",
|
||||
"@tanstack/react-query-devtools": "^5.28.6",
|
||||
"@tanstack/react-query": "^5.40.0",
|
||||
"@tanstack/react-query-devtools": "^5.40.0",
|
||||
"@testing-library/jest-dom": "^6.4.2",
|
||||
"@testing-library/react": "^14.2.1",
|
||||
"@testing-library/user-event": "^14.5.2",
|
||||
|
@ -99,19 +99,19 @@
|
|||
"devDependencies": {
|
||||
"@cypress/grep": "^3.1.0",
|
||||
"@preact/preset-vite": "^2.8.2",
|
||||
"@tanstack/eslint-plugin-query": "^5.28.6",
|
||||
"@tanstack/eslint-plugin-query": "^5.35.6",
|
||||
"@types/carbon__colors": "^10.31.3",
|
||||
"@types/cookie": "^0.6.0",
|
||||
"@types/lodash.merge": "^4.6.7",
|
||||
"@types/node": "^20.12.7",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.5",
|
||||
"@typescript-eslint/parser": "^5.62.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.11.0",
|
||||
"@typescript-eslint/parser": "^7.11.0",
|
||||
"@vitest/coverage-v8": "^1.5.0",
|
||||
"cypress": "^13",
|
||||
"cypress-file-upload": "^5.0.8",
|
||||
"cypress-slow-down": "^1.3.1",
|
||||
"cypress-vite": "^1.5.0",
|
||||
"eslint": "^8.19.0",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint_d": "^12.2.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
|
@ -122,7 +122,7 @@
|
|||
"eslint-plugin-react": "^7.31.0",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"eslint-plugin-sonarjs": "^1.0.3",
|
||||
"eslint-plugin-unused-imports": "^2.0.0",
|
||||
"eslint-plugin-unused-imports": "^3.2.0",
|
||||
"inherits-browser": "^0.0.1",
|
||||
"jsdom": "^24.0.0",
|
||||
"prettier": "^2.7.1",
|
||||
|
|
Loading…
Reference in New Issue