mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 03:36:44 +03:00
chore(*): upgrade dependencies (#744)
* Upgrade * yarn.lock * Combine * Ignore * Update snapshots * All the cool kids are doing this
This commit is contained in:
parent
55e2284a3d
commit
89c8d7759e
64
package.json
64
package.json
|
@ -1,51 +1,51 @@
|
|||
{
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.10.5",
|
||||
"@babel/core": "^7.11.1",
|
||||
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
||||
"@babel/plugin-transform-runtime": "^7.11.0",
|
||||
"@babel/preset-env": "^7.11.0",
|
||||
"@babel/preset-typescript": "^7.10.4",
|
||||
"@types/jest": "^26.0.9",
|
||||
"@types/node": "^14.6.0",
|
||||
"@types/webpack": "^4.41.21",
|
||||
"@types/webpack-dev-server": "^3.11.0",
|
||||
"@types/webpack-env": "^1.15.2",
|
||||
"@typescript-eslint/eslint-plugin": "^3.9.0",
|
||||
"@typescript-eslint/parser": "^3.9.0",
|
||||
"@babel/cli": "^7.14.5",
|
||||
"@babel/core": "^7.14.6",
|
||||
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
||||
"@babel/plugin-transform-runtime": "^7.14.5",
|
||||
"@babel/preset-env": "^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",
|
||||
"@typescript-eslint/eslint-plugin": "^3.10.1",
|
||||
"@typescript-eslint/parser": "^3.10.1",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-loader": "^8.1.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"clean-webpack-plugin": "^3.0.0",
|
||||
"cross-env": "^7.0.2",
|
||||
"css-loader": "^4.2.1",
|
||||
"eslint": "^7.6.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"css-loader": "^4.3.0",
|
||||
"eslint": "^7.28.0",
|
||||
"eslint-config-prettier": "^6.15.0",
|
||||
"eslint-plugin-babel": "^5.3.1",
|
||||
"eslint-plugin-jest": "^23.20.0",
|
||||
"eslint-plugin-react": "^7.20.5",
|
||||
"file-loader": "^6.0.0",
|
||||
"fork-ts-checker-webpack-plugin": "^5.1.0",
|
||||
"html-loader": "^1.1.0",
|
||||
"html-webpack-plugin": "^4.3.0",
|
||||
"jest": "^26.2.2",
|
||||
"eslint-plugin-react": "^7.24.0",
|
||||
"file-loader": "^6.2.0",
|
||||
"fork-ts-checker-webpack-plugin": "^5.2.1",
|
||||
"html-loader": "^1.3.2",
|
||||
"html-webpack-plugin": "^4.5.2",
|
||||
"jest": "^26.6.3",
|
||||
"lerna": "^3.22.1",
|
||||
"prettier": "^2.3.1",
|
||||
"raw-loader": "^4.0.1",
|
||||
"raw-loader": "^4.0.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"style-loader": "^1.2.1",
|
||||
"stylelint": "^13.6.1",
|
||||
"style-loader": "^1.3.0",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-prettier": "^8.0.2",
|
||||
"stylelint-config-standard": "^20.0.0",
|
||||
"stylelint-config-styled-components": "^0.1.1",
|
||||
"stylelint-processor-styled-components": "^1.10.0",
|
||||
"ts-jest": "^26.2.0",
|
||||
"ts-node": "^9.0.0",
|
||||
"ts-jest": "^26.5.6",
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "^4.3.4",
|
||||
"url-loader": "^4.1.0",
|
||||
"webpack": "^4.44.1",
|
||||
"url-loader": "^4.1.1",
|
||||
"webpack": "^4.46.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"webpack-dev-server": "^3.11.0"
|
||||
"webpack-dev-server": "^3.11.2"
|
||||
},
|
||||
"scripts": {
|
||||
"lerna": "lerna",
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"prepublishOnly": "npm run clean && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/d3": "^3.5.43",
|
||||
"@types/d3": "^3.5.44",
|
||||
"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.17"
|
||||
"@types/ramda": "^0.27.40"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"ramda": "^0.27.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/ramda": "^0.27.17"
|
||||
"@types/ramda": "^0.27.40"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/d3": "^3.5.43",
|
||||
|
|
|
@ -36,35 +36,35 @@
|
|||
"prepublishOnly": "npm run clean && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@rjsf/core": "^2.4.0",
|
||||
"@rjsf/core": "^2.5.1",
|
||||
"@types/base16": "^1.0.2",
|
||||
"@types/codemirror": "^0.0.97",
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@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.2",
|
||||
"@types/styled-components": "^5.1.10",
|
||||
"base16": "^1.0.0",
|
||||
"codemirror": "^5.56.0",
|
||||
"color": "^3.1.2",
|
||||
"codemirror": "^5.61.1",
|
||||
"color": "^3.1.3",
|
||||
"prop-types": "^15.7.2",
|
||||
"react-icons": "^3.10.0",
|
||||
"react-select": "^3.1.0",
|
||||
"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.1.1"
|
||||
"styled-components": "^5.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-essentials": "^6.0.21",
|
||||
"@storybook/react": "^6.0.21",
|
||||
"@types/enzyme": "^3.10.5",
|
||||
"@storybook/addon-essentials": "^6.2.9",
|
||||
"@storybook/react": "^6.2.9",
|
||||
"@types/enzyme": "^3.10.8",
|
||||
"@types/enzyme-adapter-react-16": "^1.0.6",
|
||||
"csstype": "^3.0.2",
|
||||
"csstype": "^3.0.8",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.3",
|
||||
"enzyme-to-json": "^3.5.0",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"enzyme-adapter-react-16": "^1.15.6",
|
||||
"enzyme-to-json": "^3.6.2",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-is": "^16.13.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
exports[`Button renders correctly 1`] = `
|
||||
<div
|
||||
class="sc-AxhUy dkmwYZ"
|
||||
class="sc-eCApnc fBsDrg"
|
||||
>
|
||||
<button
|
||||
class="sc-AxiKw jvXzBz"
|
||||
class="sc-dlnjwi YTVoL"
|
||||
>
|
||||
Text
|
||||
</button>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
exports[`Container renders correctly 1`] = `
|
||||
<div
|
||||
class="sc-AxjAm eccWTt"
|
||||
class="sc-bdnxRM cJyPfD"
|
||||
>
|
||||
Text
|
||||
</div>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
exports[`ContextMenu renders correctly 1`] = `
|
||||
<div
|
||||
class="sc-AxgMl jioOqg"
|
||||
class="sc-jSFjdj hRVwnq"
|
||||
>
|
||||
<button
|
||||
value="Menu Item 1"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
exports[`Dialog renders correctly 1`] = `
|
||||
<div
|
||||
class="sc-fzozJi bUabZV"
|
||||
class="sc-pNWdM flJpeN"
|
||||
>
|
||||
<div />
|
||||
<div>
|
||||
|
@ -21,19 +21,19 @@ exports[`Dialog renders correctly 1`] = `
|
|||
class="mc-dialog--footer"
|
||||
>
|
||||
<div
|
||||
class="sc-AxhUy dkmwYZ"
|
||||
class="sc-eCApnc fBsDrg"
|
||||
>
|
||||
<button
|
||||
class="sc-AxiKw jvXzBz"
|
||||
class="sc-dlnjwi YTVoL"
|
||||
>
|
||||
Cancel
|
||||
</button>
|
||||
</div>
|
||||
<div
|
||||
class="sc-AxhUy dkmwYZ"
|
||||
class="sc-eCApnc fBsDrg"
|
||||
>
|
||||
<button
|
||||
class="sc-AxiKw kAYmfb"
|
||||
class="sc-dlnjwi erIiXz"
|
||||
>
|
||||
Submit
|
||||
</button>
|
||||
|
@ -45,7 +45,7 @@ exports[`Dialog renders correctly 1`] = `
|
|||
|
||||
exports[`Dialog renders modal 1`] = `
|
||||
<div
|
||||
class="sc-fzozJi bUabZV"
|
||||
class="sc-pNWdM flJpeN"
|
||||
>
|
||||
<div />
|
||||
<div>
|
||||
|
@ -61,19 +61,19 @@ exports[`Dialog renders modal 1`] = `
|
|||
class="mc-dialog--footer"
|
||||
>
|
||||
<div
|
||||
class="sc-AxhUy dkmwYZ"
|
||||
class="sc-eCApnc fBsDrg"
|
||||
>
|
||||
<button
|
||||
class="sc-AxiKw jvXzBz"
|
||||
class="sc-dlnjwi YTVoL"
|
||||
>
|
||||
Cancel
|
||||
</button>
|
||||
</div>
|
||||
<div
|
||||
class="sc-AxhUy dkmwYZ"
|
||||
class="sc-eCApnc fBsDrg"
|
||||
>
|
||||
<button
|
||||
class="sc-AxiKw kAYmfb"
|
||||
class="sc-dlnjwi erIiXz"
|
||||
>
|
||||
Submit
|
||||
</button>
|
||||
|
@ -85,7 +85,7 @@ exports[`Dialog renders modal 1`] = `
|
|||
|
||||
exports[`Dialog renders with props 1`] = `
|
||||
<div
|
||||
class="sc-fzozJi eNoXNi"
|
||||
class="sc-pNWdM eCTPkG"
|
||||
open=""
|
||||
>
|
||||
<div />
|
||||
|
@ -109,19 +109,19 @@ exports[`Dialog renders with props 1`] = `
|
|||
class="mc-dialog--footer"
|
||||
>
|
||||
<div
|
||||
class="sc-AxhUy dkmwYZ"
|
||||
class="sc-eCApnc fBsDrg"
|
||||
>
|
||||
<button
|
||||
class="sc-AxiKw jvXzBz"
|
||||
class="sc-dlnjwi YTVoL"
|
||||
>
|
||||
Cancel
|
||||
</button>
|
||||
</div>
|
||||
<div
|
||||
class="sc-AxhUy dkmwYZ"
|
||||
class="sc-eCApnc fBsDrg"
|
||||
>
|
||||
<button
|
||||
class="sc-AxiKw kAYmfb"
|
||||
class="sc-dlnjwi erIiXz"
|
||||
>
|
||||
Submit
|
||||
</button>
|
||||
|
|
|
@ -12,7 +12,7 @@ exports[`Editor renders correctly 1`] = `
|
|||
>
|
||||
<styled.div>
|
||||
<div
|
||||
className="sc-fzoLsD fnGkfM"
|
||||
className="sc-jrsJWt bGGtuw"
|
||||
/>
|
||||
</styled.div>
|
||||
</Editor>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
exports[`Notification renders correctly 1`] = `
|
||||
<div
|
||||
class="sc-fznKkj ibIwiW"
|
||||
class="sc-dIsUp cNjybr"
|
||||
type="info"
|
||||
>
|
||||
<span>
|
||||
|
@ -13,7 +13,7 @@ exports[`Notification renders correctly 1`] = `
|
|||
|
||||
exports[`Notification renders with props 1`] = `
|
||||
<div
|
||||
class="sc-fznKkj ibIwiW"
|
||||
class="sc-dIsUp cNjybr"
|
||||
type="error"
|
||||
>
|
||||
<svg
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
exports[`SegmentedControl renders correctly 1`] = `
|
||||
<div
|
||||
class="sc-fznyAO jQfpYK"
|
||||
class="sc-crzoAE bFkxJ"
|
||||
>
|
||||
<button
|
||||
data-selected="true"
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2,7 +2,7 @@
|
|||
|
||||
exports[`Slider renders correctly 1`] = `
|
||||
<div
|
||||
class="sc-AxheI gaYXK"
|
||||
class="sc-gKAaRy kGUJQC"
|
||||
>
|
||||
<input
|
||||
max="100"
|
||||
|
@ -15,7 +15,7 @@ exports[`Slider renders correctly 1`] = `
|
|||
|
||||
exports[`Slider renders with props 1`] = `
|
||||
<div
|
||||
class="sc-AxheI goWhEX"
|
||||
class="sc-gKAaRy jCQInr"
|
||||
disabled=""
|
||||
>
|
||||
<label>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
exports[`Tabs renders correctly 1`] = `
|
||||
<div
|
||||
class="sc-fzplWN iQpDbE"
|
||||
class="sc-iqAclL lhAsMF"
|
||||
>
|
||||
<div
|
||||
class="sc-fzpans gRdChJ"
|
||||
class="sc-kEqXSa GgFRW"
|
||||
>
|
||||
<div>
|
||||
<button
|
||||
|
@ -30,10 +30,10 @@ exports[`Tabs renders correctly 1`] = `
|
|||
|
||||
exports[`Tabs renders tabs without inner components 1`] = `
|
||||
<div
|
||||
class="sc-fzplWN iQpDbE"
|
||||
class="sc-iqAclL lhAsMF"
|
||||
>
|
||||
<div
|
||||
class="sc-fzpans gRdChJ"
|
||||
class="sc-kEqXSa GgFRW"
|
||||
>
|
||||
<div>
|
||||
<button
|
||||
|
@ -94,10 +94,10 @@ exports[`Tabs renders tabs without inner components 1`] = `
|
|||
|
||||
exports[`Tabs renders with props 1`] = `
|
||||
<div
|
||||
class="sc-fzplWN iQpDbE"
|
||||
class="sc-iqAclL lhAsMF"
|
||||
>
|
||||
<div
|
||||
class="sc-fzpans gRdChJ"
|
||||
class="sc-kEqXSa GgFRW"
|
||||
>
|
||||
<div>
|
||||
<button
|
||||
|
|
|
@ -2,28 +2,28 @@
|
|||
|
||||
exports[`Toolbar renders correctly 1`] = `
|
||||
<div
|
||||
class="sc-fznZeY bcKxBO"
|
||||
class="sc-bqGGPW epxzCc"
|
||||
>
|
||||
<div
|
||||
class="sc-AxhUy dkmwYZ"
|
||||
class="sc-eCApnc fBsDrg"
|
||||
>
|
||||
<button
|
||||
class="sc-AxiKw jvXzBz"
|
||||
class="sc-dlnjwi YTVoL"
|
||||
>
|
||||
1
|
||||
</button>
|
||||
</div>
|
||||
<div
|
||||
class="sc-fzokOt drZiIn"
|
||||
class="sc-ksluID Osoke"
|
||||
/>
|
||||
<div
|
||||
class="sc-fzqBZW kjCEpb"
|
||||
class="sc-hBMUJo eOpmnQ"
|
||||
/>
|
||||
<div
|
||||
class="sc-AxhUy dkmwYZ"
|
||||
class="sc-eCApnc fBsDrg"
|
||||
>
|
||||
<button
|
||||
class="sc-AxiKw jvXzBz"
|
||||
class="sc-dlnjwi YTVoL"
|
||||
>
|
||||
2
|
||||
</button>
|
||||
|
@ -33,6 +33,6 @@ exports[`Toolbar renders correctly 1`] = `
|
|||
|
||||
exports[`Toolbar renders with props 1`] = `
|
||||
<div
|
||||
class="sc-fznZeY csZTMz"
|
||||
class="sc-bqGGPW cWsbPt"
|
||||
/>
|
||||
`;
|
||||
|
|
|
@ -42,10 +42,10 @@
|
|||
"prepublishOnly": "npm run clean && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.19"
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash": "^4.14.159",
|
||||
"@types/lodash": "^4.14.170",
|
||||
"immutable": "^4.0.0-rc.12"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
"@types/base16": "^1.0.2",
|
||||
"@types/lodash.curry": "^4.1.6",
|
||||
"base16": "^1.0.0",
|
||||
"color": "^3.1.2",
|
||||
"csstype": "^3.0.2",
|
||||
"color": "^3.1.3",
|
||||
"csstype": "^3.0.8",
|
||||
"lodash.curry": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -47,17 +47,17 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash.debounce": "^4.0.6",
|
||||
"@types/react": "^16.9.46",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"@types/react-test-renderer": "^16.9.3",
|
||||
"@types/styled-components": "^5.1.2",
|
||||
"react": "^16.13.1",
|
||||
"react-bootstrap": "^1.3.0",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-hot-loader": "^4.12.21",
|
||||
"react-icons": "^3.10.0",
|
||||
"react-test-renderer": "^16.13.1",
|
||||
"styled-components": "^5.1.1"
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/react-dom": "^16.9.13",
|
||||
"@types/react-test-renderer": "^16.9.5",
|
||||
"@types/styled-components": "^5.1.10",
|
||||
"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"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^16.3.0 || ^17.0.0",
|
||||
|
|
|
@ -21,14 +21,14 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
"react": "^16.13.1",
|
||||
"react": "^16.14.0",
|
||||
"react-base16-styling": "^0.8.0",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-json-tree": "^0.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^16.9.46",
|
||||
"@types/react-dom": "^16.9.8"
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/react-dom": "^16.9.13"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
|
|
@ -51,10 +51,10 @@
|
|||
"react-base16-styling": "^0.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^16.9.46",
|
||||
"@types/react-test-renderer": "^16.9.3",
|
||||
"react": "^16.13.1",
|
||||
"react-test-renderer": "^16.13.1"
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/react-test-renderer": "^16.9.5",
|
||||
"react": "^16.14.0",
|
||||
"react-test-renderer": "^16.14.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^16.3.0 || ^17.0.0",
|
||||
|
|
|
@ -46,29 +46,29 @@
|
|||
"@redux-devtools/slider-monitor": "^2.0.0-8",
|
||||
"d3-state-visualizer": "^1.4.0",
|
||||
"devui": "^1.0.0-9",
|
||||
"javascript-stringify": "^2.0.1",
|
||||
"javascript-stringify": "^2.1.0",
|
||||
"jsan": "^3.1.13",
|
||||
"jsondiffpatch": "^0.4.1",
|
||||
"localforage": "^1.9.0",
|
||||
"lodash": "^4.17.19",
|
||||
"lodash": "^4.17.21",
|
||||
"prop-types": "^15.7.2",
|
||||
"react-icons": "^3.10.0",
|
||||
"react-icons": "^3.11.0",
|
||||
"react-is": "^16.13.1",
|
||||
"react-redux": "^7.2.1",
|
||||
"redux": "^4.0.5",
|
||||
"react-redux": "^7.2.4",
|
||||
"redux": "^4.1.0",
|
||||
"redux-persist": "^4.10.2",
|
||||
"socketcluster-client": "^14.3.1",
|
||||
"styled-components": "^5.1.1"
|
||||
"socketcluster-client": "^14.3.2",
|
||||
"styled-components": "^5.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rjsf/core": "^2.4.0",
|
||||
"@types/json-schema": "^7.0.6",
|
||||
"@types/socketcluster-client": "^13.0.3",
|
||||
"@rjsf/core": "^2.5.1",
|
||||
"@types/json-schema": "^7.0.7",
|
||||
"@types/socketcluster-client": "^13.0.4",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.3",
|
||||
"enzyme-to-json": "^3.5.0",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1"
|
||||
"enzyme-adapter-react-16": "^1.15.6",
|
||||
"enzyme-to-json": "^3.6.2",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.3.0 || ^17.0.0"
|
||||
|
|
|
@ -54,6 +54,8 @@ export default function configureStore(
|
|||
|
||||
const store = createStore(
|
||||
rootReducer,
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore
|
||||
restoredState,
|
||||
composeEnhancers(applyMiddleware(exportState, api))
|
||||
);
|
||||
|
|
|
@ -47,9 +47,9 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@types/react": "^16.9.46",
|
||||
"react": "^16.13.1",
|
||||
"redux": "^4.0.5"
|
||||
"@types/react": "^16.14.8",
|
||||
"react": "^16.14.0",
|
||||
"redux": "^4.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@redux-devtools/core": "^3.7.0",
|
||||
|
|
|
@ -43,38 +43,38 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@redux-devtools/app": "^1.0.0-8",
|
||||
"@types/react": "^16.9.46",
|
||||
"apollo-server": "^2.18.2",
|
||||
"apollo-server-express": "^2.18.2",
|
||||
"@types/react": "^16.14.8",
|
||||
"apollo-server": "^2.25.1",
|
||||
"apollo-server-express": "^2.25.1",
|
||||
"body-parser": "^1.19.0",
|
||||
"chalk": "^4.1.0",
|
||||
"chalk": "^4.1.1",
|
||||
"cors": "^2.8.5",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"electron": "^13.1.1",
|
||||
"electron": "^13.1.2",
|
||||
"express": "^4.17.1",
|
||||
"getport": "^0.1.0",
|
||||
"graphql": "^14.7.0",
|
||||
"knex": "^0.19.5",
|
||||
"lodash": "^4.17.19",
|
||||
"lodash": "^4.17.21",
|
||||
"minimist": "^1.2.5",
|
||||
"morgan": "^1.10.0",
|
||||
"open": "^7.1.0",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"semver": "^7.3.2",
|
||||
"open": "^7.4.2",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"semver": "^7.3.5",
|
||||
"socketcluster": "^14.4.2",
|
||||
"sqlite3": "^5.0.0",
|
||||
"uuid": "^8.3.0"
|
||||
"sqlite3": "^5.0.2",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/cross-spawn": "^6.0.2",
|
||||
"@types/morgan": "^1.9.1",
|
||||
"@types/semver": "^7.3.4",
|
||||
"@types/supertest": "^2.0.10",
|
||||
"@types/morgan": "^1.9.2",
|
||||
"@types/semver": "^7.3.6",
|
||||
"@types/supertest": "^2.0.11",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"jest": "^26.2.2",
|
||||
"jest": "^26.6.3",
|
||||
"ncp": "^2.0.0",
|
||||
"socketcluster-client": "^14.3.1",
|
||||
"socketcluster-client": "^14.3.2",
|
||||
"supertest": "^4.0.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -48,9 +48,9 @@
|
|||
"devDependencies": {
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@types/parse-key": "^0.2.0",
|
||||
"@types/react": "^16.9.46",
|
||||
"react": "^16.13.1",
|
||||
"redux": "^4.0.5"
|
||||
"@types/react": "^16.14.8",
|
||||
"react": "^16.14.0",
|
||||
"redux": "^4.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@redux-devtools/core": "^3.7.0",
|
||||
|
|
|
@ -46,11 +46,11 @@
|
|||
"@types/prop-types": "^15.7.3",
|
||||
"devui": "^1.0.0-9",
|
||||
"es6template": "^1.0.5",
|
||||
"javascript-stringify": "^2.0.1",
|
||||
"javascript-stringify": "^2.1.0",
|
||||
"jsan": "^3.1.13",
|
||||
"object-path": "^0.11.4",
|
||||
"object-path": "^0.11.5",
|
||||
"prop-types": "^15.7.2",
|
||||
"react-icons": "^3.10.0",
|
||||
"react-icons": "^3.11.0",
|
||||
"simple-diff": "^1.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -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.7",
|
||||
"@types/history": "^4.7.8",
|
||||
"@types/jsan": "^3.1.0",
|
||||
"@types/lodash.shuffle": "^4.2.6",
|
||||
"@types/object-path": "^0.11.0",
|
||||
"@types/react": "^16.9.46",
|
||||
"@types/react-router": "^5.1.8",
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/react-router": "^5.1.15",
|
||||
"@types/redux-logger": "^3.0.8",
|
||||
"@types/simple-diff": "^1.6.0",
|
||||
"connected-react-router": "^6.8.0",
|
||||
"connected-react-router": "^6.9.1",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.3",
|
||||
"enzyme-to-json": "^3.5.0",
|
||||
"enzyme-adapter-react-16": "^1.15.6",
|
||||
"enzyme-to-json": "^3.6.2",
|
||||
"history": "^4.10.1",
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
"jest": "^26.2.2",
|
||||
"jest": "^26.6.3",
|
||||
"lodash.shuffle": "^4.2.0",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-redux": "^7.2.1",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-redux": "^7.2.4",
|
||||
"react-router": "^5.2.0",
|
||||
"redux": "^4.0.5",
|
||||
"redux": "^4.1.0",
|
||||
"redux-logger": "^3.0.6",
|
||||
"seamless-immutable": "^7.1.4"
|
||||
},
|
||||
|
|
|
@ -28,10 +28,10 @@
|
|||
"prepublishOnly": "npm run clean && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.10.4",
|
||||
"@babel/code-frame": "^7.14.5",
|
||||
"@types/chrome": "^0.0.124",
|
||||
"anser": "^1.4.9",
|
||||
"html-entities": "^1.3.1",
|
||||
"anser": "^1.4.10",
|
||||
"html-entities": "^1.4.0",
|
||||
"redux-devtools-themes": "^1.0.0",
|
||||
"settle-promise": "^1.0.0"
|
||||
},
|
||||
|
@ -39,18 +39,18 @@
|
|||
"@redux-devtools/core": "^3.9.0",
|
||||
"@redux-devtools/inspector-monitor": "^1.0.0",
|
||||
"@types/babel__code-frame": "^7.0.2",
|
||||
"@types/enzyme": "^3.10.5",
|
||||
"@types/enzyme": "^3.10.8",
|
||||
"@types/enzyme-adapter-react-16": "^1.0.6",
|
||||
"@types/html-entities": "^1.2.16",
|
||||
"@types/react": "^16.9.46",
|
||||
"@types/html-entities": "^1.3.4",
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/redux-devtools-themes": "^1.0.0",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.3",
|
||||
"enzyme-to-json": "^3.5.0",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-test-renderer": "^16.13.1",
|
||||
"redux": "^4.0.5"
|
||||
"enzyme-adapter-react-16": "^1.15.6",
|
||||
"enzyme-to-json": "^3.6.2",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-test-renderer": "^16.14.0",
|
||||
"redux": "^4.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@redux-devtools/inspector-monitor": "^1.0.0",
|
||||
|
|
|
@ -42,10 +42,10 @@
|
|||
"dateformat": "^3.0.3",
|
||||
"hex-rgba": "^1.0.2",
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
"javascript-stringify": "^2.0.1",
|
||||
"javascript-stringify": "^2.1.0",
|
||||
"jsondiffpatch": "^0.4.1",
|
||||
"jss": "^10.3.0",
|
||||
"jss-preset-default": "^10.3.0",
|
||||
"jss": "^10.6.0",
|
||||
"jss-preset-default": "^10.6.0",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"prop-types": "^15.7.2",
|
||||
"react-base16-styling": "^0.8.0",
|
||||
|
@ -58,22 +58,22 @@
|
|||
"@redux-devtools/dock-monitor": "^1.4.0",
|
||||
"@types/dateformat": "^3.0.1",
|
||||
"@types/hex-rgba": "^1.0.0",
|
||||
"@types/history": "^4.7.7",
|
||||
"@types/history": "^4.7.8",
|
||||
"@types/lodash.shuffle": "^4.2.6",
|
||||
"@types/react": "^16.9.46",
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/react-dragula": "^1.1.0",
|
||||
"@types/react-router": "^5.1.8",
|
||||
"@types/react-router": "^5.1.15",
|
||||
"@types/redux-logger": "^3.0.8",
|
||||
"base16": "^1.0.0",
|
||||
"connected-react-router": "^6.8.0",
|
||||
"connected-react-router": "^6.9.1",
|
||||
"history": "^4.10.1",
|
||||
"lodash.shuffle": "^4.2.0",
|
||||
"react": "^16.13.1",
|
||||
"react-bootstrap": "^1.3.0",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-redux": "^7.2.1",
|
||||
"react": "^16.14.0",
|
||||
"react-bootstrap": "^1.6.1",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-redux": "^7.2.4",
|
||||
"react-router": "^5.2.0",
|
||||
"redux": "^4.0.5",
|
||||
"redux": "^4.1.0",
|
||||
"redux-logger": "^3.0.6",
|
||||
"seamless-immutable": "^7.1.4"
|
||||
},
|
||||
|
|
|
@ -40,14 +40,13 @@
|
|||
"prepublishOnly": "npm run clean && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.19",
|
||||
"symbol-observable": "^2.0.3"
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash": "^4.14.159",
|
||||
"jest": "^26.2.2",
|
||||
"redux": "^4.0.5",
|
||||
"rxjs": "^6.6.2"
|
||||
"@types/lodash": "^4.14.170",
|
||||
"jest": "^26.6.3",
|
||||
"redux": "^4.1.0",
|
||||
"rxjs": "^6.6.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"redux": "^3.4.0 || ^4.0.0"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import difference from 'lodash/difference';
|
||||
import union from 'lodash/union';
|
||||
import isPlainObject from 'lodash/isPlainObject';
|
||||
import $$observable from 'symbol-observable';
|
||||
import $$observable from './symbol-observable';
|
||||
import {
|
||||
Action,
|
||||
Observable,
|
||||
|
|
10
packages/redux-devtools-instrument/src/symbol-observable.ts
Normal file
10
packages/redux-devtools-instrument/src/symbol-observable.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
declare global {
|
||||
interface SymbolConstructor {
|
||||
readonly observable: symbol;
|
||||
}
|
||||
}
|
||||
|
||||
const $$observable = /* #__PURE__ */ (() =>
|
||||
(typeof Symbol === 'function' && Symbol.observable) || '@@observable')();
|
||||
|
||||
export default $$observable;
|
|
@ -50,9 +50,9 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@types/react": "^16.9.46",
|
||||
"react": "^16.13.1",
|
||||
"redux": "^4.0.5"
|
||||
"@types/react": "^16.14.8",
|
||||
"react": "^16.14.0",
|
||||
"redux": "^4.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@redux-devtools/core": "^3.7.0",
|
||||
|
|
|
@ -19,19 +19,19 @@
|
|||
"@redux-devtools/dock-monitor": "^1.4.0",
|
||||
"@redux-devtools/log-monitor": "^2.3.0",
|
||||
"@redux-devtools/slider-monitor": "^2.0.0-8",
|
||||
"classnames": "^2.2.6",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-hot-loader": "^4.12.21",
|
||||
"react-redux": "^7.2.1",
|
||||
"redux": "^4.0.5",
|
||||
"todomvc-app-css": "^2.3.0"
|
||||
"classnames": "^2.3.1",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-hot-loader": "^4.13.0",
|
||||
"react-redux": "^7.2.4",
|
||||
"redux": "^4.1.0",
|
||||
"todomvc-app-css": "^2.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/classnames": "^2.2.10",
|
||||
"@types/react": "^16.9.46",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"@types/react-redux": "^7.1.9"
|
||||
"@types/classnames": "^2.3.1",
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/react-dom": "^16.9.13",
|
||||
"@types/react-redux": "^7.1.16"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
|
|
@ -39,9 +39,9 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@types/react": "^16.9.46",
|
||||
"react": "^16.13.1",
|
||||
"redux": "^4.0.5"
|
||||
"@types/react": "^16.14.8",
|
||||
"react": "^16.14.0",
|
||||
"redux": "^4.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@redux-devtools/core": "^3.7.0",
|
||||
|
|
|
@ -37,9 +37,9 @@
|
|||
"get-params": "^0.1.2",
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
"jsan": "^3.1.13",
|
||||
"lodash": "^4.17.19",
|
||||
"nanoid": "^3.1.12",
|
||||
"redux": "^4.0.5"
|
||||
"lodash": "^4.17.21",
|
||||
"nanoid": "^3.1.23",
|
||||
"redux": "^4.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@redux-devtools/core": "^3.7.0",
|
||||
|
|
|
@ -23,19 +23,19 @@
|
|||
"@redux-devtools/dock-monitor": "^1.4.0",
|
||||
"@redux-devtools/log-monitor": "^2.3.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-hot-loader": "^4.12.21",
|
||||
"react-redux": "^7.2.1",
|
||||
"redux": "^4.0.5",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-hot-loader": "^4.13.0",
|
||||
"react-redux": "^7.2.4",
|
||||
"redux": "^4.1.0",
|
||||
"redux-thunk": "^2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@types/react": "^16.9.46",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"@types/react-redux": "^7.1.9",
|
||||
"@types/webpack-env": "^1.15.2"
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/react-dom": "^16.9.13",
|
||||
"@types/react-redux": "^7.1.16",
|
||||
"@types/webpack-env": "^1.16.0"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
|
|
@ -34,21 +34,21 @@
|
|||
"@redux-devtools/core": "^3.9.0",
|
||||
"@redux-devtools/dock-monitor": "^1.4.0",
|
||||
"@redux-devtools/log-monitor": "^2.3.0",
|
||||
"classnames": "^2.2.6",
|
||||
"classnames": "^2.3.1",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-hot-loader": "^4.12.21",
|
||||
"react-redux": "^7.2.1",
|
||||
"redux": "^4.0.5",
|
||||
"todomvc-app-css": "^2.3.0"
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-hot-loader": "^4.13.0",
|
||||
"react-redux": "^7.2.4",
|
||||
"redux": "^4.1.0",
|
||||
"todomvc-app-css": "^2.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/classnames": "^2.2.10",
|
||||
"@types/classnames": "^2.3.1",
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@types/react": "^16.9.46",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"@types/react-redux": "^7.1.9"
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/react-dom": "^16.9.13",
|
||||
"@types/react-redux": "^7.1.16"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
|
|
@ -42,16 +42,16 @@
|
|||
"dependencies": {
|
||||
"@redux-devtools/instrument": "^1.11.0",
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"lodash": "^4.17.19",
|
||||
"lodash": "^4.17.21",
|
||||
"prop-types": "^15.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash": "^4.14.159",
|
||||
"@types/react": "^16.3.18",
|
||||
"@types/react-redux": "^7.1.9",
|
||||
"react": "^16.13.1",
|
||||
"react-redux": "^7.2.1",
|
||||
"redux": "^4.0.5"
|
||||
"@types/lodash": "^4.14.170",
|
||||
"@types/react": "^16.14.8",
|
||||
"@types/react-redux": "^7.1.16",
|
||||
"react": "^16.14.0",
|
||||
"react-redux": "^7.2.4",
|
||||
"redux": "^4.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^0.14.9 || ^15.3.0 || ^16.0.0 || ^17.0.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user