mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 22:19:48 +03:00
fix packages
This commit is contained in:
parent
463e4db8df
commit
d71744b58e
|
@ -43,8 +43,6 @@
|
|||
"prepublishOnly": "npm run clean && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/jsan": "^3.1.0",
|
||||
"@types/object-path": "^0.11.0",
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"devui": "^1.0.0-6",
|
||||
"es6template": "^1.0.5",
|
||||
|
@ -52,11 +50,13 @@
|
|||
"jsan": "^3.1.13",
|
||||
"object-path": "^0.11.4",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.13.1",
|
||||
"react-icons": "^3.10.0",
|
||||
"simple-diff": "^1.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jsan": "^3.1.0",
|
||||
"@types/object-path": "^0.11.0",
|
||||
"@types/react": "^16.9.46",
|
||||
"connected-react-router": "^6.8.0",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.3",
|
||||
|
@ -65,6 +65,7 @@
|
|||
"immutable": "^4.0.0-rc.12",
|
||||
"jest": "^26.2.2",
|
||||
"lodash.shuffle": "^4.2.0",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-redux": "^7.2.1",
|
||||
"react-router": "^5.2.0",
|
||||
|
@ -75,6 +76,8 @@
|
|||
"redux-logger": "^3.0.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^16.3.18",
|
||||
"react": "^16.3.0",
|
||||
"redux-devtools-inspector-monitor": "^0.14.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user