mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Add deps
This commit is contained in:
parent
6c680cdee7
commit
3508067d7f
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,6 +52,7 @@
|
|||
"@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": "^16.0.0",
|
||||
"@types/chrome": "^0.0.268",
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
"@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": "^16.0.0",
|
||||
"@types/jest": "^29.5.12",
|
||||
|
|
|
@ -63,6 +63,7 @@
|
|||
"@emotion/react": "^11.11.4",
|
||||
"@redux-devtools/core": "^4.0.0",
|
||||
"@redux-devtools/inspector-monitor": "^6.0.0",
|
||||
"@testing-library/dom": "^10.1.0",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@types/es6template": "^1.0.5",
|
||||
"@types/jest": "^29.5.12",
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
"@emotion/react": "^11.11.4",
|
||||
"@redux-devtools/core": "^4.0.0",
|
||||
"@redux-devtools/inspector-monitor": "^6.0.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",
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
"@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": "^16.0.0",
|
||||
"@types/jest": "^29.5.12",
|
||||
|
|
|
@ -138,6 +138,9 @@ 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)
|
||||
|
@ -940,6 +943,9 @@ 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)
|
||||
|
@ -1597,6 +1603,9 @@ 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: ^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)
|
||||
|
@ -1854,6 +1863,9 @@ 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: ^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)
|
||||
|
@ -2336,6 +2348,9 @@ 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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user