chore(deps): update all non-major dependencies (#860)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-09-20 21:49:13 +00:00 committed by GitHub
parent 80efa75706
commit aa5b2a756e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
29 changed files with 869 additions and 751 deletions

View File

@ -62,9 +62,9 @@
"@babel/preset-typescript": "^7.15.0",
"@babel/register": "^7.15.3",
"@types/chrome": "^0.0.157",
"@types/lodash": "^4.14.172",
"@types/lodash": "^4.14.173",
"@types/react": "^16.14.15",
"@types/react-dom": "^16.9.13",
"@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.18",
"@types/styled-components": "^5.1.14",
"babel-loader": "^8.2.2",
@ -72,7 +72,7 @@
"chromedriver": "^93.0.1",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"css-loader": "^6.3.0",
"electron": "^14.0.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
@ -80,13 +80,13 @@
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react": "^7.25.3",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.3.3",
"gitbook-cli": "^2.3.2",
"immutable": "^4.0.0-rc.14",
"jest": "^27.2.0",
"immutable": "^4.0.0-rc.15",
"jest": "^27.2.1",
"path-browserify": "^1.0.1",
"pug-html-loader": "^1.1.5",
"raw-loader": "^4.0.2",
@ -98,7 +98,7 @@
"style-loader": "^3.2.1",
"ts-jest": "^27.0.5",
"typescript": "~4.3.5",
"webpack": "^5.52.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0"
}
}

View File

@ -1,12 +1,12 @@
{
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-react": "^7.25.3",
"lerna": "^4.0.0",
"prettier": "2.4.1",
"typescript": "~4.3.5"

View File

@ -29,7 +29,7 @@
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/node": "^14.17.15",
"@types/node": "^14.17.17",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.1.0",
"babel-loader": "^8.2.2",
@ -37,7 +37,7 @@
"html-webpack-plugin": "^5.3.2",
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"webpack": "^5.52.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
}

View File

@ -47,22 +47,22 @@
"ramda": "^0.27.1"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/node": "^14.17.15",
"@types/node": "^14.17.17",
"@types/ramda": "^0.27.44",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"rimraf": "^3.0.2",
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"webpack": "^5.52.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0"
}
}

View File

@ -39,16 +39,16 @@
"ramda": "^0.27.1"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/d3": "^3.5.45",
"@types/node": "^14.17.15",
"@types/node": "^14.17.17",
"@types/ramda": "^0.27.44",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"babel-loader": "^8.2.2",
"d3": "^3.5.17",
"eslint": "^7.32.0",
@ -56,7 +56,7 @@
"rimraf": "^3.0.2",
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"webpack": "^5.52.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0"
},
"peerDependencies": {

View File

@ -43,27 +43,27 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.172",
"@types/node": "^14.17.15",
"@types/lodash": "^4.14.173",
"@types/node": "^14.17.17",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"immutable": "^4.0.0-rc.14",
"jest": "^27.2.0",
"eslint-plugin-jest": "^24.4.2",
"immutable": "^4.0.0-rc.15",
"jest": "^27.2.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"webpack": "^5.52.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0"
}
}

View File

@ -37,26 +37,26 @@
},
"dependencies": {
"@types/base16": "^1.0.2",
"@types/lodash": "^4.14.172",
"@types/lodash": "^4.14.173",
"base16": "^1.0.0",
"color": "^4.0.1",
"csstype": "^3.0.9",
"lodash.curry": "^4.1.1"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/color": "^3.0.2",
"@types/jest": "^27.0.1",
"@types/lodash.curry": "^4.1.6",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"jest": "^27.2.0",
"eslint-plugin-jest": "^24.4.2",
"jest": "^27.2.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.5",
"typescript": "~4.3.5"

View File

@ -38,34 +38,34 @@
"prepublish": "yarn run type-check && yarn run lint && yarn run test"
},
"dependencies": {
"@types/lodash": "^4.14.172",
"@types/lodash": "^4.14.173",
"@types/prop-types": "^15.7.4",
"lodash.debounce": "^4.0.8",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.1",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^14.17.15",
"@types/node": "^14.17.17",
"@types/react": "^16.14.15",
"@types/react-dom": "^16.9.13",
"@types/react-dom": "^16.9.14",
"@types/react-test-renderer": "^16.9.5",
"@types/styled-components": "^5.1.14",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-react": "^7.25.1",
"jest": "^27.2.0",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-react": "^7.25.3",
"jest": "^27.2.1",
"react": "^16.14.0",
"react-bootstrap": "^1.6.3",
"react-dom": "^16.14.0",
@ -78,7 +78,7 @@
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"webpack": "^5.52.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
},

View File

@ -18,7 +18,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"immutable": "^4.0.0-rc.14",
"immutable": "^4.0.0-rc.15",
"react": "^16.14.0",
"react-base16-styling": "^0.8.0",
"react-dom": "^16.14.0",
@ -29,20 +29,20 @@
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/node": "^14.17.15",
"@types/node": "^14.17.17",
"@types/react": "^16.14.15",
"@types/react-dom": "^16.9.13",
"@types/react-dom": "^16.9.14",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react": "^7.25.3",
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"webpack": "^5.52.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
}

View File

@ -49,31 +49,31 @@
"react-base16-styling": "^0.8.0"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.1",
"@types/node": "^14.17.15",
"@types/node": "^14.17.17",
"@types/react": "^16.14.15",
"@types/react-test-renderer": "^16.9.5",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-react": "^7.25.1",
"jest": "^27.2.0",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-react": "^7.25.3",
"jest": "^27.2.1",
"react": "^16.14.0",
"react-test-renderer": "^16.14.0",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"webpack": "^5.52.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0"
},
"peerDependencies": {

View File

@ -61,7 +61,7 @@
"socketcluster-client": "^14.3.2"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
@ -72,32 +72,32 @@
"@types/jest": "^27.0.1",
"@types/jsan": "^3.1.2",
"@types/json-schema": "^7.0.9",
"@types/lodash": "^4.14.172",
"@types/node": "^14.17.15",
"@types/lodash": "^4.14.173",
"@types/node": "^14.17.17",
"@types/react": "^16.14.15",
"@types/react-dom": "^16.9.13",
"@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.18",
"@types/socketcluster-client": "^13.0.5",
"@types/styled-components": "^5.1.14",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.1.0",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@types/webpack-env": "^1.16.2",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"babel-loader": "^8.2.2",
"css-loader": "^6.2.0",
"css-loader": "^6.3.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-react": "^7.25.3",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.3.3",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.2.0",
"jest": "^27.2.1",
"path-browserify": "^1.0.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
@ -108,7 +108,7 @@
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"url-loader": "^4.1.1",
"webpack": "^5.52.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
},

View File

@ -44,18 +44,18 @@
"redux-devtools-themes": "^1.0.0"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@redux-devtools/core": "^3.9.0",
"@types/react": "^16.14.15",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react": "^7.25.3",
"react": "^16.14.0",
"redux": "^4.1.1",
"rimraf": "^3.0.2",

View File

@ -72,7 +72,7 @@
"@types/cross-spawn": "^6.0.2",
"@types/express": "^4.17.13",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.172",
"@types/lodash": "^4.14.173",
"@types/minimist": "^1.2.2",
"@types/morgan": "^1.9.3",
"@types/semver": "^7.3.8",
@ -82,12 +82,12 @@
"@types/styled-components": "^5.1.14",
"@types/supertest": "^2.0.11",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"jest": "^27.2.0",
"eslint-plugin-jest": "^24.4.2",
"jest": "^27.2.1",
"ncp": "^2.0.0",
"rimraf": "^3.0.2",
"socketcluster-client": "^14.3.2",

View File

@ -44,7 +44,7 @@
"react-dock": "^0.4.0"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
@ -52,11 +52,11 @@
"@redux-devtools/core": "^3.9.0",
"@types/parse-key": "^0.2.0",
"@types/react": "^16.14.15",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react": "^7.25.3",
"react": "^16.14.0",
"redux": "^4.1.1",
"rimraf": "^3.0.2",

View File

@ -47,13 +47,13 @@
"es6template": "^1.0.5",
"javascript-stringify": "^2.1.0",
"jsan": "^3.1.13",
"object-path": "^0.11.7",
"object-path": "^0.11.8",
"prop-types": "^15.7.2",
"react-icons": "^4.2.0",
"simple-diff": "^1.6.0"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
@ -69,7 +69,7 @@
"@types/jest": "^27.0.1",
"@types/jsan": "^3.1.2",
"@types/lodash.shuffle": "^4.2.6",
"@types/node": "^14.17.15",
"@types/node": "^14.17.17",
"@types/object-path": "^0.11.1",
"@types/react": "^16.14.15",
"@types/react-router": "^5.1.16",
@ -77,8 +77,8 @@
"@types/simple-diff": "^1.6.1",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
"connected-react-router": "^6.9.1",
@ -87,13 +87,13 @@
"enzyme-to-json": "^3.6.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-react": "^7.25.3",
"fork-ts-checker-webpack-plugin": "^6.3.3",
"history": "^4.10.1",
"html-webpack-plugin": "^5.3.2",
"immutable": "^4.0.0-rc.14",
"jest": "^27.2.0",
"immutable": "^4.0.0-rc.15",
"jest": "^27.2.1",
"lodash.shuffle": "^4.2.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
@ -106,7 +106,7 @@
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"webpack": "^5.52.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
},

View File

@ -35,7 +35,7 @@
"source-map": "^0.5.7"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
@ -51,16 +51,16 @@
"@types/react": "^16.14.15",
"@types/redux-devtools-themes": "^1.0.0",
"@types/source-map": "0.5.2",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-react": "^7.25.1",
"jest": "^27.2.0",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-react": "^7.25.3",
"jest": "^27.2.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-test-renderer": "^16.14.0",

View File

@ -36,15 +36,15 @@
"dependencies": {
"@babel/runtime": "^7.15.4",
"@types/dragula": "^3.7.1",
"@types/lodash": "^4.14.172",
"@types/lodash": "^4.14.173",
"@types/prop-types": "^15.7.4",
"dateformat": "^4.5.1",
"hex-rgba": "^1.0.2",
"immutable": "^4.0.0-rc.14",
"immutable": "^4.0.0-rc.15",
"javascript-stringify": "^2.1.0",
"jsondiffpatch": "^0.4.1",
"jss": "^10.7.1",
"jss-preset-default": "^10.7.1",
"jss": "^10.8.0",
"jss-preset-default": "^10.8.0",
"lodash.debounce": "^4.0.8",
"prop-types": "^15.7.2",
"react-base16-styling": "^0.8.0",
@ -53,7 +53,7 @@
"redux-devtools-themes": "^1.0.0"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
@ -66,7 +66,7 @@
"@types/history": "^4.7.9",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.shuffle": "^4.2.6",
"@types/node": "^14.17.15",
"@types/node": "^14.17.17",
"@types/react": "^16.14.15",
"@types/react-dragula": "^1.1.0",
"@types/react-router": "^5.1.16",
@ -74,15 +74,15 @@
"@types/redux-logger": "^3.0.9",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"babel-loader": "^8.2.2",
"base16": "^1.0.0",
"clean-webpack-plugin": "^4.0.0",
"connected-react-router": "^6.9.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react": "^7.25.3",
"fork-ts-checker-webpack-plugin": "^6.3.3",
"history": "^4.10.1",
"html-webpack-plugin": "^5.3.2",
@ -98,7 +98,7 @@
"seamless-immutable": "^7.1.4",
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"webpack": "^5.52.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
},

View File

@ -41,19 +41,19 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.172",
"@types/node": "^14.17.15",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@types/lodash": "^4.14.173",
"@types/node": "^14.17.17",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"jest": "^27.2.0",
"eslint-plugin-jest": "^24.4.2",
"jest": "^27.2.1",
"redux": "^4.1.1",
"rimraf": "^3.0.2",
"rxjs": "^7.3.0",

View File

@ -47,18 +47,18 @@
"redux-devtools-themes": "^1.0.0"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@redux-devtools/core": "^3.9.0",
"@types/react": "^16.14.15",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react": "^7.25.3",
"react": "^16.14.0",
"redux": "^4.1.1",
"rimraf": "^3.0.2",

View File

@ -47,9 +47,9 @@
"@types/prop-types": "^15.7.4",
"@types/redux-devtools-themes": "^1.0.0",
"hex-rgba": "^1.0.2",
"immutable": "^4.0.0-rc.14",
"jss": "^10.7.1",
"jss-preset-default": "^10.7.1",
"immutable": "^4.0.0-rc.15",
"jss": "^10.8.0",
"jss-preset-default": "^10.8.0",
"lodash.debounce": "^4.0.8",
"prop-types": "^15.7.2",
"react-base16-styling": "^0.8.0",
@ -57,13 +57,13 @@
"redux-devtools-themes": "^1.0.0"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@chakra-ui/react": "^1.6.7",
"@chakra-ui/react": "^1.6.8",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mswjs/data": "^0.3.0",
@ -73,23 +73,23 @@
"@types/copy-webpack-plugin": "^8.0.1",
"@types/hex-rgba": "^1.0.1",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^14.17.15",
"@types/node": "^14.17.17",
"@types/react": "^16.14.15",
"@types/react-dom": "^16.9.13",
"@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.18",
"@types/react-router-dom": "^5.1.8",
"@types/react-router-dom": "^5.1.9",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"css-loader": "^6.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react": "^7.25.3",
"fork-ts-checker-webpack-plugin": "^6.3.3",
"framer-motion": "^4.1.17",
"html-webpack-plugin": "^5.3.2",
@ -103,7 +103,7 @@
"style-loader": "^3.2.1",
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"webpack": "^5.52.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
},

View File

@ -33,24 +33,24 @@
"jsan": "^3.1.13"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.1",
"@types/jsan": "^3.1.2",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"immutable": "^4.0.0-rc.14",
"jest": "^27.2.0",
"eslint-plugin-jest": "^24.4.2",
"immutable": "^4.0.0-rc.15",
"jest": "^27.2.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.5",
"typescript": "~4.3.5"
},
"peerDependencies": {
"immutable": "^4.0.0-rc.14"
"immutable": "^4.0.0-rc.15"
}
}

View File

@ -22,8 +22,8 @@
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-hot-loader": "^4.13.0",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"react-redux": "^7.2.5",
"redux": "^4.1.1",
"todomvc-app-css": "^2.4.1"
},
"devDependencies": {
@ -32,23 +32,23 @@
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/classnames": "^2.3.1",
"@types/node": "^14.17.15",
"@types/react": "^16.14.8",
"@types/react-dom": "^16.9.13",
"@types/react-redux": "^7.1.16",
"@types/node": "^14.17.17",
"@types/react": "^16.14.15",
"@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.18",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react": "^7.25.3",
"raw-loader": "^4.0.2",
"style-loader": "^3.2.1",
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"webpack": "^5.52.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
}

View File

@ -36,18 +36,18 @@
"redux-devtools-themes": "^1.0.0"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@redux-devtools/core": "^3.9.0",
"@types/react": "^16.14.15",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react": "^7.25.3",
"react": "^16.14.0",
"redux": "^4.1.1",
"rimraf": "^3.0.2",

View File

@ -43,7 +43,7 @@
"@types/redux-devtools-themes": "^1.0.0",
"@types/simple-element-resize-detector": "^1.3.0",
"base16": "^1.0.0",
"codemirror": "^5.62.3",
"codemirror": "^5.63.0",
"color": "^4.0.1",
"prop-types": "^15.7.2",
"react-icons": "^4.2.0",
@ -52,7 +52,7 @@
"simple-element-resize-detector": "^1.3.0"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
@ -65,17 +65,17 @@
"@types/jest": "^27.0.1",
"@types/react": "^16.14.15",
"@types/styled-components": "^5.1.14",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"csstype": "^3.0.9",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-react": "^7.25.1",
"jest": "^27.2.0",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-react": "^7.25.3",
"jest": "^27.2.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-is": "^16.13.1",

View File

@ -34,22 +34,22 @@
"@redux-devtools/serialize": "^0.3.0",
"@types/get-params": "^0.1.0",
"get-params": "^0.1.2",
"immutable": "^4.0.0-rc.14",
"immutable": "^4.0.0-rc.15",
"jsan": "^3.1.13",
"lodash": "^4.17.21",
"nanoid": "^3.1.25",
"redux": "^4.1.1"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/jsan": "^3.1.2",
"@types/lodash": "^4.14.172",
"@types/node": "^14.17.15",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@types/lodash": "^4.14.173",
"@types/node": "^14.17.17",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"rimraf": "^3.0.2",
@ -57,7 +57,7 @@
},
"peerDependencies": {
"@redux-devtools/core": "^3.7.0",
"immutable": "^4.0.0-rc.14",
"immutable": "^4.0.0-rc.15",
"redux": "^4.1.1"
}
}

View File

@ -34,23 +34,23 @@
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/node": "^14.17.15",
"@types/node": "^14.17.17",
"@types/prop-types": "^15.7.4",
"@types/react": "^16.14.15",
"@types/react-dom": "^16.9.13",
"@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.18",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.1.0",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@types/webpack-env": "^1.16.2",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react": "^7.25.3",
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"webpack": "^5.52.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
}

View File

@ -48,24 +48,24 @@
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/classnames": "^2.3.1",
"@types/node": "^14.17.15",
"@types/node": "^14.17.17",
"@types/prop-types": "^15.7.4",
"@types/react": "^16.14.15",
"@types/react-dom": "^16.9.13",
"@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.18",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react": "^7.25.3",
"raw-loader": "^4.0.2",
"style-loader": "^3.2.1",
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"webpack": "^5.52.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
}

View File

@ -44,23 +44,23 @@
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.172",
"@types/node": "^14.17.15",
"@types/lodash": "^4.14.173",
"@types/node": "^14.17.17",
"@types/react": "^16.14.15",
"@types/react-redux": "^7.1.18",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-react": "^7.25.1",
"jest": "^27.2.0",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-react": "^7.25.3",
"jest": "^27.2.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.5",

1232
yarn.lock

File diff suppressed because it is too large Load Diff