mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-25 15:40:06 +03:00
chore(deps): update all non-major dependencies
This commit is contained in:
parent
ec7f9117f6
commit
a82d207f4c
|
@ -46,20 +46,20 @@
|
|||
"react-icons": "^3.11.0",
|
||||
"react-json-tree": "^0.15.0",
|
||||
"react-redux": "^7.2.4",
|
||||
"redux": "^4.1.0"
|
||||
"redux": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-decorators": "^7.14.5",
|
||||
"@babel/polyfill": "^7.12.1",
|
||||
"@babel/register": "^7.14.5",
|
||||
"@babel/register": "^7.15.3",
|
||||
"bestzip": "^2.2.0",
|
||||
"chromedriver": "^91.0.1",
|
||||
"electron": "^13.1.2",
|
||||
"electron": "^13.2.2",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.6",
|
||||
"eslint": "^7.28.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-airbnb": "^18.2.1",
|
||||
"eslint-plugin-import": "^2.23.4",
|
||||
"eslint-plugin-import": "^2.24.2",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-react": "^7.24.0",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
|
|
30
package.json
30
package.json
|
@ -1,27 +1,27 @@
|
|||
{
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.14.5",
|
||||
"@babel/core": "^7.14.6",
|
||||
"@babel/cli": "^7.14.8",
|
||||
"@babel/core": "^7.15.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
||||
"@babel/plugin-transform-runtime": "^7.14.5",
|
||||
"@babel/preset-env": "^7.14.5",
|
||||
"@babel/plugin-transform-runtime": "^7.15.0",
|
||||
"@babel/preset-env": "^7.15.0",
|
||||
"@babel/preset-react": "^7.14.5",
|
||||
"@babel/preset-typescript": "^7.14.5",
|
||||
"@types/jest": "^26.0.23",
|
||||
"@types/node": "^14.17.3",
|
||||
"@types/webpack": "^4.41.29",
|
||||
"@types/webpack-dev-server": "^3.11.4",
|
||||
"@types/webpack-env": "^1.16.0",
|
||||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@types/jest": "^26.0.24",
|
||||
"@types/node": "^14.17.12",
|
||||
"@types/webpack": "^4.41.30",
|
||||
"@types/webpack-dev-server": "^3.11.6",
|
||||
"@types/webpack-env": "^1.16.2",
|
||||
"@typescript-eslint/eslint-plugin": "^3.10.1",
|
||||
"@typescript-eslint/parser": "^3.10.1",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"clean-webpack-plugin": "^3.0.0",
|
||||
"copy-webpack-plugin": "^6.3.1",
|
||||
"copy-webpack-plugin": "^6.4.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"css-loader": "^4.3.0",
|
||||
"eslint": "^7.28.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^6.15.0",
|
||||
"eslint-plugin-babel": "^5.3.1",
|
||||
"eslint-plugin-jest": "^23.20.0",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"html-webpack-plugin": "^4.5.2",
|
||||
"jest": "^26.6.3",
|
||||
"lerna": "^3.22.1",
|
||||
"prettier": "^2.3.1",
|
||||
"prettier": "^2.3.2",
|
||||
"pug-html-loader": "^1.1.5",
|
||||
"raw-loader": "^4.0.2",
|
||||
"rimraf": "^3.0.2",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"stylelint-processor-styled-components": "^1.10.0",
|
||||
"ts-jest": "^26.5.6",
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "^4.3.4",
|
||||
"typescript": "^4.3.5",
|
||||
"url-loader": "^4.1.1",
|
||||
"webpack": "^4.46.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
|
@ -72,6 +72,6 @@
|
|||
"packages/redux-devtools-slider-monitor/examples/todomvc"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=10.13.0"
|
||||
"node": ">=v10.24.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"prepublishOnly": "npm run clean && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/d3": "^3.5.44",
|
||||
"@types/d3": "^3.5.45",
|
||||
"d3": "^3.5.17",
|
||||
"d3tooltip": "^1.3.0",
|
||||
"deepmerge": "^4.2.2",
|
||||
|
@ -49,6 +49,6 @@
|
|||
"ramda": "^0.27.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/ramda": "^0.27.40"
|
||||
"@types/ramda": "^0.27.44"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,10 +41,10 @@
|
|||
"ramda": "^0.27.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/ramda": "^0.27.40"
|
||||
"@types/ramda": "^0.27.44"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/d3": "^3.5.43",
|
||||
"@types/d3": "^3.5.45",
|
||||
"d3": "^3.5.17"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -38,26 +38,26 @@
|
|||
"dependencies": {
|
||||
"@rjsf/core": "^2.5.1",
|
||||
"@types/base16": "^1.0.2",
|
||||
"@types/codemirror": "^0.0.97",
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@types/codemirror": "^0.0.109",
|
||||
"@types/prop-types": "^15.7.4",
|
||||
"@types/react-select": "^3.1.2",
|
||||
"@types/redux-devtools-themes": "^1.0.0",
|
||||
"@types/simple-element-resize-detector": "^1.3.0",
|
||||
"@types/styled-components": "^5.1.10",
|
||||
"@types/styled-components": "^5.1.13",
|
||||
"base16": "^1.0.0",
|
||||
"codemirror": "^5.61.1",
|
||||
"color": "^3.1.3",
|
||||
"codemirror": "^5.62.3",
|
||||
"color": "^3.2.1",
|
||||
"prop-types": "^15.7.2",
|
||||
"react-icons": "^3.11.0",
|
||||
"react-select": "^3.2.0",
|
||||
"redux-devtools-themes": "^1.0.0",
|
||||
"simple-element-resize-detector": "^1.3.0",
|
||||
"styled-components": "^5.3.0"
|
||||
"styled-components": "^5.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-essentials": "^6.2.9",
|
||||
"@storybook/react": "^6.2.9",
|
||||
"@types/enzyme": "^3.10.8",
|
||||
"@storybook/addon-essentials": "^6.3.7",
|
||||
"@storybook/react": "^6.3.7",
|
||||
"@types/enzyme": "^3.10.9",
|
||||
"@types/enzyme-adapter-react-16": "^1.0.6",
|
||||
"csstype": "^3.0.8",
|
||||
"enzyme": "^3.11.0",
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash": "^4.14.170",
|
||||
"immutable": "^4.0.0-rc.12"
|
||||
"@types/lodash": "^4.14.172",
|
||||
"immutable": "^4.0.0-rc.14"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,11 +41,11 @@
|
|||
"@types/base16": "^1.0.2",
|
||||
"@types/lodash.curry": "^4.1.6",
|
||||
"base16": "^1.0.0",
|
||||
"color": "^3.1.3",
|
||||
"color": "^3.2.1",
|
||||
"csstype": "^3.0.8",
|
||||
"lodash.curry": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/color": "^3.0.1"
|
||||
"@types/color": "^3.0.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,23 +41,23 @@
|
|||
"prepublishOnly": "npm run clean && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@types/prop-types": "^15.7.4",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"prop-types": "^15.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash.debounce": "^4.0.6",
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/react-dom": "^16.9.13",
|
||||
"@types/react": "^16.14.14",
|
||||
"@types/react-dom": "^16.9.14",
|
||||
"@types/react-test-renderer": "^16.9.5",
|
||||
"@types/styled-components": "^5.1.10",
|
||||
"@types/styled-components": "^5.1.13",
|
||||
"react": "^16.14.0",
|
||||
"react-bootstrap": "^1.6.1",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-hot-loader": "^4.13.0",
|
||||
"react-icons": "^3.11.0",
|
||||
"react-test-renderer": "^16.14.0",
|
||||
"styled-components": "^5.3.0"
|
||||
"styled-components": "^5.3.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^16.3.0 || ^17.0.0",
|
||||
|
|
|
@ -46,12 +46,12 @@
|
|||
"prepublishOnly": "npm run clean && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@types/prop-types": "^15.7.4",
|
||||
"prop-types": "^15.7.2",
|
||||
"react-base16-styling": "^0.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/react": "^16.14.14",
|
||||
"@types/react-test-renderer": "^16.9.5",
|
||||
"react": "^16.14.0",
|
||||
"react-test-renderer": "^16.14.0"
|
||||
|
|
|
@ -49,21 +49,21 @@
|
|||
"javascript-stringify": "^2.1.0",
|
||||
"jsan": "^3.1.13",
|
||||
"jsondiffpatch": "^0.4.1",
|
||||
"localforage": "^1.9.0",
|
||||
"localforage": "^1.10.0",
|
||||
"lodash": "^4.17.21",
|
||||
"prop-types": "^15.7.2",
|
||||
"react-icons": "^3.11.0",
|
||||
"react-is": "^16.13.1",
|
||||
"react-redux": "^7.2.4",
|
||||
"redux": "^4.1.0",
|
||||
"redux": "^4.1.1",
|
||||
"redux-persist": "^4.10.2",
|
||||
"socketcluster-client": "^14.3.2",
|
||||
"styled-components": "^5.3.0"
|
||||
"styled-components": "^5.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rjsf/core": "^2.5.1",
|
||||
"@types/json-schema": "^7.0.7",
|
||||
"@types/socketcluster-client": "^13.0.4",
|
||||
"@types/json-schema": "^7.0.9",
|
||||
"@types/socketcluster-client": "^13.0.5",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.6",
|
||||
"enzyme-to-json": "^3.6.2",
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"prepublishOnly": "npm run clean && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@types/prop-types": "^15.7.4",
|
||||
"@types/redux-devtools-themes": "^1.0.0",
|
||||
"d3-state-visualizer": "^1.4.0",
|
||||
"deepmerge": "^4.2.2",
|
||||
|
@ -47,9 +47,9 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/react": "^16.14.14",
|
||||
"react": "^16.14.0",
|
||||
"redux": "^4.1.0"
|
||||
"redux": "^4.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@redux-devtools/core": "^3.7.0",
|
||||
|
|
|
@ -39,22 +39,22 @@
|
|||
"prepublishOnly": "npm run clean && npm run build"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
"node": ">=v10.24.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@redux-devtools/app": "^1.0.0-8",
|
||||
"@types/react": "^16.14.8",
|
||||
"apollo-server": "^2.25.1",
|
||||
"apollo-server-express": "^2.25.1",
|
||||
"@types/react": "^16.14.14",
|
||||
"apollo-server": "^2.25.2",
|
||||
"apollo-server-express": "^2.25.2",
|
||||
"body-parser": "^1.19.0",
|
||||
"chalk": "^4.1.1",
|
||||
"chalk": "^4.1.2",
|
||||
"cors": "^2.8.5",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"electron": "^13.1.2",
|
||||
"electron": "^13.2.2",
|
||||
"express": "^4.17.1",
|
||||
"getport": "^0.1.0",
|
||||
"graphql": "^14.7.0",
|
||||
"knex": "^0.19.5",
|
||||
"knex": "^0.95.10",
|
||||
"lodash": "^4.17.21",
|
||||
"minimist": "^1.2.5",
|
||||
"morgan": "^1.10.0",
|
||||
|
@ -68,10 +68,10 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/cross-spawn": "^6.0.2",
|
||||
"@types/morgan": "^1.9.2",
|
||||
"@types/semver": "^7.3.6",
|
||||
"@types/morgan": "^1.9.3",
|
||||
"@types/semver": "^7.3.8",
|
||||
"@types/supertest": "^2.0.11",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"@types/uuid": "^8.3.1",
|
||||
"jest": "^26.6.3",
|
||||
"ncp": "^2.0.0",
|
||||
"socketcluster-client": "^14.3.2",
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"prepublishOnly": "npm run clean && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@types/prop-types": "^15.7.4",
|
||||
"parse-key": "^0.2.1",
|
||||
"prop-types": "^15.7.2",
|
||||
"react-dock": "^0.4.0"
|
||||
|
@ -48,9 +48,9 @@
|
|||
"devDependencies": {
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@types/parse-key": "^0.2.0",
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/react": "^16.14.14",
|
||||
"react": "^16.14.0",
|
||||
"redux": "^4.1.0"
|
||||
"redux": "^4.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@redux-devtools/core": "^3.7.0",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"prepublishOnly": "npm run clean && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@types/prop-types": "^15.7.4",
|
||||
"devui": "^1.0.0-9",
|
||||
"es6template": "^1.0.5",
|
||||
"javascript-stringify": "^2.1.0",
|
||||
|
@ -58,27 +58,27 @@
|
|||
"@redux-devtools/dock-monitor": "^1.4.0",
|
||||
"@redux-devtools/inspector-monitor": "^1.0.0",
|
||||
"@types/es6template": "^1.0.0",
|
||||
"@types/history": "^4.7.8",
|
||||
"@types/history": "^4.7.9",
|
||||
"@types/jsan": "^3.1.2",
|
||||
"@types/lodash.shuffle": "^4.2.6",
|
||||
"@types/object-path": "^0.11.0",
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/react-router": "^5.1.15",
|
||||
"@types/redux-logger": "^3.0.8",
|
||||
"@types/simple-diff": "^1.6.0",
|
||||
"@types/object-path": "^0.11.1",
|
||||
"@types/react": "^16.14.14",
|
||||
"@types/react-router": "^5.1.16",
|
||||
"@types/redux-logger": "^3.0.9",
|
||||
"@types/simple-diff": "^1.6.1",
|
||||
"connected-react-router": "^6.9.1",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.6",
|
||||
"enzyme-to-json": "^3.6.2",
|
||||
"history": "^4.10.1",
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
"immutable": "^4.0.0-rc.14",
|
||||
"jest": "^26.6.3",
|
||||
"lodash.shuffle": "^4.2.0",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-redux": "^7.2.4",
|
||||
"react-router": "^5.2.0",
|
||||
"redux": "^4.1.0",
|
||||
"redux": "^4.1.1",
|
||||
"redux-logger": "^3.0.6",
|
||||
"seamless-immutable": "^7.1.4"
|
||||
},
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.14.5",
|
||||
"@types/chrome": "^0.0.145",
|
||||
"@types/chrome": "^0.0.154",
|
||||
"anser": "^1.4.10",
|
||||
"html-entities": "^1.4.0",
|
||||
"redux-devtools-themes": "^1.0.0",
|
||||
|
@ -38,11 +38,11 @@
|
|||
"devDependencies": {
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@redux-devtools/inspector-monitor": "^1.0.0",
|
||||
"@types/babel__code-frame": "^7.0.2",
|
||||
"@types/enzyme": "^3.10.8",
|
||||
"@types/babel__code-frame": "^7.0.3",
|
||||
"@types/enzyme": "^3.10.9",
|
||||
"@types/enzyme-adapter-react-16": "^1.0.6",
|
||||
"@types/html-entities": "^1.3.4",
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/react": "^16.14.14",
|
||||
"@types/redux-devtools-themes": "^1.0.0",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.6",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-test-renderer": "^16.14.0",
|
||||
"redux": "^4.1.0"
|
||||
"redux": "^4.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@redux-devtools/inspector-monitor": "^1.0.0",
|
||||
|
|
|
@ -37,15 +37,15 @@
|
|||
"prepublishOnly": "npm run clean && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/dragula": "^3.7.0",
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@types/dragula": "^3.7.1",
|
||||
"@types/prop-types": "^15.7.4",
|
||||
"dateformat": "^3.0.3",
|
||||
"hex-rgba": "^1.0.2",
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
"immutable": "^4.0.0-rc.14",
|
||||
"javascript-stringify": "^2.1.0",
|
||||
"jsondiffpatch": "^0.4.1",
|
||||
"jss": "^10.6.0",
|
||||
"jss-preset-default": "^10.6.0",
|
||||
"jss": "^10.7.1",
|
||||
"jss-preset-default": "^10.7.1",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"prop-types": "^15.7.2",
|
||||
"react-base16-styling": "^0.8.0",
|
||||
|
@ -57,13 +57,13 @@
|
|||
"@redux-devtools/core": "^3.9.0",
|
||||
"@redux-devtools/dock-monitor": "^1.4.0",
|
||||
"@types/dateformat": "^3.0.1",
|
||||
"@types/hex-rgba": "^1.0.0",
|
||||
"@types/history": "^4.7.8",
|
||||
"@types/hex-rgba": "^1.0.1",
|
||||
"@types/history": "^4.7.9",
|
||||
"@types/lodash.shuffle": "^4.2.6",
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/react": "^16.14.14",
|
||||
"@types/react-dragula": "^1.1.0",
|
||||
"@types/react-router": "^5.1.15",
|
||||
"@types/redux-logger": "^3.0.8",
|
||||
"@types/react-router": "^5.1.16",
|
||||
"@types/redux-logger": "^3.0.9",
|
||||
"base16": "^1.0.0",
|
||||
"connected-react-router": "^6.9.1",
|
||||
"history": "^4.10.1",
|
||||
|
@ -73,7 +73,7 @@
|
|||
"react-dom": "^16.14.0",
|
||||
"react-redux": "^7.2.4",
|
||||
"react-router": "^5.2.0",
|
||||
"redux": "^4.1.0",
|
||||
"redux": "^4.1.1",
|
||||
"redux-logger": "^3.0.6",
|
||||
"seamless-immutable": "^7.1.4"
|
||||
},
|
||||
|
|
|
@ -43,9 +43,9 @@
|
|||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash": "^4.14.170",
|
||||
"@types/lodash": "^4.14.172",
|
||||
"jest": "^26.6.3",
|
||||
"redux": "^4.1.0",
|
||||
"redux": "^4.1.1",
|
||||
"rxjs": "^6.6.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@types/lodash.debounce": "^4.0.6",
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@types/prop-types": "^15.7.4",
|
||||
"@types/redux-devtools-themes": "^1.0.0",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"prop-types": "^15.7.2",
|
||||
|
@ -50,9 +50,9 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/react": "^16.14.14",
|
||||
"react": "^16.14.0",
|
||||
"redux": "^4.1.0"
|
||||
"redux": "^4.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@redux-devtools/core": "^3.7.0",
|
||||
|
|
|
@ -36,9 +36,9 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/jsan": "^3.1.2",
|
||||
"immutable": "^4.0.0-rc.12"
|
||||
"immutable": "^4.0.0-rc.14"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"immutable": "^4.0.0-rc.12"
|
||||
"immutable": "^4.0.0-rc.14"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"prepublishOnly": "npm run clean && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@types/prop-types": "^15.7.4",
|
||||
"@types/redux-devtools-themes": "^1.0.0",
|
||||
"devui": "^1.0.0-9",
|
||||
"prop-types": "^15.7.2",
|
||||
|
@ -39,9 +39,9 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/react": "^16.14.14",
|
||||
"react": "^16.14.0",
|
||||
"redux": "^4.1.0"
|
||||
"redux": "^4.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@redux-devtools/core": "^3.7.0",
|
||||
|
|
|
@ -35,15 +35,15 @@
|
|||
"@redux-devtools/core": "^3.9.0",
|
||||
"@redux-devtools/serialize": "^0.3.0",
|
||||
"get-params": "^0.1.2",
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
"immutable": "^4.0.0-rc.14",
|
||||
"jsan": "^3.1.13",
|
||||
"lodash": "^4.17.21",
|
||||
"nanoid": "^3.1.23",
|
||||
"redux": "^4.1.0"
|
||||
"nanoid": "^3.1.25",
|
||||
"redux": "^4.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@redux-devtools/core": "^3.7.0",
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
"redux": "^4.0.5"
|
||||
"immutable": "^4.0.0-rc.14",
|
||||
"redux": "^4.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,17 +41,17 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@redux-devtools/instrument": "^1.11.0",
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@types/prop-types": "^15.7.4",
|
||||
"lodash": "^4.17.21",
|
||||
"prop-types": "^15.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash": "^4.14.170",
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/react-redux": "^7.1.16",
|
||||
"@types/lodash": "^4.14.172",
|
||||
"@types/react": "^16.14.14",
|
||||
"@types/react-redux": "^7.1.18",
|
||||
"react": "^16.14.0",
|
||||
"react-redux": "^7.2.4",
|
||||
"redux": "^4.1.0"
|
||||
"redux": "^4.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^0.14.9 || ^15.3.0 || ^16.0.0 || ^17.0.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user