chore(*): upgrade dependencies (#744)

* Upgrade

* yarn.lock

* Combine

* Ignore

* Update snapshots

* All the cool kids are doing this
This commit is contained in:
Nathan Bierema 2021-06-19 01:47:26 +00:00 committed by GitHub
parent 55e2284a3d
commit 89c8d7759e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
39 changed files with 6031 additions and 6507 deletions

View File

@ -1,51 +1,51 @@
{ {
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.10.5", "@babel/cli": "^7.14.5",
"@babel/core": "^7.11.1", "@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.11.0", "@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.11.0", "@babel/preset-env": "^7.14.5",
"@babel/preset-typescript": "^7.10.4", "@babel/preset-typescript": "^7.14.5",
"@types/jest": "^26.0.9", "@types/jest": "^26.0.23",
"@types/node": "^14.6.0", "@types/node": "^14.17.3",
"@types/webpack": "^4.41.21", "@types/webpack": "^4.41.29",
"@types/webpack-dev-server": "^3.11.0", "@types/webpack-dev-server": "^3.11.4",
"@types/webpack-env": "^1.15.2", "@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^3.9.0", "@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.9.0", "@typescript-eslint/parser": "^3.10.1",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0", "babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0", "clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.2", "cross-env": "^7.0.3",
"css-loader": "^4.2.1", "css-loader": "^4.3.0",
"eslint": "^7.6.0", "eslint": "^7.28.0",
"eslint-config-prettier": "^6.11.0", "eslint-config-prettier": "^6.15.0",
"eslint-plugin-babel": "^5.3.1", "eslint-plugin-babel": "^5.3.1",
"eslint-plugin-jest": "^23.20.0", "eslint-plugin-jest": "^23.20.0",
"eslint-plugin-react": "^7.20.5", "eslint-plugin-react": "^7.24.0",
"file-loader": "^6.0.0", "file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^5.1.0", "fork-ts-checker-webpack-plugin": "^5.2.1",
"html-loader": "^1.1.0", "html-loader": "^1.3.2",
"html-webpack-plugin": "^4.3.0", "html-webpack-plugin": "^4.5.2",
"jest": "^26.2.2", "jest": "^26.6.3",
"lerna": "^3.22.1", "lerna": "^3.22.1",
"prettier": "^2.3.1", "prettier": "^2.3.1",
"raw-loader": "^4.0.1", "raw-loader": "^4.0.2",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"style-loader": "^1.2.1", "style-loader": "^1.3.0",
"stylelint": "^13.6.1", "stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2", "stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0", "stylelint-config-standard": "^20.0.0",
"stylelint-config-styled-components": "^0.1.1", "stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0", "stylelint-processor-styled-components": "^1.10.0",
"ts-jest": "^26.2.0", "ts-jest": "^26.5.6",
"ts-node": "^9.0.0", "ts-node": "^9.1.1",
"typescript": "^4.3.4", "typescript": "^4.3.4",
"url-loader": "^4.1.0", "url-loader": "^4.1.1",
"webpack": "^4.44.1", "webpack": "^4.46.0",
"webpack-cli": "^3.3.12", "webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0" "webpack-dev-server": "^3.11.2"
}, },
"scripts": { "scripts": {
"lerna": "lerna", "lerna": "lerna",

View File

@ -41,7 +41,7 @@
"prepublishOnly": "npm run clean && npm run build" "prepublishOnly": "npm run clean && npm run build"
}, },
"dependencies": { "dependencies": {
"@types/d3": "^3.5.43", "@types/d3": "^3.5.44",
"d3": "^3.5.17", "d3": "^3.5.17",
"d3tooltip": "^1.3.0", "d3tooltip": "^1.3.0",
"deepmerge": "^4.2.2", "deepmerge": "^4.2.2",
@ -49,6 +49,6 @@
"ramda": "^0.27.1" "ramda": "^0.27.1"
}, },
"devDependencies": { "devDependencies": {
"@types/ramda": "^0.27.17" "@types/ramda": "^0.27.40"
} }
} }

View File

@ -41,7 +41,7 @@
"ramda": "^0.27.1" "ramda": "^0.27.1"
}, },
"devDependencies": { "devDependencies": {
"@types/ramda": "^0.27.17" "@types/ramda": "^0.27.40"
}, },
"peerDependencies": { "peerDependencies": {
"@types/d3": "^3.5.43", "@types/d3": "^3.5.43",

View File

@ -36,35 +36,35 @@
"prepublishOnly": "npm run clean && npm run build" "prepublishOnly": "npm run clean && npm run build"
}, },
"dependencies": { "dependencies": {
"@rjsf/core": "^2.4.0", "@rjsf/core": "^2.5.1",
"@types/base16": "^1.0.2", "@types/base16": "^1.0.2",
"@types/codemirror": "^0.0.97", "@types/codemirror": "^0.0.97",
"@types/prop-types": "^15.7.3", "@types/prop-types": "^15.7.3",
"@types/react-select": "^3.1.2", "@types/react-select": "^3.1.2",
"@types/redux-devtools-themes": "^1.0.0", "@types/redux-devtools-themes": "^1.0.0",
"@types/simple-element-resize-detector": "^1.3.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", "base16": "^1.0.0",
"codemirror": "^5.56.0", "codemirror": "^5.61.1",
"color": "^3.1.2", "color": "^3.1.3",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react-icons": "^3.10.0", "react-icons": "^3.11.0",
"react-select": "^3.1.0", "react-select": "^3.2.0",
"redux-devtools-themes": "^1.0.0", "redux-devtools-themes": "^1.0.0",
"simple-element-resize-detector": "^1.3.0", "simple-element-resize-detector": "^1.3.0",
"styled-components": "^5.1.1" "styled-components": "^5.3.0"
}, },
"devDependencies": { "devDependencies": {
"@storybook/addon-essentials": "^6.0.21", "@storybook/addon-essentials": "^6.2.9",
"@storybook/react": "^6.0.21", "@storybook/react": "^6.2.9",
"@types/enzyme": "^3.10.5", "@types/enzyme": "^3.10.8",
"@types/enzyme-adapter-react-16": "^1.0.6", "@types/enzyme-adapter-react-16": "^1.0.6",
"csstype": "^3.0.2", "csstype": "^3.0.8",
"enzyme": "^3.11.0", "enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3", "enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.5.0", "enzyme-to-json": "^3.6.2",
"react": "^16.13.1", "react": "^16.14.0",
"react-dom": "^16.13.1", "react-dom": "^16.14.0",
"react-is": "^16.13.1" "react-is": "^16.13.1"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -2,10 +2,10 @@
exports[`Button renders correctly 1`] = ` exports[`Button renders correctly 1`] = `
<div <div
class="sc-AxhUy dkmwYZ" class="sc-eCApnc fBsDrg"
> >
<button <button
class="sc-AxiKw jvXzBz" class="sc-dlnjwi YTVoL"
> >
Text Text
</button> </button>

View File

@ -2,7 +2,7 @@
exports[`Container renders correctly 1`] = ` exports[`Container renders correctly 1`] = `
<div <div
class="sc-AxjAm eccWTt" class="sc-bdnxRM cJyPfD"
> >
Text Text
</div> </div>

View File

@ -2,7 +2,7 @@
exports[`ContextMenu renders correctly 1`] = ` exports[`ContextMenu renders correctly 1`] = `
<div <div
class="sc-AxgMl jioOqg" class="sc-jSFjdj hRVwnq"
> >
<button <button
value="Menu Item 1" value="Menu Item 1"

View File

@ -2,7 +2,7 @@
exports[`Dialog renders correctly 1`] = ` exports[`Dialog renders correctly 1`] = `
<div <div
class="sc-fzozJi bUabZV" class="sc-pNWdM flJpeN"
> >
<div /> <div />
<div> <div>
@ -21,19 +21,19 @@ exports[`Dialog renders correctly 1`] = `
class="mc-dialog--footer" class="mc-dialog--footer"
> >
<div <div
class="sc-AxhUy dkmwYZ" class="sc-eCApnc fBsDrg"
> >
<button <button
class="sc-AxiKw jvXzBz" class="sc-dlnjwi YTVoL"
> >
Cancel Cancel
</button> </button>
</div> </div>
<div <div
class="sc-AxhUy dkmwYZ" class="sc-eCApnc fBsDrg"
> >
<button <button
class="sc-AxiKw kAYmfb" class="sc-dlnjwi erIiXz"
> >
Submit Submit
</button> </button>
@ -45,7 +45,7 @@ exports[`Dialog renders correctly 1`] = `
exports[`Dialog renders modal 1`] = ` exports[`Dialog renders modal 1`] = `
<div <div
class="sc-fzozJi bUabZV" class="sc-pNWdM flJpeN"
> >
<div /> <div />
<div> <div>
@ -61,19 +61,19 @@ exports[`Dialog renders modal 1`] = `
class="mc-dialog--footer" class="mc-dialog--footer"
> >
<div <div
class="sc-AxhUy dkmwYZ" class="sc-eCApnc fBsDrg"
> >
<button <button
class="sc-AxiKw jvXzBz" class="sc-dlnjwi YTVoL"
> >
Cancel Cancel
</button> </button>
</div> </div>
<div <div
class="sc-AxhUy dkmwYZ" class="sc-eCApnc fBsDrg"
> >
<button <button
class="sc-AxiKw kAYmfb" class="sc-dlnjwi erIiXz"
> >
Submit Submit
</button> </button>
@ -85,7 +85,7 @@ exports[`Dialog renders modal 1`] = `
exports[`Dialog renders with props 1`] = ` exports[`Dialog renders with props 1`] = `
<div <div
class="sc-fzozJi eNoXNi" class="sc-pNWdM eCTPkG"
open="" open=""
> >
<div /> <div />
@ -109,19 +109,19 @@ exports[`Dialog renders with props 1`] = `
class="mc-dialog--footer" class="mc-dialog--footer"
> >
<div <div
class="sc-AxhUy dkmwYZ" class="sc-eCApnc fBsDrg"
> >
<button <button
class="sc-AxiKw jvXzBz" class="sc-dlnjwi YTVoL"
> >
Cancel Cancel
</button> </button>
</div> </div>
<div <div
class="sc-AxhUy dkmwYZ" class="sc-eCApnc fBsDrg"
> >
<button <button
class="sc-AxiKw kAYmfb" class="sc-dlnjwi erIiXz"
> >
Submit Submit
</button> </button>

View File

@ -12,7 +12,7 @@ exports[`Editor renders correctly 1`] = `
> >
<styled.div> <styled.div>
<div <div
className="sc-fzoLsD fnGkfM" className="sc-jrsJWt bGGtuw"
/> />
</styled.div> </styled.div>
</Editor> </Editor>

View File

@ -2,7 +2,7 @@
exports[`Notification renders correctly 1`] = ` exports[`Notification renders correctly 1`] = `
<div <div
class="sc-fznKkj ibIwiW" class="sc-dIsUp cNjybr"
type="info" type="info"
> >
<span> <span>
@ -13,7 +13,7 @@ exports[`Notification renders correctly 1`] = `
exports[`Notification renders with props 1`] = ` exports[`Notification renders with props 1`] = `
<div <div
class="sc-fznKkj ibIwiW" class="sc-dIsUp cNjybr"
type="error" type="error"
> >
<svg <svg

View File

@ -2,7 +2,7 @@
exports[`SegmentedControl renders correctly 1`] = ` exports[`SegmentedControl renders correctly 1`] = `
<div <div
class="sc-fznyAO jQfpYK" class="sc-crzoAE bFkxJ"
> >
<button <button
data-selected="true" data-selected="true"

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
exports[`Slider renders correctly 1`] = ` exports[`Slider renders correctly 1`] = `
<div <div
class="sc-AxheI gaYXK" class="sc-gKAaRy kGUJQC"
> >
<input <input
max="100" max="100"
@ -15,7 +15,7 @@ exports[`Slider renders correctly 1`] = `
exports[`Slider renders with props 1`] = ` exports[`Slider renders with props 1`] = `
<div <div
class="sc-AxheI goWhEX" class="sc-gKAaRy jCQInr"
disabled="" disabled=""
> >
<label> <label>

View File

@ -2,10 +2,10 @@
exports[`Tabs renders correctly 1`] = ` exports[`Tabs renders correctly 1`] = `
<div <div
class="sc-fzplWN iQpDbE" class="sc-iqAclL lhAsMF"
> >
<div <div
class="sc-fzpans gRdChJ" class="sc-kEqXSa GgFRW"
> >
<div> <div>
<button <button
@ -30,10 +30,10 @@ exports[`Tabs renders correctly 1`] = `
exports[`Tabs renders tabs without inner components 1`] = ` exports[`Tabs renders tabs without inner components 1`] = `
<div <div
class="sc-fzplWN iQpDbE" class="sc-iqAclL lhAsMF"
> >
<div <div
class="sc-fzpans gRdChJ" class="sc-kEqXSa GgFRW"
> >
<div> <div>
<button <button
@ -94,10 +94,10 @@ exports[`Tabs renders tabs without inner components 1`] = `
exports[`Tabs renders with props 1`] = ` exports[`Tabs renders with props 1`] = `
<div <div
class="sc-fzplWN iQpDbE" class="sc-iqAclL lhAsMF"
> >
<div <div
class="sc-fzpans gRdChJ" class="sc-kEqXSa GgFRW"
> >
<div> <div>
<button <button

View File

@ -2,28 +2,28 @@
exports[`Toolbar renders correctly 1`] = ` exports[`Toolbar renders correctly 1`] = `
<div <div
class="sc-fznZeY bcKxBO" class="sc-bqGGPW epxzCc"
> >
<div <div
class="sc-AxhUy dkmwYZ" class="sc-eCApnc fBsDrg"
> >
<button <button
class="sc-AxiKw jvXzBz" class="sc-dlnjwi YTVoL"
> >
1 1
</button> </button>
</div> </div>
<div <div
class="sc-fzokOt drZiIn" class="sc-ksluID Osoke"
/> />
<div <div
class="sc-fzqBZW kjCEpb" class="sc-hBMUJo eOpmnQ"
/> />
<div <div
class="sc-AxhUy dkmwYZ" class="sc-eCApnc fBsDrg"
> >
<button <button
class="sc-AxiKw jvXzBz" class="sc-dlnjwi YTVoL"
> >
2 2
</button> </button>
@ -33,6 +33,6 @@ exports[`Toolbar renders correctly 1`] = `
exports[`Toolbar renders with props 1`] = ` exports[`Toolbar renders with props 1`] = `
<div <div
class="sc-fznZeY csZTMz" class="sc-bqGGPW cWsbPt"
/> />
`; `;

View File

@ -42,10 +42,10 @@
"prepublishOnly": "npm run clean && npm run build" "prepublishOnly": "npm run clean && npm run build"
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.19" "lodash": "^4.17.21"
}, },
"devDependencies": { "devDependencies": {
"@types/lodash": "^4.14.159", "@types/lodash": "^4.14.170",
"immutable": "^4.0.0-rc.12" "immutable": "^4.0.0-rc.12"
} }
} }

View File

@ -41,8 +41,8 @@
"@types/base16": "^1.0.2", "@types/base16": "^1.0.2",
"@types/lodash.curry": "^4.1.6", "@types/lodash.curry": "^4.1.6",
"base16": "^1.0.0", "base16": "^1.0.0",
"color": "^3.1.2", "color": "^3.1.3",
"csstype": "^3.0.2", "csstype": "^3.0.8",
"lodash.curry": "^4.1.1" "lodash.curry": "^4.1.1"
}, },
"devDependencies": { "devDependencies": {

View File

@ -47,17 +47,17 @@
}, },
"devDependencies": { "devDependencies": {
"@types/lodash.debounce": "^4.0.6", "@types/lodash.debounce": "^4.0.6",
"@types/react": "^16.9.46", "@types/react": "^16.14.8",
"@types/react-dom": "^16.9.8", "@types/react-dom": "^16.9.13",
"@types/react-test-renderer": "^16.9.3", "@types/react-test-renderer": "^16.9.5",
"@types/styled-components": "^5.1.2", "@types/styled-components": "^5.1.10",
"react": "^16.13.1", "react": "^16.14.0",
"react-bootstrap": "^1.3.0", "react-bootstrap": "^1.6.1",
"react-dom": "^16.13.1", "react-dom": "^16.14.0",
"react-hot-loader": "^4.12.21", "react-hot-loader": "^4.13.0",
"react-icons": "^3.10.0", "react-icons": "^3.11.0",
"react-test-renderer": "^16.13.1", "react-test-renderer": "^16.14.0",
"styled-components": "^5.1.1" "styled-components": "^5.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0",

View File

@ -21,14 +21,14 @@
}, },
"dependencies": { "dependencies": {
"immutable": "^4.0.0-rc.12", "immutable": "^4.0.0-rc.12",
"react": "^16.13.1", "react": "^16.14.0",
"react-base16-styling": "^0.8.0", "react-base16-styling": "^0.8.0",
"react-dom": "^16.13.1", "react-dom": "^16.14.0",
"react-json-tree": "^0.15.0" "react-json-tree": "^0.15.0"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^16.9.46", "@types/react": "^16.14.8",
"@types/react-dom": "^16.9.8" "@types/react-dom": "^16.9.13"
}, },
"private": true "private": true
} }

View File

@ -51,10 +51,10 @@
"react-base16-styling": "^0.8.0" "react-base16-styling": "^0.8.0"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^16.9.46", "@types/react": "^16.14.8",
"@types/react-test-renderer": "^16.9.3", "@types/react-test-renderer": "^16.9.5",
"react": "^16.13.1", "react": "^16.14.0",
"react-test-renderer": "^16.13.1" "react-test-renderer": "^16.14.0"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0",

View File

@ -46,29 +46,29 @@
"@redux-devtools/slider-monitor": "^2.0.0-8", "@redux-devtools/slider-monitor": "^2.0.0-8",
"d3-state-visualizer": "^1.4.0", "d3-state-visualizer": "^1.4.0",
"devui": "^1.0.0-9", "devui": "^1.0.0-9",
"javascript-stringify": "^2.0.1", "javascript-stringify": "^2.1.0",
"jsan": "^3.1.13", "jsan": "^3.1.13",
"jsondiffpatch": "^0.4.1", "jsondiffpatch": "^0.4.1",
"localforage": "^1.9.0", "localforage": "^1.9.0",
"lodash": "^4.17.19", "lodash": "^4.17.21",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react-icons": "^3.10.0", "react-icons": "^3.11.0",
"react-is": "^16.13.1", "react-is": "^16.13.1",
"react-redux": "^7.2.1", "react-redux": "^7.2.4",
"redux": "^4.0.5", "redux": "^4.1.0",
"redux-persist": "^4.10.2", "redux-persist": "^4.10.2",
"socketcluster-client": "^14.3.1", "socketcluster-client": "^14.3.2",
"styled-components": "^5.1.1" "styled-components": "^5.3.0"
}, },
"devDependencies": { "devDependencies": {
"@rjsf/core": "^2.4.0", "@rjsf/core": "^2.5.1",
"@types/json-schema": "^7.0.6", "@types/json-schema": "^7.0.7",
"@types/socketcluster-client": "^13.0.3", "@types/socketcluster-client": "^13.0.4",
"enzyme": "^3.11.0", "enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3", "enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.5.0", "enzyme-to-json": "^3.6.2",
"react": "^16.13.1", "react": "^16.14.0",
"react-dom": "^16.13.1" "react-dom": "^16.14.0"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^16.3.0 || ^17.0.0" "react": "^16.3.0 || ^17.0.0"

View File

@ -54,6 +54,8 @@ export default function configureStore(
const store = createStore( const store = createStore(
rootReducer, rootReducer,
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
restoredState, restoredState,
composeEnhancers(applyMiddleware(exportState, api)) composeEnhancers(applyMiddleware(exportState, api))
); );

View File

@ -47,9 +47,9 @@
}, },
"devDependencies": { "devDependencies": {
"@redux-devtools/core": "^3.9.0", "@redux-devtools/core": "^3.9.0",
"@types/react": "^16.9.46", "@types/react": "^16.14.8",
"react": "^16.13.1", "react": "^16.14.0",
"redux": "^4.0.5" "redux": "^4.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.7.0", "@redux-devtools/core": "^3.7.0",

View File

@ -43,38 +43,38 @@
}, },
"dependencies": { "dependencies": {
"@redux-devtools/app": "^1.0.0-8", "@redux-devtools/app": "^1.0.0-8",
"@types/react": "^16.9.46", "@types/react": "^16.14.8",
"apollo-server": "^2.18.2", "apollo-server": "^2.25.1",
"apollo-server-express": "^2.18.2", "apollo-server-express": "^2.25.1",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"chalk": "^4.1.0", "chalk": "^4.1.1",
"cors": "^2.8.5", "cors": "^2.8.5",
"cross-spawn": "^7.0.3", "cross-spawn": "^7.0.3",
"electron": "^13.1.1", "electron": "^13.1.2",
"express": "^4.17.1", "express": "^4.17.1",
"getport": "^0.1.0", "getport": "^0.1.0",
"graphql": "^14.7.0", "graphql": "^14.7.0",
"knex": "^0.19.5", "knex": "^0.19.5",
"lodash": "^4.17.19", "lodash": "^4.17.21",
"minimist": "^1.2.5", "minimist": "^1.2.5",
"morgan": "^1.10.0", "morgan": "^1.10.0",
"open": "^7.1.0", "open": "^7.4.2",
"react": "^16.13.1", "react": "^16.14.0",
"react-dom": "^16.13.1", "react-dom": "^16.14.0",
"semver": "^7.3.2", "semver": "^7.3.5",
"socketcluster": "^14.4.2", "socketcluster": "^14.4.2",
"sqlite3": "^5.0.0", "sqlite3": "^5.0.2",
"uuid": "^8.3.0" "uuid": "^8.3.2"
}, },
"devDependencies": { "devDependencies": {
"@types/cross-spawn": "^6.0.2", "@types/cross-spawn": "^6.0.2",
"@types/morgan": "^1.9.1", "@types/morgan": "^1.9.2",
"@types/semver": "^7.3.4", "@types/semver": "^7.3.6",
"@types/supertest": "^2.0.10", "@types/supertest": "^2.0.11",
"@types/uuid": "^8.3.0", "@types/uuid": "^8.3.0",
"jest": "^26.2.2", "jest": "^26.6.3",
"ncp": "^2.0.0", "ncp": "^2.0.0",
"socketcluster-client": "^14.3.1", "socketcluster-client": "^14.3.2",
"supertest": "^4.0.2" "supertest": "^4.0.2"
} }
} }

View File

@ -48,9 +48,9 @@
"devDependencies": { "devDependencies": {
"@redux-devtools/core": "^3.9.0", "@redux-devtools/core": "^3.9.0",
"@types/parse-key": "^0.2.0", "@types/parse-key": "^0.2.0",
"@types/react": "^16.9.46", "@types/react": "^16.14.8",
"react": "^16.13.1", "react": "^16.14.0",
"redux": "^4.0.5" "redux": "^4.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.7.0", "@redux-devtools/core": "^3.7.0",

View File

@ -46,11 +46,11 @@
"@types/prop-types": "^15.7.3", "@types/prop-types": "^15.7.3",
"devui": "^1.0.0-9", "devui": "^1.0.0-9",
"es6template": "^1.0.5", "es6template": "^1.0.5",
"javascript-stringify": "^2.0.1", "javascript-stringify": "^2.1.0",
"jsan": "^3.1.13", "jsan": "^3.1.13",
"object-path": "^0.11.4", "object-path": "^0.11.5",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react-icons": "^3.10.0", "react-icons": "^3.11.0",
"simple-diff": "^1.6.0" "simple-diff": "^1.6.0"
}, },
"devDependencies": { "devDependencies": {
@ -58,27 +58,27 @@
"@redux-devtools/dock-monitor": "^1.4.0", "@redux-devtools/dock-monitor": "^1.4.0",
"@redux-devtools/inspector-monitor": "^1.0.0", "@redux-devtools/inspector-monitor": "^1.0.0",
"@types/es6template": "^1.0.0", "@types/es6template": "^1.0.0",
"@types/history": "^4.7.7", "@types/history": "^4.7.8",
"@types/jsan": "^3.1.0", "@types/jsan": "^3.1.0",
"@types/lodash.shuffle": "^4.2.6", "@types/lodash.shuffle": "^4.2.6",
"@types/object-path": "^0.11.0", "@types/object-path": "^0.11.0",
"@types/react": "^16.9.46", "@types/react": "^16.14.8",
"@types/react-router": "^5.1.8", "@types/react-router": "^5.1.15",
"@types/redux-logger": "^3.0.8", "@types/redux-logger": "^3.0.8",
"@types/simple-diff": "^1.6.0", "@types/simple-diff": "^1.6.0",
"connected-react-router": "^6.8.0", "connected-react-router": "^6.9.1",
"enzyme": "^3.11.0", "enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3", "enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.5.0", "enzyme-to-json": "^3.6.2",
"history": "^4.10.1", "history": "^4.10.1",
"immutable": "^4.0.0-rc.12", "immutable": "^4.0.0-rc.12",
"jest": "^26.2.2", "jest": "^26.6.3",
"lodash.shuffle": "^4.2.0", "lodash.shuffle": "^4.2.0",
"react": "^16.13.1", "react": "^16.14.0",
"react-dom": "^16.13.1", "react-dom": "^16.14.0",
"react-redux": "^7.2.1", "react-redux": "^7.2.4",
"react-router": "^5.2.0", "react-router": "^5.2.0",
"redux": "^4.0.5", "redux": "^4.1.0",
"redux-logger": "^3.0.6", "redux-logger": "^3.0.6",
"seamless-immutable": "^7.1.4" "seamless-immutable": "^7.1.4"
}, },

View File

@ -28,10 +28,10 @@
"prepublishOnly": "npm run clean && npm run build" "prepublishOnly": "npm run clean && npm run build"
}, },
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.10.4", "@babel/code-frame": "^7.14.5",
"@types/chrome": "^0.0.124", "@types/chrome": "^0.0.124",
"anser": "^1.4.9", "anser": "^1.4.10",
"html-entities": "^1.3.1", "html-entities": "^1.4.0",
"redux-devtools-themes": "^1.0.0", "redux-devtools-themes": "^1.0.0",
"settle-promise": "^1.0.0" "settle-promise": "^1.0.0"
}, },
@ -39,18 +39,18 @@
"@redux-devtools/core": "^3.9.0", "@redux-devtools/core": "^3.9.0",
"@redux-devtools/inspector-monitor": "^1.0.0", "@redux-devtools/inspector-monitor": "^1.0.0",
"@types/babel__code-frame": "^7.0.2", "@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/enzyme-adapter-react-16": "^1.0.6",
"@types/html-entities": "^1.2.16", "@types/html-entities": "^1.3.4",
"@types/react": "^16.9.46", "@types/react": "^16.14.8",
"@types/redux-devtools-themes": "^1.0.0", "@types/redux-devtools-themes": "^1.0.0",
"enzyme": "^3.11.0", "enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3", "enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.5.0", "enzyme-to-json": "^3.6.2",
"react": "^16.13.1", "react": "^16.14.0",
"react-dom": "^16.13.1", "react-dom": "^16.14.0",
"react-test-renderer": "^16.13.1", "react-test-renderer": "^16.14.0",
"redux": "^4.0.5" "redux": "^4.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/inspector-monitor": "^1.0.0", "@redux-devtools/inspector-monitor": "^1.0.0",

View File

@ -42,10 +42,10 @@
"dateformat": "^3.0.3", "dateformat": "^3.0.3",
"hex-rgba": "^1.0.2", "hex-rgba": "^1.0.2",
"immutable": "^4.0.0-rc.12", "immutable": "^4.0.0-rc.12",
"javascript-stringify": "^2.0.1", "javascript-stringify": "^2.1.0",
"jsondiffpatch": "^0.4.1", "jsondiffpatch": "^0.4.1",
"jss": "^10.3.0", "jss": "^10.6.0",
"jss-preset-default": "^10.3.0", "jss-preset-default": "^10.6.0",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react-base16-styling": "^0.8.0", "react-base16-styling": "^0.8.0",
@ -58,22 +58,22 @@
"@redux-devtools/dock-monitor": "^1.4.0", "@redux-devtools/dock-monitor": "^1.4.0",
"@types/dateformat": "^3.0.1", "@types/dateformat": "^3.0.1",
"@types/hex-rgba": "^1.0.0", "@types/hex-rgba": "^1.0.0",
"@types/history": "^4.7.7", "@types/history": "^4.7.8",
"@types/lodash.shuffle": "^4.2.6", "@types/lodash.shuffle": "^4.2.6",
"@types/react": "^16.9.46", "@types/react": "^16.14.8",
"@types/react-dragula": "^1.1.0", "@types/react-dragula": "^1.1.0",
"@types/react-router": "^5.1.8", "@types/react-router": "^5.1.15",
"@types/redux-logger": "^3.0.8", "@types/redux-logger": "^3.0.8",
"base16": "^1.0.0", "base16": "^1.0.0",
"connected-react-router": "^6.8.0", "connected-react-router": "^6.9.1",
"history": "^4.10.1", "history": "^4.10.1",
"lodash.shuffle": "^4.2.0", "lodash.shuffle": "^4.2.0",
"react": "^16.13.1", "react": "^16.14.0",
"react-bootstrap": "^1.3.0", "react-bootstrap": "^1.6.1",
"react-dom": "^16.13.1", "react-dom": "^16.14.0",
"react-redux": "^7.2.1", "react-redux": "^7.2.4",
"react-router": "^5.2.0", "react-router": "^5.2.0",
"redux": "^4.0.5", "redux": "^4.1.0",
"redux-logger": "^3.0.6", "redux-logger": "^3.0.6",
"seamless-immutable": "^7.1.4" "seamless-immutable": "^7.1.4"
}, },

View File

@ -40,14 +40,13 @@
"prepublishOnly": "npm run clean && npm run build" "prepublishOnly": "npm run clean && npm run build"
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.19", "lodash": "^4.17.21"
"symbol-observable": "^2.0.3"
}, },
"devDependencies": { "devDependencies": {
"@types/lodash": "^4.14.159", "@types/lodash": "^4.14.170",
"jest": "^26.2.2", "jest": "^26.6.3",
"redux": "^4.0.5", "redux": "^4.1.0",
"rxjs": "^6.6.2" "rxjs": "^6.6.7"
}, },
"peerDependencies": { "peerDependencies": {
"redux": "^3.4.0 || ^4.0.0" "redux": "^3.4.0 || ^4.0.0"

View File

@ -1,7 +1,7 @@
import difference from 'lodash/difference'; import difference from 'lodash/difference';
import union from 'lodash/union'; import union from 'lodash/union';
import isPlainObject from 'lodash/isPlainObject'; import isPlainObject from 'lodash/isPlainObject';
import $$observable from 'symbol-observable'; import $$observable from './symbol-observable';
import { import {
Action, Action,
Observable, Observable,

View File

@ -0,0 +1,10 @@
declare global {
interface SymbolConstructor {
readonly observable: symbol;
}
}
const $$observable = /* #__PURE__ */ (() =>
(typeof Symbol === 'function' && Symbol.observable) || '@@observable')();
export default $$observable;

View File

@ -50,9 +50,9 @@
}, },
"devDependencies": { "devDependencies": {
"@redux-devtools/core": "^3.9.0", "@redux-devtools/core": "^3.9.0",
"@types/react": "^16.9.46", "@types/react": "^16.14.8",
"react": "^16.13.1", "react": "^16.14.0",
"redux": "^4.0.5" "redux": "^4.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.7.0", "@redux-devtools/core": "^3.7.0",

View File

@ -19,19 +19,19 @@
"@redux-devtools/dock-monitor": "^1.4.0", "@redux-devtools/dock-monitor": "^1.4.0",
"@redux-devtools/log-monitor": "^2.3.0", "@redux-devtools/log-monitor": "^2.3.0",
"@redux-devtools/slider-monitor": "^2.0.0-8", "@redux-devtools/slider-monitor": "^2.0.0-8",
"classnames": "^2.2.6", "classnames": "^2.3.1",
"react": "^16.13.1", "react": "^16.14.0",
"react-dom": "^16.13.1", "react-dom": "^16.14.0",
"react-hot-loader": "^4.12.21", "react-hot-loader": "^4.13.0",
"react-redux": "^7.2.1", "react-redux": "^7.2.4",
"redux": "^4.0.5", "redux": "^4.1.0",
"todomvc-app-css": "^2.3.0" "todomvc-app-css": "^2.4.1"
}, },
"devDependencies": { "devDependencies": {
"@types/classnames": "^2.2.10", "@types/classnames": "^2.3.1",
"@types/react": "^16.9.46", "@types/react": "^16.14.8",
"@types/react-dom": "^16.9.8", "@types/react-dom": "^16.9.13",
"@types/react-redux": "^7.1.9" "@types/react-redux": "^7.1.16"
}, },
"private": true "private": true
} }

View File

@ -39,9 +39,9 @@
}, },
"devDependencies": { "devDependencies": {
"@redux-devtools/core": "^3.9.0", "@redux-devtools/core": "^3.9.0",
"@types/react": "^16.9.46", "@types/react": "^16.14.8",
"react": "^16.13.1", "react": "^16.14.0",
"redux": "^4.0.5" "redux": "^4.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.7.0", "@redux-devtools/core": "^3.7.0",

View File

@ -37,9 +37,9 @@
"get-params": "^0.1.2", "get-params": "^0.1.2",
"immutable": "^4.0.0-rc.12", "immutable": "^4.0.0-rc.12",
"jsan": "^3.1.13", "jsan": "^3.1.13",
"lodash": "^4.17.19", "lodash": "^4.17.21",
"nanoid": "^3.1.12", "nanoid": "^3.1.23",
"redux": "^4.0.5" "redux": "^4.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.7.0", "@redux-devtools/core": "^3.7.0",

View File

@ -23,19 +23,19 @@
"@redux-devtools/dock-monitor": "^1.4.0", "@redux-devtools/dock-monitor": "^1.4.0",
"@redux-devtools/log-monitor": "^2.3.0", "@redux-devtools/log-monitor": "^2.3.0",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react": "^16.13.1", "react": "^16.14.0",
"react-dom": "^16.13.1", "react-dom": "^16.14.0",
"react-hot-loader": "^4.12.21", "react-hot-loader": "^4.13.0",
"react-redux": "^7.2.1", "react-redux": "^7.2.4",
"redux": "^4.0.5", "redux": "^4.1.0",
"redux-thunk": "^2.3.0" "redux-thunk": "^2.3.0"
}, },
"devDependencies": { "devDependencies": {
"@types/prop-types": "^15.7.3", "@types/prop-types": "^15.7.3",
"@types/react": "^16.9.46", "@types/react": "^16.14.8",
"@types/react-dom": "^16.9.8", "@types/react-dom": "^16.9.13",
"@types/react-redux": "^7.1.9", "@types/react-redux": "^7.1.16",
"@types/webpack-env": "^1.15.2" "@types/webpack-env": "^1.16.0"
}, },
"private": true "private": true
} }

View File

@ -34,21 +34,21 @@
"@redux-devtools/core": "^3.9.0", "@redux-devtools/core": "^3.9.0",
"@redux-devtools/dock-monitor": "^1.4.0", "@redux-devtools/dock-monitor": "^1.4.0",
"@redux-devtools/log-monitor": "^2.3.0", "@redux-devtools/log-monitor": "^2.3.0",
"classnames": "^2.2.6", "classnames": "^2.3.1",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react": "^16.13.1", "react": "^16.14.0",
"react-dom": "^16.13.1", "react-dom": "^16.14.0",
"react-hot-loader": "^4.12.21", "react-hot-loader": "^4.13.0",
"react-redux": "^7.2.1", "react-redux": "^7.2.4",
"redux": "^4.0.5", "redux": "^4.1.0",
"todomvc-app-css": "^2.3.0" "todomvc-app-css": "^2.4.1"
}, },
"devDependencies": { "devDependencies": {
"@types/classnames": "^2.2.10", "@types/classnames": "^2.3.1",
"@types/prop-types": "^15.7.3", "@types/prop-types": "^15.7.3",
"@types/react": "^16.9.46", "@types/react": "^16.14.8",
"@types/react-dom": "^16.9.8", "@types/react-dom": "^16.9.13",
"@types/react-redux": "^7.1.9" "@types/react-redux": "^7.1.16"
}, },
"private": true "private": true
} }

View File

@ -42,16 +42,16 @@
"dependencies": { "dependencies": {
"@redux-devtools/instrument": "^1.11.0", "@redux-devtools/instrument": "^1.11.0",
"@types/prop-types": "^15.7.3", "@types/prop-types": "^15.7.3",
"lodash": "^4.17.19", "lodash": "^4.17.21",
"prop-types": "^15.7.2" "prop-types": "^15.7.2"
}, },
"devDependencies": { "devDependencies": {
"@types/lodash": "^4.14.159", "@types/lodash": "^4.14.170",
"@types/react": "^16.3.18", "@types/react": "^16.14.8",
"@types/react-redux": "^7.1.9", "@types/react-redux": "^7.1.16",
"react": "^16.13.1", "react": "^16.14.0",
"react-redux": "^7.2.1", "react-redux": "^7.2.4",
"redux": "^4.0.5" "redux": "^4.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^0.14.9 || ^15.3.0 || ^16.0.0 || ^17.0.0", "react": "^0.14.9 || ^15.3.0 || ^16.0.0 || ^17.0.0",

12043
yarn.lock

File diff suppressed because it is too large Load Diff