mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
Merge branch 'renovate/electron-30.x' of https://github.com/reduxjs/redux-devtools into renovate/electron-30.x
This commit is contained in:
commit
c686f2657c
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -9,4 +9,4 @@ coverage
|
|||
.idea
|
||||
.eslintcache
|
||||
!packages/redux-devtools-slider-monitor/examples/todomvc/dist/index.html
|
||||
.nx/cache
|
||||
.nx
|
||||
|
|
|
@ -52,8 +52,9 @@
|
|||
"@babel/preset-react": "^7.24.7",
|
||||
"@babel/preset-typescript": "^7.24.7",
|
||||
"@babel/register": "^7.24.6",
|
||||
"@testing-library/dom": "^10.1.0",
|
||||
"@testing-library/jest-dom": "^6.4.5",
|
||||
"@testing-library/react": "^14.3.1",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@types/chrome": "^0.0.268",
|
||||
"@types/lodash": "^4.17.4",
|
||||
"@types/react": "^18.3.3",
|
||||
|
|
|
@ -4,16 +4,16 @@
|
|||
"@babel/core": "^7.24.7",
|
||||
"@babel/eslint-parser": "^7.24.7",
|
||||
"@changesets/cli": "^2.27.5",
|
||||
"@nrwl/nx-cloud": "^18.0.1",
|
||||
"@nrwl/nx-cloud": "^19.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.12.0",
|
||||
"@typescript-eslint/parser": "^7.12.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-jest": "^27.9.0",
|
||||
"eslint-plugin-jest": "^28.6.0",
|
||||
"eslint-plugin-react": "^7.34.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"jest": "^29.7.0",
|
||||
"nx": "^18.3.5",
|
||||
"nx": "^19.2.2",
|
||||
"prettier": "3.3.1",
|
||||
"typescript": "~5.4.5"
|
||||
},
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"@typescript-eslint/parser": "^7.12.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-jest": "^27.9.0",
|
||||
"eslint-plugin-jest": "^28.6.0",
|
||||
"immutable": "^4.3.6",
|
||||
"jest": "^29.7.0",
|
||||
"rimraf": "^5.0.7",
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"@typescript-eslint/parser": "^7.12.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-jest": "^27.9.0",
|
||||
"eslint-plugin-jest": "^28.6.0",
|
||||
"jest": "^29.7.0",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
"rimraf": "^5.0.7",
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"@typescript-eslint/parser": "^7.12.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-jest": "^27.9.0",
|
||||
"eslint-plugin-jest": "^28.6.0",
|
||||
"eslint-plugin-react": "^7.34.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"jest": "^29.7.0",
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"@typescript-eslint/parser": "^7.12.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-jest": "^27.9.0",
|
||||
"eslint-plugin-jest": "^28.6.0",
|
||||
"eslint-plugin-react": "^7.34.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"jest": "^29.7.0",
|
||||
|
|
|
@ -74,8 +74,9 @@
|
|||
"@babel/preset-typescript": "^7.24.7",
|
||||
"@emotion/react": "^11.11.4",
|
||||
"@rjsf/core": "^4.2.3",
|
||||
"@testing-library/dom": "^10.1.0",
|
||||
"@testing-library/jest-dom": "^6.4.5",
|
||||
"@testing-library/react": "^14.3.1",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/jsan": "^3.1.5",
|
||||
"@types/json-schema": "^7.0.15",
|
||||
|
@ -94,7 +95,7 @@
|
|||
"esbuild": "^0.21.4",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-jest": "^27.9.0",
|
||||
"eslint-plugin-jest": "^28.6.0",
|
||||
"eslint-plugin-react": "^7.34.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
||||
|
@ -105,7 +106,7 @@
|
|||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"rimraf": "^5.0.7",
|
||||
"style-loader": "^3.3.4",
|
||||
"style-loader": "^4.0.0",
|
||||
"styled-components": "^5.3.11",
|
||||
"ts-jest": "^29.1.4",
|
||||
"ts-node": "^10.9.2",
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"socketcluster-server": "^19.1.0",
|
||||
"sqlite3": "^5.1.7",
|
||||
"styled-components": "^5.3.11",
|
||||
"uuid": "^9.0.1"
|
||||
"uuid": "^10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/body-parser": "^1.19.5",
|
||||
|
@ -87,12 +87,12 @@
|
|||
"@typescript-eslint/parser": "^7.12.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-jest": "^27.9.0",
|
||||
"eslint-plugin-jest": "^28.6.0",
|
||||
"jest": "^29.7.0",
|
||||
"ncp": "^2.0.0",
|
||||
"rimraf": "^5.0.7",
|
||||
"socketcluster-client": "^19.2.1",
|
||||
"supertest": "^6.3.4",
|
||||
"supertest": "^7.0.0",
|
||||
"ts-jest": "^29.1.4",
|
||||
"typescript": "~5.4.5"
|
||||
}
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
||||
"html-webpack-plugin": "^5.6.0",
|
||||
"style-loader": "^3.3.4",
|
||||
"style-loader": "^4.0.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "~5.4.5",
|
||||
"webpack": "^5.91.0",
|
||||
|
|
|
@ -63,7 +63,8 @@
|
|||
"@emotion/react": "^11.11.4",
|
||||
"@redux-devtools/core": "^4.0.0",
|
||||
"@redux-devtools/inspector-monitor": "^6.0.0",
|
||||
"@testing-library/react": "^14.3.1",
|
||||
"@testing-library/dom": "^10.1.0",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@types/es6template": "^1.0.5",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/jsan": "^3.1.5",
|
||||
|
@ -73,7 +74,7 @@
|
|||
"@typescript-eslint/parser": "^7.12.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-jest": "^27.9.0",
|
||||
"eslint-plugin-jest": "^28.6.0",
|
||||
"eslint-plugin-react": "^7.34.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"jest": "^29.7.0",
|
||||
|
|
|
@ -50,7 +50,8 @@
|
|||
"@emotion/react": "^11.11.4",
|
||||
"@redux-devtools/core": "^4.0.0",
|
||||
"@redux-devtools/inspector-monitor": "^6.0.1",
|
||||
"@testing-library/react": "^14.3.1",
|
||||
"@testing-library/dom": "^10.1.0",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@types/babel__code-frame": "^7.0.6",
|
||||
"@types/html-entities": "^1.3.4",
|
||||
"@types/jest": "^29.5.12",
|
||||
|
@ -62,7 +63,7 @@
|
|||
"@typescript-eslint/parser": "^7.12.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-jest": "^27.9.0",
|
||||
"eslint-plugin-jest": "^28.6.0",
|
||||
"eslint-plugin-react": "^7.34.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"jest": "^29.7.0",
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
"@typescript-eslint/parser": "^7.12.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-jest": "^27.9.0",
|
||||
"eslint-plugin-jest": "^28.6.0",
|
||||
"jest": "^29.7.0",
|
||||
"redux": "^4.2.1",
|
||||
"rimraf": "^5.0.7",
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
||||
"html-webpack-plugin": "^5.6.0",
|
||||
"style-loader": "^3.3.4",
|
||||
"style-loader": "^4.0.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "~5.4.5",
|
||||
"webpack": "^5.91.0",
|
||||
|
|
|
@ -65,8 +65,9 @@
|
|||
"@emotion/react": "^11.11.4",
|
||||
"@redux-devtools/core": "^4.0.0",
|
||||
"@reduxjs/toolkit": "^1.9.7",
|
||||
"@testing-library/dom": "^10.1.0",
|
||||
"@testing-library/jest-dom": "^6.4.5",
|
||||
"@testing-library/react": "^14.3.1",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/hex-rgba": "^1.0.3",
|
||||
"@types/lodash.debounce": "^4.0.9",
|
||||
|
@ -75,7 +76,7 @@
|
|||
"@typescript-eslint/parser": "^7.12.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-jest": "^27.9.0",
|
||||
"eslint-plugin-jest": "^28.6.0",
|
||||
"eslint-plugin-react": "^7.34.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"jest": "^29.7.0",
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
"@typescript-eslint/parser": "^7.12.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-jest": "^27.9.0",
|
||||
"eslint-plugin-jest": "^28.6.0",
|
||||
"immutable": "^4.3.6",
|
||||
"jest": "^29.7.0",
|
||||
"rimraf": "^5.0.7",
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
||||
"html-webpack-plugin": "^5.6.0",
|
||||
"style-loader": "^3.3.4",
|
||||
"style-loader": "^4.0.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "~5.4.5",
|
||||
"webpack": "^5.91.0",
|
||||
|
|
|
@ -72,8 +72,8 @@
|
|||
"@storybook/react": "^8.1.6",
|
||||
"@storybook/react-webpack5": "^8.1.6",
|
||||
"@storybook/test": "^8.1.6",
|
||||
"@testing-library/dom": "^9.3.4",
|
||||
"@testing-library/react": "^14.3.1",
|
||||
"@testing-library/dom": "^10.1.0",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@testing-library/user-event": "^14.5.2",
|
||||
"@types/color": "^3.0.6",
|
||||
"@types/jest": "^29.5.12",
|
||||
|
@ -85,7 +85,7 @@
|
|||
"csstype": "^3.1.3",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-jest": "^27.9.0",
|
||||
"eslint-plugin-jest": "^28.6.0",
|
||||
"eslint-plugin-react": "^7.34.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"eslint-plugin-storybook": "^0.8.0",
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
||||
"html-webpack-plugin": "^5.6.0",
|
||||
"style-loader": "^3.3.4",
|
||||
"style-loader": "^4.0.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "~5.4.5",
|
||||
"webpack": "^5.91.0",
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
"@typescript-eslint/parser": "^7.12.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-jest": "^27.9.0",
|
||||
"eslint-plugin-jest": "^28.6.0",
|
||||
"eslint-plugin-react": "^7.34.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"jest": "^29.7.0",
|
||||
|
|
339
pnpm-lock.yaml
339
pnpm-lock.yaml
|
@ -18,8 +18,8 @@ importers:
|
|||
specifier: ^2.27.5
|
||||
version: 2.27.5
|
||||
'@nrwl/nx-cloud':
|
||||
specifier: ^18.0.1
|
||||
version: 18.0.1
|
||||
specifier: ^19.0.0
|
||||
version: 19.0.0
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^7.12.0
|
||||
version: 7.12.0(@typescript-eslint/parser@7.12.0)(eslint@8.57.0)(typescript@5.4.5)
|
||||
|
@ -33,8 +33,8 @@ importers:
|
|||
specifier: ^9.1.0
|
||||
version: 9.1.0(eslint@8.57.0)
|
||||
eslint-plugin-jest:
|
||||
specifier: ^27.9.0
|
||||
version: 27.9.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
specifier: ^28.6.0
|
||||
version: 28.6.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
eslint-plugin-react:
|
||||
specifier: ^7.34.2
|
||||
version: 7.34.2(eslint@8.57.0)
|
||||
|
@ -45,8 +45,8 @@ importers:
|
|||
specifier: ^29.7.0
|
||||
version: 29.7.0(@types/node@20.14.2)(ts-node@10.9.2)
|
||||
nx:
|
||||
specifier: ^18.3.5
|
||||
version: 18.3.5
|
||||
specifier: ^19.2.2
|
||||
version: 19.2.2
|
||||
prettier:
|
||||
specifier: 3.3.1
|
||||
version: 3.3.1
|
||||
|
@ -138,12 +138,15 @@ importers:
|
|||
'@babel/register':
|
||||
specifier: ^7.24.6
|
||||
version: 7.24.6(@babel/core@7.24.7)
|
||||
'@testing-library/dom':
|
||||
specifier: ^10.1.0
|
||||
version: 10.1.0
|
||||
'@testing-library/jest-dom':
|
||||
specifier: ^6.4.5
|
||||
version: 6.4.5(@types/jest@29.5.12)(jest@29.7.0)
|
||||
'@testing-library/react':
|
||||
specifier: ^14.3.1
|
||||
version: 14.3.1(react-dom@18.3.1)(react@18.3.1)
|
||||
specifier: ^16.0.0
|
||||
version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)
|
||||
'@types/chrome':
|
||||
specifier: ^0.0.268
|
||||
version: 0.0.268
|
||||
|
@ -379,8 +382,8 @@ importers:
|
|||
specifier: ^9.1.0
|
||||
version: 9.1.0(eslint@8.57.0)
|
||||
eslint-plugin-jest:
|
||||
specifier: ^27.9.0
|
||||
version: 27.9.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
specifier: ^28.6.0
|
||||
version: 28.6.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
immutable:
|
||||
specifier: ^4.3.6
|
||||
version: 4.3.6
|
||||
|
@ -434,8 +437,8 @@ importers:
|
|||
specifier: ^9.1.0
|
||||
version: 9.1.0(eslint@8.57.0)
|
||||
eslint-plugin-jest:
|
||||
specifier: ^27.9.0
|
||||
version: 27.9.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
specifier: ^28.6.0
|
||||
version: 28.6.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
jest:
|
||||
specifier: ^29.7.0
|
||||
version: 29.7.0(@types/node@20.14.2)(ts-node@10.9.2)
|
||||
|
@ -483,8 +486,8 @@ importers:
|
|||
specifier: ^9.1.0
|
||||
version: 9.1.0(eslint@8.57.0)
|
||||
eslint-plugin-jest:
|
||||
specifier: ^27.9.0
|
||||
version: 27.9.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
specifier: ^28.6.0
|
||||
version: 28.6.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
eslint-plugin-react:
|
||||
specifier: ^7.34.2
|
||||
version: 7.34.2(eslint@8.57.0)
|
||||
|
@ -638,8 +641,8 @@ importers:
|
|||
specifier: ^9.1.0
|
||||
version: 9.1.0(eslint@8.57.0)
|
||||
eslint-plugin-jest:
|
||||
specifier: ^27.9.0
|
||||
version: 27.9.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
specifier: ^28.6.0
|
||||
version: 28.6.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
eslint-plugin-react:
|
||||
specifier: ^7.34.2
|
||||
version: 7.34.2(eslint@8.57.0)
|
||||
|
@ -808,8 +811,8 @@ importers:
|
|||
specifier: ^9.1.0
|
||||
version: 9.1.0(eslint@8.57.0)
|
||||
eslint-plugin-jest:
|
||||
specifier: ^27.9.0
|
||||
version: 27.9.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
specifier: ^28.6.0
|
||||
version: 28.6.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
eslint-plugin-react:
|
||||
specifier: ^7.34.2
|
||||
version: 7.34.2(eslint@8.57.0)
|
||||
|
@ -940,12 +943,15 @@ importers:
|
|||
'@rjsf/core':
|
||||
specifier: ^4.2.3
|
||||
version: 4.2.3(react@18.3.1)
|
||||
'@testing-library/dom':
|
||||
specifier: ^10.1.0
|
||||
version: 10.1.0
|
||||
'@testing-library/jest-dom':
|
||||
specifier: ^6.4.5
|
||||
version: 6.4.5(@types/jest@29.5.12)(jest@29.7.0)
|
||||
'@testing-library/react':
|
||||
specifier: ^14.3.1
|
||||
version: 14.3.1(react-dom@18.3.1)(react@18.3.1)
|
||||
specifier: ^16.0.0
|
||||
version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)
|
||||
'@types/jest':
|
||||
specifier: ^29.5.12
|
||||
version: 29.5.12
|
||||
|
@ -1001,8 +1007,8 @@ importers:
|
|||
specifier: ^9.1.0
|
||||
version: 9.1.0(eslint@8.57.0)
|
||||
eslint-plugin-jest:
|
||||
specifier: ^27.9.0
|
||||
version: 27.9.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
specifier: ^28.6.0
|
||||
version: 28.6.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
eslint-plugin-react:
|
||||
specifier: ^7.34.2
|
||||
version: 7.34.2(eslint@8.57.0)
|
||||
|
@ -1034,8 +1040,8 @@ importers:
|
|||
specifier: ^5.0.7
|
||||
version: 5.0.7
|
||||
style-loader:
|
||||
specifier: ^3.3.4
|
||||
version: 3.3.4(webpack@5.91.0)
|
||||
specifier: ^4.0.0
|
||||
version: 4.0.0(webpack@5.91.0)
|
||||
styled-components:
|
||||
specifier: ^5.3.11
|
||||
version: 5.3.11(@babel/core@7.24.7)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)
|
||||
|
@ -1206,8 +1212,8 @@ importers:
|
|||
specifier: ^5.3.11
|
||||
version: 5.3.11(@babel/core@7.24.7)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)
|
||||
uuid:
|
||||
specifier: ^9.0.1
|
||||
version: 9.0.1
|
||||
specifier: ^10.0.0
|
||||
version: 10.0.0
|
||||
devDependencies:
|
||||
'@types/body-parser':
|
||||
specifier: ^1.19.5
|
||||
|
@ -1267,8 +1273,8 @@ importers:
|
|||
specifier: ^9.1.0
|
||||
version: 9.1.0(eslint@8.57.0)
|
||||
eslint-plugin-jest:
|
||||
specifier: ^27.9.0
|
||||
version: 27.9.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
specifier: ^28.6.0
|
||||
version: 28.6.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
jest:
|
||||
specifier: ^29.7.0
|
||||
version: 29.7.0(@types/node@20.14.2)(ts-node@10.9.2)
|
||||
|
@ -1282,8 +1288,8 @@ importers:
|
|||
specifier: ^19.2.1
|
||||
version: 19.2.1
|
||||
supertest:
|
||||
specifier: ^6.3.4
|
||||
version: 6.3.4
|
||||
specifier: ^7.0.0
|
||||
version: 7.0.0
|
||||
ts-jest:
|
||||
specifier: ^29.1.4
|
||||
version: 29.1.4(@babel/core@7.24.7)(esbuild@0.20.2)(jest@29.7.0)(typescript@5.4.5)
|
||||
|
@ -1597,9 +1603,12 @@ importers:
|
|||
'@redux-devtools/inspector-monitor':
|
||||
specifier: ^6.0.0
|
||||
version: link:../redux-devtools-inspector-monitor
|
||||
'@testing-library/dom':
|
||||
specifier: ^10.1.0
|
||||
version: 10.1.0
|
||||
'@testing-library/react':
|
||||
specifier: ^14.3.1
|
||||
version: 14.3.1(react-dom@18.3.1)(react@18.3.1)
|
||||
specifier: ^16.0.0
|
||||
version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)
|
||||
'@types/es6template':
|
||||
specifier: ^1.0.5
|
||||
version: 1.0.5
|
||||
|
@ -1628,8 +1637,8 @@ importers:
|
|||
specifier: ^9.1.0
|
||||
version: 9.1.0(eslint@8.57.0)
|
||||
eslint-plugin-jest:
|
||||
specifier: ^27.9.0
|
||||
version: 27.9.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
specifier: ^28.6.0
|
||||
version: 28.6.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
eslint-plugin-react:
|
||||
specifier: ^7.34.2
|
||||
version: 7.34.2(eslint@8.57.0)
|
||||
|
@ -1779,8 +1788,8 @@ importers:
|
|||
specifier: ^5.6.0
|
||||
version: 5.6.0(webpack@5.91.0)
|
||||
style-loader:
|
||||
specifier: ^3.3.4
|
||||
version: 3.3.4(webpack@5.91.0)
|
||||
specifier: ^4.0.0
|
||||
version: 4.0.0(webpack@5.91.0)
|
||||
ts-node:
|
||||
specifier: ^10.9.2
|
||||
version: 10.9.2(@types/node@20.14.2)(typescript@5.4.5)
|
||||
|
@ -1854,9 +1863,12 @@ importers:
|
|||
'@redux-devtools/inspector-monitor':
|
||||
specifier: ^6.0.1
|
||||
version: link:../redux-devtools-inspector-monitor
|
||||
'@testing-library/dom':
|
||||
specifier: ^10.1.0
|
||||
version: 10.1.0
|
||||
'@testing-library/react':
|
||||
specifier: ^14.3.1
|
||||
version: 14.3.1(react-dom@18.3.1)(react@18.3.1)
|
||||
specifier: ^16.0.0
|
||||
version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)
|
||||
'@types/babel__code-frame':
|
||||
specifier: ^7.0.6
|
||||
version: 7.0.6
|
||||
|
@ -1891,8 +1903,8 @@ importers:
|
|||
specifier: ^9.1.0
|
||||
version: 9.1.0(eslint@8.57.0)
|
||||
eslint-plugin-jest:
|
||||
specifier: ^27.9.0
|
||||
version: 27.9.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
specifier: ^28.6.0
|
||||
version: 28.6.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
eslint-plugin-react:
|
||||
specifier: ^7.34.2
|
||||
version: 7.34.2(eslint@8.57.0)
|
||||
|
@ -2097,8 +2109,8 @@ importers:
|
|||
specifier: ^9.1.0
|
||||
version: 9.1.0(eslint@8.57.0)
|
||||
eslint-plugin-jest:
|
||||
specifier: ^27.9.0
|
||||
version: 27.9.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
specifier: ^28.6.0
|
||||
version: 28.6.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
jest:
|
||||
specifier: ^29.7.0
|
||||
version: 29.7.0(@types/node@20.14.2)(ts-node@10.9.2)
|
||||
|
@ -2336,12 +2348,15 @@ importers:
|
|||
'@reduxjs/toolkit':
|
||||
specifier: ^1.9.7
|
||||
version: 1.9.7(react-redux@8.1.3)(react@18.3.1)
|
||||
'@testing-library/dom':
|
||||
specifier: ^10.1.0
|
||||
version: 10.1.0
|
||||
'@testing-library/jest-dom':
|
||||
specifier: ^6.4.5
|
||||
version: 6.4.5(@types/jest@29.5.12)(jest@29.7.0)
|
||||
'@testing-library/react':
|
||||
specifier: ^14.3.1
|
||||
version: 14.3.1(react-dom@18.3.1)(react@18.3.1)
|
||||
specifier: ^16.0.0
|
||||
version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)
|
||||
'@types/hex-rgba':
|
||||
specifier: ^1.0.3
|
||||
version: 1.0.3
|
||||
|
@ -2367,8 +2382,8 @@ importers:
|
|||
specifier: ^9.1.0
|
||||
version: 9.1.0(eslint@8.57.0)
|
||||
eslint-plugin-jest:
|
||||
specifier: ^27.9.0
|
||||
version: 27.9.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
specifier: ^28.6.0
|
||||
version: 28.6.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
eslint-plugin-react:
|
||||
specifier: ^7.34.2
|
||||
version: 7.34.2(eslint@8.57.0)
|
||||
|
@ -2524,8 +2539,8 @@ importers:
|
|||
specifier: ^5.6.0
|
||||
version: 5.6.0(webpack@5.91.0)
|
||||
style-loader:
|
||||
specifier: ^3.3.4
|
||||
version: 3.3.4(webpack@5.91.0)
|
||||
specifier: ^4.0.0
|
||||
version: 4.0.0(webpack@5.91.0)
|
||||
ts-node:
|
||||
specifier: ^10.9.2
|
||||
version: 10.9.2(@types/node@20.14.2)(typescript@5.4.5)
|
||||
|
@ -2588,8 +2603,8 @@ importers:
|
|||
specifier: ^9.1.0
|
||||
version: 9.1.0(eslint@8.57.0)
|
||||
eslint-plugin-jest:
|
||||
specifier: ^27.9.0
|
||||
version: 27.9.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
specifier: ^28.6.0
|
||||
version: 28.6.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
immutable:
|
||||
specifier: ^4.3.6
|
||||
version: 4.3.6
|
||||
|
@ -2785,8 +2800,8 @@ importers:
|
|||
specifier: ^5.6.0
|
||||
version: 5.6.0(webpack@5.91.0)
|
||||
style-loader:
|
||||
specifier: ^3.3.4
|
||||
version: 3.3.4(webpack@5.91.0)
|
||||
specifier: ^4.0.0
|
||||
version: 4.0.0(webpack@5.91.0)
|
||||
ts-node:
|
||||
specifier: ^10.9.2
|
||||
version: 10.9.2(@types/node@20.14.2)(typescript@5.4.5)
|
||||
|
@ -2891,14 +2906,14 @@ importers:
|
|||
specifier: ^8.1.6
|
||||
version: 8.1.6(@types/jest@29.5.12)(jest@29.7.0)
|
||||
'@testing-library/dom':
|
||||
specifier: ^9.3.4
|
||||
version: 9.3.4
|
||||
specifier: ^10.1.0
|
||||
version: 10.1.0
|
||||
'@testing-library/react':
|
||||
specifier: ^14.3.1
|
||||
version: 14.3.1(react-dom@18.3.1)(react@18.3.1)
|
||||
specifier: ^16.0.0
|
||||
version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)
|
||||
'@testing-library/user-event':
|
||||
specifier: ^14.5.2
|
||||
version: 14.5.2(@testing-library/dom@9.3.4)
|
||||
version: 14.5.2(@testing-library/dom@10.1.0)
|
||||
'@types/color':
|
||||
specifier: ^3.0.6
|
||||
version: 3.0.6
|
||||
|
@ -2930,8 +2945,8 @@ importers:
|
|||
specifier: ^9.1.0
|
||||
version: 9.1.0(eslint@8.57.0)
|
||||
eslint-plugin-jest:
|
||||
specifier: ^27.9.0
|
||||
version: 27.9.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
specifier: ^28.6.0
|
||||
version: 28.6.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5)
|
||||
eslint-plugin-react:
|
||||
specifier: ^7.34.2
|
||||
version: 7.34.2(eslint@8.57.0)
|
||||
|
@ -3257,8 +3272,8 @@ importers:
|
|||
specifier: ^5.6.0
|
||||
version: 5.6.0(webpack@5.91.0)
|
||||
style-loader:
|
||||
specifier: ^3.3.4
|
||||
version: 3.3.4(webpack@5.91.0)
|
||||
specifier: ^4.0.0
|
||||
version: 4.0.0(webpack@5.91.0)
|
||||
ts-node:
|
||||
specifier: ^10.9.2
|
||||
version: 10.9.2(@types/node@20.14.2)(typescript@5.4.5)
|
||||
|
@ -7549,19 +7564,19 @@ packages:
|
|||
dev: false
|
||||
optional: true
|
||||
|
||||
/@nrwl/nx-cloud@18.0.1:
|
||||
resolution: {integrity: sha512-uYVxoOXf0xlWJX8O5GBWajmIeL0PfIGvfqtvVNVnl7C6FiZRbmKEhXkWxEDekI6Jq+mI1G86o7d5YsIzq6e36A==}
|
||||
/@nrwl/nx-cloud@19.0.0:
|
||||
resolution: {integrity: sha512-3WuXq3KKXwKnbjOkYK0OXosjD02LIjC3kEkyMIbaE36O9dMp3k/sa4ZtDVC3tAoIrj17VLVmjKfoDYbED1rapw==}
|
||||
dependencies:
|
||||
nx-cloud: 18.0.1
|
||||
nx-cloud: 19.0.0
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
dev: true
|
||||
|
||||
/@nrwl/tao@18.3.5:
|
||||
resolution: {integrity: sha512-gB7Vxa6FReZZEGva03Eh+84W8BSZOjsNyXboglOINu6d8iZZ0eotSXGziKgjpkj3feZ1ofKZMs0PRObVAOROVw==}
|
||||
/@nrwl/tao@19.2.2:
|
||||
resolution: {integrity: sha512-G/m3EGXf3m9rM2sQQGpRPD40gfaWR6jFVCsZW66/6FXDo1dMUH5/U5JOBnD6vBdug8txKA1ceWHM74NkAB1QEg==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
nx: 18.3.5
|
||||
nx: 19.2.2
|
||||
tslib: 2.6.3
|
||||
transitivePeerDependencies:
|
||||
- '@swc-node/register'
|
||||
|
@ -7569,8 +7584,8 @@ packages:
|
|||
- debug
|
||||
dev: true
|
||||
|
||||
/@nx/nx-darwin-arm64@18.3.5:
|
||||
resolution: {integrity: sha512-4I5UpZ/x2WO9OQyETXKjaYhXiZKUTYcLPewruRMODWu6lgTM9hHci0SqMQB+TWe3f80K8VT8J8x3+uJjvllGlg==}
|
||||
/@nx/nx-darwin-arm64@19.2.2:
|
||||
resolution: {integrity: sha512-AgvsZ0iDA0rklH0TqOIiTrbJysn7WfFFzhLYd1JnxS2Z3GAFPRoE6TxRSSqpTBmFqskrZhZyrjHllOoBD5odFQ==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
@ -7578,8 +7593,8 @@ packages:
|
|||
dev: true
|
||||
optional: true
|
||||
|
||||
/@nx/nx-darwin-x64@18.3.5:
|
||||
resolution: {integrity: sha512-Drn6jOG237AD/s6OWPt06bsMj0coGKA5Ce1y5gfLhptOGk4S4UPE/Ay5YCjq+/yhTo1gDHzCHxH0uW2X9MN9Fg==}
|
||||
/@nx/nx-darwin-x64@19.2.2:
|
||||
resolution: {integrity: sha512-YPd9Kmn5/YPYolBVYoficQmp8LFTe/PAI3dQ3NebOGFYw49PFmV0cdB8+4m0q70WCBMwyqo1x6a6MO9CvENkTg==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
@ -7587,8 +7602,8 @@ packages:
|
|||
dev: true
|
||||
optional: true
|
||||
|
||||
/@nx/nx-freebsd-x64@18.3.5:
|
||||
resolution: {integrity: sha512-8tA8Yw0Iir4liFjffIFS5THTS3TtWY/No2tkVj91gwy/QQ/otvKbOyc5RCIPpbZU6GS3ZWfG92VyCSm06dtMFg==}
|
||||
/@nx/nx-freebsd-x64@19.2.2:
|
||||
resolution: {integrity: sha512-43hMzFmYyi0aEiGa/VNXChzotL6nFG9hLSZhtpXAO6qyibSqKwlU5PjNyly/7y5gUGl7YfmdpwWwlOIYPSQoVw==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [freebsd]
|
||||
|
@ -7596,8 +7611,8 @@ packages:
|
|||
dev: true
|
||||
optional: true
|
||||
|
||||
/@nx/nx-linux-arm-gnueabihf@18.3.5:
|
||||
resolution: {integrity: sha512-BrPGAHM9FCGkB9/hbvlJhe+qtjmvpjIjYixGIlUxL3gGc8E/ucTyCnz5pRFFPFQlBM7Z/9XmbHvGPoUi/LYn5A==}
|
||||
/@nx/nx-linux-arm-gnueabihf@19.2.2:
|
||||
resolution: {integrity: sha512-locP8QQWI4NFb7kVe8Fflkpdnf9kw5o/WMROILJLFWlTy59K+NBQkpxRIhoUghJ6yckDxk1Kf2kmvV+xuX4f8Q==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
|
@ -7605,8 +7620,8 @@ packages:
|
|||
dev: true
|
||||
optional: true
|
||||
|
||||
/@nx/nx-linux-arm64-gnu@18.3.5:
|
||||
resolution: {integrity: sha512-/Xd0Q3LBgJeigJqXC/Jck/9l5b+fK+FCM0nRFMXgPXrhZPhoxWouFkoYl2F1Ofr+AQf4jup4DkVTB5r98uxSCA==}
|
||||
/@nx/nx-linux-arm64-gnu@19.2.2:
|
||||
resolution: {integrity: sha512-uQUZs+56yplEjokgCC3Pv/nUr4v+/bCurc1v/juUH4byqCdvi+Cny7jqws49UELS+QkcTkWGBtajvf8U3JZEbQ==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
@ -7614,8 +7629,8 @@ packages:
|
|||
dev: true
|
||||
optional: true
|
||||
|
||||
/@nx/nx-linux-arm64-musl@18.3.5:
|
||||
resolution: {integrity: sha512-r18qd7pUrl1haAZ/e9Q+xaFTsLJnxGARQcf/Y76q+K2psKmiUXoRlqd3HAOw43KTllaUJ5HkzLq2pIwg3p+xBw==}
|
||||
/@nx/nx-linux-arm64-musl@19.2.2:
|
||||
resolution: {integrity: sha512-rU6l18ubh0Chv7lkxshgm6o4IKduB+jztUBRR4SuOuTOLJ6okm51AqzdY+vy7esicEL3HnHWSJP/U5PwoAaNsA==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
@ -7623,8 +7638,8 @@ packages:
|
|||
dev: true
|
||||
optional: true
|
||||
|
||||
/@nx/nx-linux-x64-gnu@18.3.5:
|
||||
resolution: {integrity: sha512-vYrikG6ff4I9cvr3Ysk3y3gjQ9cDcvr3iAr+4qqcQ4qVE+OLL2++JDS6xfPvG/TbS3GTQpyy2STRBwiHgxTeJw==}
|
||||
/@nx/nx-linux-x64-gnu@19.2.2:
|
||||
resolution: {integrity: sha512-rvGP3p0qmzHJu8cUcYnRDyJ1BkVExgmsWmtzyQrHl48+hvNrq805NrP3gTreOxqymRlBEXg7c22fRECI1CV1lA==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
@ -7632,8 +7647,8 @@ packages:
|
|||
dev: true
|
||||
optional: true
|
||||
|
||||
/@nx/nx-linux-x64-musl@18.3.5:
|
||||
resolution: {integrity: sha512-6np86lcYy3+x6kkW/HrBHIdNWbUu/MIsvMuNH5UXgyFs60l5Z7Cocay2f7WOaAbTLVAr0W7p4RxRPamHLRwWFA==}
|
||||
/@nx/nx-linux-x64-musl@19.2.2:
|
||||
resolution: {integrity: sha512-86pfT+z6SWKlJUoRy7MOMjRhrCPgSnAxbcH7jYCkqhokbCIDIv2IFWqMf0zdUqa8HqjRo13X6Jd6PhNYzWwJzw==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
@ -7641,8 +7656,8 @@ packages:
|
|||
dev: true
|
||||
optional: true
|
||||
|
||||
/@nx/nx-win32-arm64-msvc@18.3.5:
|
||||
resolution: {integrity: sha512-H3p2ZVhHV1WQWTICrQUTplOkNId0y3c23X3A2fXXFDbWSBs0UgW7m55LhMcA9p0XZ7wDHgh+yFtVgu55TXLjug==}
|
||||
/@nx/nx-win32-arm64-msvc@19.2.2:
|
||||
resolution: {integrity: sha512-kJ3G0+nyAgBr5RTkNceC9zl2pekFEu0ec6ceLJ0tfcTwil76Ce3Xnlr0CFFNsre4T1v2RfFIDJL3EaRUXYep0w==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
@ -7650,8 +7665,8 @@ packages:
|
|||
dev: true
|
||||
optional: true
|
||||
|
||||
/@nx/nx-win32-x64-msvc@18.3.5:
|
||||
resolution: {integrity: sha512-xFwKVTIXSgjdfxkpriqHv5NpmmFILTrWLEkUGSoimuRaAm1u15YWx/VmaUQ+UWuJnmgqvB/so4SMHSfNkq3ijA==}
|
||||
/@nx/nx-win32-x64-msvc@19.2.2:
|
||||
resolution: {integrity: sha512-9KKGYFgWfc4jHzHjnIp+DJt750NyG1kA4Q+DWf/UcFA5917UWuAw9rribFPRsqYkcwbu++Uajw5bI5yMLP7ThA==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
@ -9153,6 +9168,20 @@ packages:
|
|||
resolution: {integrity: sha512-kIhULpw9TrGYnHp/8VfdcneIcxKnLixmADtukQRtJUmsVlMg0niMkwV0xZmi8hqa57xqilIHjWFA0GKvEjVU5g==}
|
||||
dev: true
|
||||
|
||||
/@testing-library/dom@10.1.0:
|
||||
resolution: {integrity: sha512-wdsYKy5zupPyLCW2Je5DLHSxSfbIp6h80WoHOQc+RPtmPGA52O9x5MJEkv92Sjonpq+poOAtUKhh1kBGAXBrNA==}
|
||||
engines: {node: '>=18'}
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.24.7
|
||||
'@babel/runtime': 7.24.7
|
||||
'@types/aria-query': 5.0.4
|
||||
aria-query: 5.3.0
|
||||
chalk: 4.1.2
|
||||
dom-accessibility-api: 0.5.16
|
||||
lz-string: 1.5.0
|
||||
pretty-format: 27.5.1
|
||||
dev: true
|
||||
|
||||
/@testing-library/dom@9.3.4:
|
||||
resolution: {integrity: sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==}
|
||||
engines: {node: '>=14'}
|
||||
|
@ -9200,20 +9229,38 @@ packages:
|
|||
redent: 3.0.0
|
||||
dev: true
|
||||
|
||||
/@testing-library/react@14.3.1(react-dom@18.3.1)(react@18.3.1):
|
||||
resolution: {integrity: sha512-H99XjUhWQw0lTgyMN05W3xQG1Nh4lq574D8keFf1dDoNTJgp66VbJozRaczoF+wsiaPJNt/TcnfpLGufGxSrZQ==}
|
||||
engines: {node: '>=14'}
|
||||
/@testing-library/react@16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1):
|
||||
resolution: {integrity: sha512-guuxUKRWQ+FgNX0h0NS0FIq3Q3uLtWVpBzcLOggmfMoUpgBnzBzvLLd4fbm6yS8ydJd94cIfY4yP9qUQjM2KwQ==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
'@testing-library/dom': ^10.0.0
|
||||
'@types/react': ^18.0.0
|
||||
'@types/react-dom': ^18.0.0
|
||||
react: ^18.0.0
|
||||
react-dom: ^18.0.0
|
||||
peerDependenciesMeta:
|
||||
'@types/react':
|
||||
optional: true
|
||||
'@types/react-dom':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@babel/runtime': 7.24.7
|
||||
'@testing-library/dom': 9.3.4
|
||||
'@testing-library/dom': 10.1.0
|
||||
'@types/react': 18.3.3
|
||||
'@types/react-dom': 18.3.0
|
||||
react: 18.3.1
|
||||
react-dom: 18.3.1(react@18.3.1)
|
||||
dev: true
|
||||
|
||||
/@testing-library/user-event@14.5.2(@testing-library/dom@10.1.0):
|
||||
resolution: {integrity: sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==}
|
||||
engines: {node: '>=12', npm: '>=6'}
|
||||
peerDependencies:
|
||||
'@testing-library/dom': '>=7.21.4'
|
||||
dependencies:
|
||||
'@testing-library/dom': 10.1.0
|
||||
dev: true
|
||||
|
||||
/@testing-library/user-event@14.5.2(@testing-library/dom@9.3.4):
|
||||
resolution: {integrity: sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==}
|
||||
engines: {node: '>=12', npm: '>=6'}
|
||||
|
@ -10558,8 +10605,8 @@ packages:
|
|||
'@zag-js/dom-query': 0.16.0
|
||||
dev: false
|
||||
|
||||
/@zkochan/js-yaml@0.0.6:
|
||||
resolution: {integrity: sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==}
|
||||
/@zkochan/js-yaml@0.0.7:
|
||||
resolution: {integrity: sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
argparse: 2.0.1
|
||||
|
@ -11049,16 +11096,6 @@ packages:
|
|||
engines: {node: '>=4'}
|
||||
dev: true
|
||||
|
||||
/axios@1.1.3:
|
||||
resolution: {integrity: sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==}
|
||||
dependencies:
|
||||
follow-redirects: 1.15.6
|
||||
form-data: 4.0.0
|
||||
proxy-from-env: 1.1.0
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
dev: true
|
||||
|
||||
/axios@1.7.2:
|
||||
resolution: {integrity: sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==}
|
||||
dependencies:
|
||||
|
@ -13489,12 +13526,12 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5):
|
||||
resolution: {integrity: sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==}
|
||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||
/eslint-plugin-jest@28.6.0(@typescript-eslint/eslint-plugin@7.12.0)(eslint@8.57.0)(jest@29.7.0)(typescript@5.4.5):
|
||||
resolution: {integrity: sha512-YG28E1/MIKwnz+e2H7VwYPzHUYU4aMa19w0yGcwXnnmJH6EfgHahTJ2un3IyraUxNfnz/KUhJAFXNNwWPo12tg==}
|
||||
engines: {node: ^16.10.0 || ^18.12.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/eslint-plugin': ^5.0.0 || ^6.0.0 || ^7.0.0
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
'@typescript-eslint/eslint-plugin': ^6.0.0 || ^7.0.0
|
||||
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
|
||||
jest: '*'
|
||||
peerDependenciesMeta:
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
|
@ -13503,7 +13540,7 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 7.12.0(@typescript-eslint/parser@7.12.0)(eslint@8.57.0)(typescript@5.4.5)
|
||||
'@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.4.5)
|
||||
'@typescript-eslint/utils': 7.12.0(eslint@8.57.0)(typescript@5.4.5)
|
||||
eslint: 8.57.0
|
||||
jest: 29.7.0(@types/node@20.14.2)(ts-node@10.9.2)
|
||||
transitivePeerDependencies:
|
||||
|
@ -14160,13 +14197,12 @@ packages:
|
|||
combined-stream: 1.0.8
|
||||
mime-types: 2.1.35
|
||||
|
||||
/formidable@2.1.2:
|
||||
resolution: {integrity: sha512-CM3GuJ57US06mlpQ47YcunuUZ9jpm8Vx+P2CGt2j7HpgkKZO/DJYQ0Bobim8G6PFQmK5lOqOOdUXboU+h73A4g==}
|
||||
/formidable@3.5.1:
|
||||
resolution: {integrity: sha512-WJWKelbRHN41m5dumb0/k8TeAx7Id/y3a+Z7QfhxP/htI9Js5zYaEDtG8uMgG0vM0lOlqnmjE99/kfpOYi/0Og==}
|
||||
dependencies:
|
||||
dezalgo: 1.0.4
|
||||
hexoid: 1.0.0
|
||||
once: 1.4.0
|
||||
qs: 6.12.1
|
||||
dev: true
|
||||
|
||||
/forwarded@0.2.0:
|
||||
|
@ -14202,6 +14238,12 @@ packages:
|
|||
resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==}
|
||||
engines: {node: '>= 0.6'}
|
||||
|
||||
/front-matter@4.0.2:
|
||||
resolution: {integrity: sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg==}
|
||||
dependencies:
|
||||
js-yaml: 3.14.1
|
||||
dev: true
|
||||
|
||||
/fs-constants@1.0.0:
|
||||
resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==}
|
||||
|
||||
|
@ -17181,12 +17223,12 @@ packages:
|
|||
resolution: {integrity: sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==}
|
||||
dev: true
|
||||
|
||||
/nx-cloud@18.0.1:
|
||||
resolution: {integrity: sha512-nxJfz0ZmW+DKSr8evmVVm6t1XcLn9WHR5I8kiE2BFNkLVwC+nx+MimjJ53opfHOepMqQiGJAdstZ5Ks630bJgg==}
|
||||
/nx-cloud@19.0.0:
|
||||
resolution: {integrity: sha512-Aq1vQD8yBIdb5jLVpzsqmu8yDmMvRVdjaM30Pp1hghhlSvorGBlpTwY+TccZJv/hBtVO+SpXK8SnnegRZMrxdw==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@nrwl/nx-cloud': 18.0.1
|
||||
axios: 1.1.3
|
||||
'@nrwl/nx-cloud': 19.0.0
|
||||
axios: 1.7.2
|
||||
chalk: 4.1.2
|
||||
dotenv: 10.0.0
|
||||
fs-extra: 11.2.0
|
||||
|
@ -17199,8 +17241,8 @@ packages:
|
|||
- debug
|
||||
dev: true
|
||||
|
||||
/nx@18.3.5:
|
||||
resolution: {integrity: sha512-wWcvwoTgiT5okdrG0RIWm1tepC17bDmSpw+MrOxnjfBjARQNTURkiq4U6cxjCVsCxNHxCrlAaBSQLZeBgJZTzQ==}
|
||||
/nx@19.2.2:
|
||||
resolution: {integrity: sha512-Tg3REVykwKmVBCsroeCE/KhHAJx3e/m0FgNZWXJhn3EEh01qhdsVfWpM/ecawin73or7YcvB/99S8vVPU1nczg==}
|
||||
hasBin: true
|
||||
requiresBuild: true
|
||||
peerDependencies:
|
||||
|
@ -17212,10 +17254,10 @@ packages:
|
|||
'@swc/core':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@nrwl/tao': 18.3.5
|
||||
'@nrwl/tao': 19.2.2
|
||||
'@yarnpkg/lockfile': 1.1.0
|
||||
'@yarnpkg/parsers': 3.0.0-rc.46
|
||||
'@zkochan/js-yaml': 0.0.6
|
||||
'@zkochan/js-yaml': 0.0.7
|
||||
axios: 1.7.2
|
||||
chalk: 4.1.2
|
||||
cli-cursor: 3.1.0
|
||||
|
@ -17226,10 +17268,10 @@ packages:
|
|||
enquirer: 2.3.6
|
||||
figures: 3.2.0
|
||||
flat: 5.0.2
|
||||
front-matter: 4.0.2
|
||||
fs-extra: 11.2.0
|
||||
ignore: 5.3.1
|
||||
jest-diff: 29.7.0
|
||||
js-yaml: 4.1.0
|
||||
jsonc-parser: 3.2.0
|
||||
lines-and-columns: 2.0.4
|
||||
minimatch: 9.0.3
|
||||
|
@ -17247,16 +17289,16 @@ packages:
|
|||
yargs: 17.7.2
|
||||
yargs-parser: 21.1.1
|
||||
optionalDependencies:
|
||||
'@nx/nx-darwin-arm64': 18.3.5
|
||||
'@nx/nx-darwin-x64': 18.3.5
|
||||
'@nx/nx-freebsd-x64': 18.3.5
|
||||
'@nx/nx-linux-arm-gnueabihf': 18.3.5
|
||||
'@nx/nx-linux-arm64-gnu': 18.3.5
|
||||
'@nx/nx-linux-arm64-musl': 18.3.5
|
||||
'@nx/nx-linux-x64-gnu': 18.3.5
|
||||
'@nx/nx-linux-x64-musl': 18.3.5
|
||||
'@nx/nx-win32-arm64-msvc': 18.3.5
|
||||
'@nx/nx-win32-x64-msvc': 18.3.5
|
||||
'@nx/nx-darwin-arm64': 19.2.2
|
||||
'@nx/nx-darwin-x64': 19.2.2
|
||||
'@nx/nx-freebsd-x64': 19.2.2
|
||||
'@nx/nx-linux-arm-gnueabihf': 19.2.2
|
||||
'@nx/nx-linux-arm64-gnu': 19.2.2
|
||||
'@nx/nx-linux-arm64-musl': 19.2.2
|
||||
'@nx/nx-linux-x64-gnu': 19.2.2
|
||||
'@nx/nx-linux-x64-musl': 19.2.2
|
||||
'@nx/nx-win32-arm64-msvc': 19.2.2
|
||||
'@nx/nx-win32-x64-msvc': 19.2.2
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
dev: true
|
||||
|
@ -17438,7 +17480,7 @@ packages:
|
|||
bl: 4.1.0
|
||||
chalk: 4.1.2
|
||||
cli-cursor: 3.1.0
|
||||
cli-spinners: 2.6.1
|
||||
cli-spinners: 2.9.2
|
||||
is-interactive: 1.0.0
|
||||
log-symbols: 4.1.0
|
||||
strip-ansi: 6.0.1
|
||||
|
@ -19662,6 +19704,7 @@ packages:
|
|||
|
||||
/string_decoder@1.3.0:
|
||||
resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
|
||||
requiresBuild: true
|
||||
dependencies:
|
||||
safe-buffer: 5.2.1
|
||||
|
||||
|
@ -19737,6 +19780,15 @@ packages:
|
|||
engines: {node: '>= 12.13.0'}
|
||||
peerDependencies:
|
||||
webpack: ^5.0.0
|
||||
dependencies:
|
||||
webpack: 5.91.0(@swc/core@1.5.7)(esbuild@0.20.2)
|
||||
dev: true
|
||||
|
||||
/style-loader@4.0.0(webpack@5.91.0):
|
||||
resolution: {integrity: sha512-1V4WqhhZZgjVAVJyt7TdDPZoPBPNHbekX4fWnCJL1yQukhCeZhJySUL+gL9y6sNdN95uEOS83Y55SqHcP7MzLA==}
|
||||
engines: {node: '>= 18.12.0'}
|
||||
peerDependencies:
|
||||
webpack: ^5.27.0
|
||||
dependencies:
|
||||
webpack: 5.91.0(esbuild@0.21.5)(webpack-cli@5.1.4)
|
||||
dev: true
|
||||
|
@ -19859,31 +19911,29 @@ packages:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/superagent@8.1.2:
|
||||
resolution: {integrity: sha512-6WTxW1EB6yCxV5VFOIPQruWGHqc3yI7hEmZK6h+pyk69Lk/Ut7rLUY6W/ONF2MjBuGjvmMiIpsrVJ2vjrHlslA==}
|
||||
engines: {node: '>=6.4.0 <13 || >=14'}
|
||||
deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net
|
||||
/superagent@9.0.2:
|
||||
resolution: {integrity: sha512-xuW7dzkUpcJq7QnhOsnNUgtYp3xRwpt2F7abdRYIpCsAt0hhUqia0EdxyXZQQpNmGtsCzYHryaKSV3q3GJnq7w==}
|
||||
engines: {node: '>=14.18.0'}
|
||||
dependencies:
|
||||
component-emitter: 1.3.1
|
||||
cookiejar: 2.1.4
|
||||
debug: 4.3.5(supports-color@5.5.0)
|
||||
fast-safe-stringify: 2.1.1
|
||||
form-data: 4.0.0
|
||||
formidable: 2.1.2
|
||||
formidable: 3.5.1
|
||||
methods: 1.1.2
|
||||
mime: 2.6.0
|
||||
qs: 6.12.1
|
||||
semver: 7.6.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/supertest@6.3.4:
|
||||
resolution: {integrity: sha512-erY3HFDG0dPnhw4U+udPfrzXa4xhSG+n4rxfRuZWCUvjFWwKl+OxWf/7zk50s84/fAAs7vf5QAb9uRa0cCykxw==}
|
||||
engines: {node: '>=6.4.0'}
|
||||
/supertest@7.0.0:
|
||||
resolution: {integrity: sha512-qlsr7fIC0lSddmA3tzojvzubYxvlGtzumcdHgPwbFWMISQwL22MhM2Y3LNt+6w9Yyx7559VW5ab70dgphm8qQA==}
|
||||
engines: {node: '>=14.18.0'}
|
||||
dependencies:
|
||||
methods: 1.1.2
|
||||
superagent: 8.1.2
|
||||
superagent: 9.0.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
@ -20799,6 +20849,11 @@ packages:
|
|||
resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
|
||||
engines: {node: '>= 0.4.0'}
|
||||
|
||||
/uuid@10.0.0:
|
||||
resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==}
|
||||
hasBin: true
|
||||
dev: false
|
||||
|
||||
/uuid@8.3.2:
|
||||
resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
|
||||
hasBin: true
|
||||
|
|
Loading…
Reference in New Issue
Block a user