fix(deps): update all non-major dependencies (#906)

* fix(deps): update all non-major dependencies

* Changes

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
This commit is contained in:
renovate[bot] 2021-10-21 04:26:47 +00:00 committed by GitHub
parent f1ae2d11a0
commit 2b6acd853a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
44 changed files with 1947 additions and 1842 deletions

View File

@ -51,7 +51,7 @@ packageExtensions:
'@chakra-ui/accordion@^1.3.6': '@chakra-ui/accordion@^1.3.6':
peerDependencies: peerDependencies:
'framer-motion': '3.x || 4.x' 'framer-motion': '3.x || 4.x'
'@mswjs/data@^0.5.1': '@mswjs/data@^0.6.0':
dependencies: dependencies:
'debug': '^4.3.2' 'debug': '^4.3.2'
'msw@^0.35.0': 'msw@^0.35.0':

View File

@ -53,7 +53,7 @@
"react-redux": "^7.2.5", "react-redux": "^7.2.5",
"redux": "^4.1.1", "redux": "^4.1.1",
"redux-persist": "^6.0.0", "redux-persist": "^6.0.0",
"styled-components": "^5.3.1" "styled-components": "^5.3.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.15.8", "@babel/core": "^7.15.8",
@ -62,31 +62,31 @@
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@babel/register": "^7.15.3", "@babel/register": "^7.15.3",
"@types/chrome": "^0.0.159", "@types/chrome": "^0.0.159",
"@types/lodash": "^4.14.175", "@types/lodash": "^4.14.176",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@types/react-dom": "^16.9.14", "@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.19", "@types/react-redux": "^7.1.20",
"@types/styled-components": "^5.1.15", "@types/styled-components": "^5.1.15",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.3",
"bestzip": "^2.2.0", "bestzip": "^2.2.0",
"chromedriver": "^93.0.1", "chromedriver": "^93.0.1",
"copy-webpack-plugin": "^9.0.1", "copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"css-loader": "^6.4.0", "css-loader": "^6.4.0",
"electron": "^15.1.2", "electron": "^15.3.0",
"enzyme": "^3.11.0", "enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6", "enzyme-adapter-react-16": "^1.15.6",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1", "eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.24.2", "eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.3.4", "fork-ts-checker-webpack-plugin": "^6.4.0",
"gitbook-cli": "^2.3.2", "gitbook-cli": "^2.3.2",
"immutable": "^4.0.0", "immutable": "^4.0.0",
"jest": "^27.2.5", "jest": "^27.3.1",
"path-browserify": "^1.0.1", "path-browserify": "^1.0.1",
"pug-html-loader": "^1.1.5", "pug-html-loader": "^1.1.5",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
@ -96,9 +96,9 @@
"selenium-webdriver": "^3.6.0", "selenium-webdriver": "^3.6.0",
"sinon-chrome": "^3.0.1", "sinon-chrome": "^3.0.1",
"style-loader": "^3.3.0", "style-loader": "^3.3.0",
"ts-jest": "^27.0.5", "ts-jest": "^27.0.7",
"typescript": "~4.4.3", "typescript": "~4.4.4",
"webpack": "^5.58.1", "webpack": "^5.59.1",
"webpack-cli": "^4.9.0" "webpack-cli": "^4.9.1"
} }
} }

View File

@ -5,12 +5,12 @@
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.0.1", "eslint-plugin-jest": "^25.2.2",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"jest": "^27.2.5", "jest": "^27.3.1",
"lerna": "^4.0.0", "lerna": "^4.0.0",
"prettier": "2.4.1", "prettier": "2.4.1",
"typescript": "~4.4.3" "typescript": "~4.4.4"
}, },
"scripts": { "scripts": {
"format": "prettier --write .", "format": "prettier --write .",

View File

@ -32,20 +32,20 @@
"@babel/core": "^7.15.8", "@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8", "@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@types/node": "^14.17.21", "@types/node": "^14.17.27",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"fork-ts-checker-webpack-plugin": "^6.3.4", "fork-ts-checker-webpack-plugin": "^6.4.0",
"html-webpack-plugin": "^5.3.2", "html-webpack-plugin": "^5.4.0",
"ts-node": "^10.2.1", "ts-node": "^10.3.0",
"typescript": "~4.4.3", "typescript": "~4.4.4",
"webpack": "^5.58.1", "webpack": "^5.59.1",
"webpack-cli": "^4.9.0", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1" "webpack-dev-server": "^4.3.1"
} }
} }

View File

@ -51,18 +51,18 @@
"@babel/core": "^7.15.8", "@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8", "@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@types/node": "^14.17.21", "@types/node": "^14.17.27",
"@types/ramda": "^0.27.45", "@types/ramda": "^0.27.45",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-node": "^10.2.1", "ts-node": "^10.3.0",
"typescript": "~4.4.3", "typescript": "~4.4.4",
"webpack": "^5.58.1", "webpack": "^5.59.1",
"webpack-cli": "^4.9.0" "webpack-cli": "^4.9.1"
} }
} }

View File

@ -44,20 +44,20 @@
"@babel/preset-env": "^7.15.8", "@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@types/d3": "^3.5.46", "@types/d3": "^3.5.46",
"@types/node": "^14.17.21", "@types/node": "^14.17.27",
"@types/ramda": "^0.27.45", "@types/ramda": "^0.27.45",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.3",
"d3": "^3.5.17", "d3": "^3.5.17",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-node": "^10.2.1", "ts-node": "^10.3.0",
"typescript": "~4.4.3", "typescript": "~4.4.4",
"webpack": "^5.58.1", "webpack": "^5.59.1",
"webpack-cli": "^4.9.0" "webpack-cli": "^4.9.1"
}, },
"peerDependencies": { "peerDependencies": {
"@types/d3": "^3.5.46", "@types/d3": "^3.5.46",

View File

@ -48,22 +48,22 @@
"@babel/preset-env": "^7.15.8", "@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/lodash": "^4.14.175", "@types/lodash": "^4.14.176",
"@types/node": "^14.17.21", "@types/node": "^14.17.27",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.0.1", "eslint-plugin-jest": "^25.2.2",
"immutable": "^4.0.0", "immutable": "^4.0.0",
"jest": "^27.2.5", "jest": "^27.3.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "^27.0.5", "ts-jest": "^27.0.7",
"ts-node": "^10.2.1", "ts-node": "^10.3.0",
"typescript": "~4.4.3", "typescript": "~4.4.4",
"webpack": "^5.58.1", "webpack": "^5.59.1",
"webpack-cli": "^4.9.0" "webpack-cli": "^4.9.1"
} }
} }

View File

@ -37,7 +37,7 @@
}, },
"dependencies": { "dependencies": {
"@types/base16": "^1.0.2", "@types/base16": "^1.0.2",
"@types/lodash": "^4.14.175", "@types/lodash": "^4.14.176",
"base16": "^1.0.0", "base16": "^1.0.0",
"color": "^3.2.1", "color": "^3.2.1",
"csstype": "^3.0.9", "csstype": "^3.0.9",
@ -55,10 +55,10 @@
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.0.1", "eslint-plugin-jest": "^25.2.2",
"jest": "^27.2.5", "jest": "^27.3.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "^27.0.5", "ts-jest": "^27.0.7",
"typescript": "~4.4.3" "typescript": "~4.4.4"
} }
} }

View File

@ -16,31 +16,31 @@
"react-dom": "^16.14.0", "react-dom": "^16.14.0",
"react-icons": "^4.3.1", "react-icons": "^4.3.1",
"react-is": "^16.13.1", "react-is": "^16.13.1",
"styled-components": "^5.3.1" "styled-components": "^5.3.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.15.8", "@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8", "@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5", "@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@types/node": "^14.17.21", "@types/node": "^14.17.27",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@types/react-dom": "^16.9.14", "@types/react-dom": "^16.9.14",
"@types/styled-components": "^5.1.15", "@types/styled-components": "^5.1.15",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"fork-ts-checker-webpack-plugin": "^6.3.4", "fork-ts-checker-webpack-plugin": "^6.4.0",
"html-webpack-plugin": "^5.3.2", "html-webpack-plugin": "^5.4.0",
"ts-node": "^10.2.1", "ts-node": "^10.3.0",
"typescript": "~4.4.3", "typescript": "~4.4.4",
"webpack": "^5.58.1", "webpack": "^5.59.1",
"webpack-cli": "^4.9.0", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1" "webpack-dev-server": "^4.3.1"
} }
} }

View File

@ -36,7 +36,7 @@
"prepublish": "yarn run type-check && yarn run lint && yarn run test" "prepublish": "yarn run type-check && yarn run lint && yarn run test"
}, },
"dependencies": { "dependencies": {
"@types/lodash": "^4.14.175", "@types/lodash": "^4.14.176",
"@types/prop-types": "^15.7.4", "@types/prop-types": "^15.7.4",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"prop-types": "^15.7.2" "prop-types": "^15.7.2"
@ -49,20 +49,20 @@
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/lodash.debounce": "^4.0.6", "@types/lodash.debounce": "^4.0.6",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@types/react-test-renderer": "^16.9.5", "@types/react-test-renderer": "^16.9.5",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.0.1", "eslint-plugin-jest": "^25.2.2",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"jest": "^27.2.5", "jest": "^27.3.1",
"react": "^16.14.0", "react": "^16.14.0",
"react-test-renderer": "^16.14.0", "react-test-renderer": "^16.14.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "^27.0.5", "ts-jest": "^27.0.7",
"typescript": "~4.4.3" "typescript": "~4.4.4"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0",

View File

@ -30,23 +30,23 @@
"@babel/preset-env": "^7.15.8", "@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5", "@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@types/node": "^14.17.21", "@types/node": "^14.17.27",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@types/react-dom": "^16.9.14", "@types/react-dom": "^16.9.14",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"fork-ts-checker-webpack-plugin": "^6.3.4", "fork-ts-checker-webpack-plugin": "^6.4.0",
"html-webpack-plugin": "^5.3.2", "html-webpack-plugin": "^5.4.0",
"ts-node": "^10.2.1", "ts-node": "^10.3.0",
"typescript": "~4.4.3", "typescript": "~4.4.4",
"webpack": "^5.58.1", "webpack": "^5.59.1",
"webpack-cli": "^4.9.0", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1" "webpack-dev-server": "^4.3.1"
} }
} }

View File

@ -54,26 +54,26 @@
"@babel/preset-react": "^7.14.5", "@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/node": "^14.17.21", "@types/node": "^14.17.27",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@types/react-test-renderer": "^16.9.5", "@types/react-test-renderer": "^16.9.5",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.0.1", "eslint-plugin-jest": "^25.2.2",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"jest": "^27.2.5", "jest": "^27.3.1",
"react": "^16.14.0", "react": "^16.14.0",
"react-test-renderer": "^16.14.0", "react-test-renderer": "^16.14.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "^27.0.5", "ts-jest": "^27.0.7",
"ts-node": "^10.2.1", "ts-node": "^10.3.0",
"typescript": "~4.4.3", "typescript": "~4.4.4",
"webpack": "^5.58.1", "webpack": "^5.59.1",
"webpack-cli": "^4.9.0" "webpack-cli": "^4.9.1"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0",

View File

@ -66,56 +66,56 @@
"@babel/preset-env": "^7.15.8", "@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5", "@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@rjsf/core": "^3.1.0", "@rjsf/core": "^3.2.0",
"@types/enzyme": "^3.10.9", "@types/enzyme": "^3.10.10",
"@types/enzyme-adapter-react-16": "^1.0.6", "@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/jsan": "^3.1.2", "@types/jsan": "^3.1.2",
"@types/json-schema": "^7.0.9", "@types/json-schema": "^7.0.9",
"@types/lodash": "^4.14.175", "@types/lodash": "^4.14.176",
"@types/node": "^14.17.21", "@types/node": "^14.17.27",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@types/react-dom": "^16.9.14", "@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.19", "@types/react-redux": "^7.1.20",
"@types/socketcluster-client": "^13.0.5", "@types/socketcluster-client": "^13.0.5",
"@types/styled-components": "^5.1.15", "@types/styled-components": "^5.1.15",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@types/webpack-env": "^1.16.2", "@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.3",
"css-loader": "^6.4.0", "css-loader": "^6.4.0",
"enzyme": "^3.11.0", "enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6", "enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.2", "enzyme-to-json": "^3.6.2",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.0.1", "eslint-plugin-jest": "^25.2.2",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.3.4", "fork-ts-checker-webpack-plugin": "^6.4.0",
"html-loader": "^2.1.2", "html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2", "html-webpack-plugin": "^5.4.0",
"jest": "^27.2.5", "jest": "^27.3.1",
"path-browserify": "^1.0.1", "path-browserify": "^1.0.1",
"react": "^16.14.0", "react": "^16.14.0",
"react-dom": "^16.14.0", "react-dom": "^16.14.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"style-loader": "^3.3.0", "style-loader": "^3.3.0",
"styled-components": "^5.3.1", "styled-components": "^5.3.3",
"ts-jest": "^27.0.5", "ts-jest": "^27.0.7",
"ts-node": "^10.2.1", "ts-node": "^10.3.0",
"typescript": "~4.4.3", "typescript": "~4.4.4",
"url-loader": "^4.1.1", "url-loader": "^4.1.1",
"webpack": "^5.58.1", "webpack": "^5.59.1",
"webpack-cli": "^4.9.0", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1" "webpack-dev-server": "^4.3.1"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0",
"@types/styled-components": "^5.1.15", "@types/styled-components": "^5.1.15",
"react": "^16.3.0 || ^17.0.0", "react": "^16.3.0 || ^17.0.0",
"styled-components": "^5.3.1" "styled-components": "^5.3.3"
} }
} }

View File

@ -50,7 +50,7 @@
"@babel/preset-react": "^7.14.5", "@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@redux-devtools/core": "^3.9.0", "@redux-devtools/core": "^3.9.0",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
@ -59,7 +59,7 @@
"react": "^16.14.0", "react": "^16.14.0",
"redux": "^4.1.1", "redux": "^4.1.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"typescript": "~4.4.3" "typescript": "~4.4.4"
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.7.0", "@redux-devtools/core": "^3.7.0",

View File

@ -41,14 +41,14 @@
}, },
"dependencies": { "dependencies": {
"@redux-devtools/app": "^1.0.0-8", "@redux-devtools/app": "^1.0.0-8",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"apollo-server": "^2.25.2", "apollo-server": "^2.25.2",
"apollo-server-express": "^2.25.2", "apollo-server-express": "^2.25.2",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"cors": "^2.8.5", "cors": "^2.8.5",
"cross-spawn": "^7.0.3", "cross-spawn": "^7.0.3",
"electron": "^15.1.2", "electron": "^15.3.0",
"express": "^4.17.1", "express": "^4.17.1",
"getport": "^0.1.0", "getport": "^0.1.0",
"graphql": "^14.7.0", "graphql": "^14.7.0",
@ -63,7 +63,7 @@
"semver": "^7.3.5", "semver": "^7.3.5",
"socketcluster": "^14.4.2", "socketcluster": "^14.4.2",
"sqlite3": "^5.0.2", "sqlite3": "^5.0.2",
"styled-components": "^5.3.1", "styled-components": "^5.3.3",
"uuid": "^8.3.2" "uuid": "^8.3.2"
}, },
"devDependencies": { "devDependencies": {
@ -72,10 +72,10 @@
"@types/cross-spawn": "^6.0.2", "@types/cross-spawn": "^6.0.2",
"@types/express": "^4.17.13", "@types/express": "^4.17.13",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/lodash": "^4.14.175", "@types/lodash": "^4.14.176",
"@types/minimist": "^1.2.2", "@types/minimist": "^1.2.2",
"@types/morgan": "^1.9.3", "@types/morgan": "^1.9.3",
"@types/semver": "^7.3.8", "@types/semver": "^7.3.9",
"@types/socketcluster": "^14.0.4", "@types/socketcluster": "^14.0.4",
"@types/socketcluster-client": "^13.0.5", "@types/socketcluster-client": "^13.0.5",
"@types/socketcluster-server": "^14.2.6", "@types/socketcluster-server": "^14.2.6",
@ -86,13 +86,13 @@
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.0.1", "eslint-plugin-jest": "^25.2.2",
"jest": "^27.2.5", "jest": "^27.3.1",
"ncp": "^2.0.0", "ncp": "^2.0.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"socketcluster-client": "^14.3.2", "socketcluster-client": "^14.3.2",
"supertest": "^6.1.6", "supertest": "^6.1.6",
"ts-jest": "^27.0.5", "ts-jest": "^27.0.7",
"typescript": "~4.4.3" "typescript": "~4.4.4"
} }
} }

View File

@ -51,7 +51,7 @@
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@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.14.16", "@types/react": "^16.14.18",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
@ -60,7 +60,7 @@
"react": "^16.14.0", "react": "^16.14.0",
"redux": "^4.1.1", "redux": "^4.1.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"typescript": "~4.4.3" "typescript": "~4.4.4"
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.7.0", "@redux-devtools/core": "^3.7.0",

View File

@ -33,28 +33,28 @@
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@types/history": "^4.7.9", "@types/history": "^4.7.9",
"@types/lodash.shuffle": "^4.2.6", "@types/lodash.shuffle": "^4.2.6",
"@types/node": "^14.17.21", "@types/node": "^14.17.27",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@types/react-dom": "^16.9.14", "@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.19", "@types/react-redux": "^7.1.20",
"@types/react-router": "^5.1.17", "@types/react-router": "^5.1.17",
"@types/redux-logger": "^3.0.9", "@types/redux-logger": "^3.0.9",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.3",
"css-loader": "^6.4.0", "css-loader": "^6.4.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"fork-ts-checker-webpack-plugin": "^6.3.4", "fork-ts-checker-webpack-plugin": "^6.4.0",
"html-webpack-plugin": "^5.3.2", "html-webpack-plugin": "^5.4.0",
"style-loader": "^3.3.0", "style-loader": "^3.3.0",
"ts-node": "^10.2.1", "ts-node": "^10.3.0",
"typescript": "~4.4.3", "typescript": "~4.4.4",
"webpack": "^5.58.1", "webpack": "^5.59.1",
"webpack-cli": "^4.9.0", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1" "webpack-dev-server": "^4.3.1"
} }
} }

View File

@ -60,13 +60,13 @@
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@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/enzyme": "^3.10.9", "@types/enzyme": "^3.10.10",
"@types/enzyme-adapter-react-16": "^1.0.6", "@types/enzyme-adapter-react-16": "^1.0.6",
"@types/es6template": "^1.0.0", "@types/es6template": "^1.0.0",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/jsan": "^3.1.2", "@types/jsan": "^3.1.2",
"@types/object-path": "^0.11.1", "@types/object-path": "^0.11.1",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@types/simple-diff": "^1.6.1", "@types/simple-diff": "^1.6.1",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
@ -75,15 +75,15 @@
"enzyme-to-json": "^3.6.2", "enzyme-to-json": "^3.6.2",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.0.1", "eslint-plugin-jest": "^25.2.2",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"jest": "^27.2.5", "jest": "^27.3.1",
"react": "^16.14.0", "react": "^16.14.0",
"react-dom": "^16.14.0", "react-dom": "^16.14.0",
"redux": "^4.1.1", "redux": "^4.1.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "^27.0.5", "ts-jest": "^27.0.7",
"typescript": "~4.4.3" "typescript": "~4.4.4"
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/inspector-monitor": "^1.0.0", "@redux-devtools/inspector-monitor": "^1.0.0",

View File

@ -29,7 +29,7 @@
"@babel/code-frame": "^7.15.8", "@babel/code-frame": "^7.15.8",
"@babel/runtime": "^7.15.4", "@babel/runtime": "^7.15.4",
"@types/chrome": "^0.0.159", "@types/chrome": "^0.0.159",
"anser": "^2.0.2", "anser": "^2.1.0",
"html-entities": "^2.3.2", "html-entities": "^2.3.2",
"redux-devtools-themes": "^1.0.0", "redux-devtools-themes": "^1.0.0",
"source-map": "^0.5.7" "source-map": "^0.5.7"
@ -44,11 +44,11 @@
"@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.3", "@types/babel__code-frame": "^7.0.3",
"@types/enzyme": "^3.10.9", "@types/enzyme": "^3.10.10",
"@types/enzyme-adapter-react-16": "^1.0.6", "@types/enzyme-adapter-react-16": "^1.0.6",
"@types/html-entities": "^1.3.4", "@types/html-entities": "^1.3.4",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@types/redux-devtools-themes": "^1.0.0", "@types/redux-devtools-themes": "^1.0.0",
"@types/source-map": "0.5.2", "@types/source-map": "0.5.2",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
@ -58,16 +58,16 @@
"enzyme-to-json": "^3.6.2", "enzyme-to-json": "^3.6.2",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.0.1", "eslint-plugin-jest": "^25.2.2",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"jest": "^27.2.5", "jest": "^27.3.1",
"react": "^16.14.0", "react": "^16.14.0",
"react-dom": "^16.14.0", "react-dom": "^16.14.0",
"react-test-renderer": "^16.14.0", "react-test-renderer": "^16.14.0",
"redux": "^4.1.1", "redux": "^4.1.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "^27.0.5", "ts-jest": "^27.0.7",
"typescript": "~4.4.3" "typescript": "~4.4.4"
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/inspector-monitor": "^1.0.0", "@redux-devtools/inspector-monitor": "^1.0.0",

View File

@ -34,26 +34,26 @@
"@types/base16": "^1.0.2", "@types/base16": "^1.0.2",
"@types/history": "^4.7.9", "@types/history": "^4.7.9",
"@types/lodash.shuffle": "^4.2.6", "@types/lodash.shuffle": "^4.2.6",
"@types/node": "^14.17.21", "@types/node": "^14.17.27",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@types/react-dom": "^16.9.14", "@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.19", "@types/react-redux": "^7.1.20",
"@types/react-router": "^5.1.17", "@types/react-router": "^5.1.17",
"@types/redux-logger": "^3.0.9", "@types/redux-logger": "^3.0.9",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"fork-ts-checker-webpack-plugin": "^6.3.4", "fork-ts-checker-webpack-plugin": "^6.4.0",
"html-webpack-plugin": "^5.3.2", "html-webpack-plugin": "^5.4.0",
"ts-node": "^10.2.1", "ts-node": "^10.3.0",
"typescript": "~4.4.3", "typescript": "~4.4.4",
"webpack": "^5.58.1", "webpack": "^5.59.1",
"webpack-cli": "^4.9.0", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1" "webpack-dev-server": "^4.3.1"
} }
} }

View File

@ -34,15 +34,15 @@
"dependencies": { "dependencies": {
"@babel/runtime": "^7.15.4", "@babel/runtime": "^7.15.4",
"@types/dragula": "^3.7.1", "@types/dragula": "^3.7.1",
"@types/lodash": "^4.14.175", "@types/lodash": "^4.14.176",
"@types/prop-types": "^15.7.4", "@types/prop-types": "^15.7.4",
"dateformat": "^4.6.3", "dateformat": "^4.6.3",
"hex-rgba": "^1.0.2", "hex-rgba": "^1.0.2",
"immutable": "^4.0.0", "immutable": "^4.0.0",
"javascript-stringify": "^2.1.0", "javascript-stringify": "^2.1.0",
"jsondiffpatch": "^0.4.1", "jsondiffpatch": "^0.4.1",
"jss": "^10.8.0", "jss": "^10.8.1",
"jss-preset-default": "^10.8.0", "jss-preset-default": "^10.8.1",
"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",
@ -62,7 +62,7 @@
"@types/hex-rgba": "^1.0.1", "@types/hex-rgba": "^1.0.1",
"@types/history": "^4.7.9", "@types/history": "^4.7.9",
"@types/lodash.debounce": "^4.0.6", "@types/lodash.debounce": "^4.0.6",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@types/react-dragula": "^1.1.0", "@types/react-dragula": "^1.1.0",
"@types/redux-devtools-themes": "^1.0.0", "@types/redux-devtools-themes": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
@ -73,7 +73,7 @@
"react": "^16.14.0", "react": "^16.14.0",
"redux": "^4.1.1", "redux": "^4.1.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"typescript": "~4.4.3" "typescript": "~4.4.4"
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.7.0", "@redux-devtools/core": "^3.7.0",

View File

@ -46,19 +46,19 @@
"@babel/preset-env": "^7.15.8", "@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/lodash": "^4.14.175", "@types/lodash": "^4.14.176",
"@types/node": "^14.17.21", "@types/node": "^14.17.27",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.0.1", "eslint-plugin-jest": "^25.2.2",
"jest": "^27.2.5", "jest": "^27.3.1",
"redux": "^4.1.1", "redux": "^4.1.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"rxjs": "^7.4.0", "rxjs": "^7.4.0",
"ts-jest": "^27.0.5", "ts-jest": "^27.0.7",
"typescript": "~4.4.3" "typescript": "~4.4.4"
}, },
"peerDependencies": { "peerDependencies": {
"redux": "^3.4.0 || ^4.0.0" "redux": "^3.4.0 || ^4.0.0"

View File

@ -53,7 +53,7 @@
"@babel/preset-react": "^7.14.5", "@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@redux-devtools/core": "^3.9.0", "@redux-devtools/core": "^3.9.0",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
@ -62,7 +62,7 @@
"react": "^16.14.0", "react": "^16.14.0",
"redux": "^4.1.1", "redux": "^4.1.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"typescript": "~4.4.3" "typescript": "~4.4.4"
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.7.0", "@redux-devtools/core": "^3.7.0",

View File

@ -11,10 +11,10 @@
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.15.4", "@babel/runtime": "^7.15.4",
"@chakra-ui/react": "^1.6.9", "@chakra-ui/react": "^1.6.10",
"@emotion/react": "^11.4.1", "@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0", "@emotion/styled": "^11.3.0",
"@mswjs/data": "^0.5.1", "@mswjs/data": "^0.6.0",
"@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/rtk-query-monitor": "^1.0.0", "@redux-devtools/rtk-query-monitor": "^1.0.0",
@ -34,28 +34,28 @@
"@babel/preset-react": "^7.14.5", "@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@types/copy-webpack-plugin": "^8.0.1", "@types/copy-webpack-plugin": "^8.0.1",
"@types/node": "^14.17.21", "@types/node": "^14.17.27",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@types/react-dom": "^16.9.14", "@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.19", "@types/react-redux": "^7.1.20",
"@types/react-router-dom": "^5.3.1", "@types/react-router-dom": "^5.3.1",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.3",
"copy-webpack-plugin": "^9.0.1", "copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.4.0", "css-loader": "^6.4.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"fork-ts-checker-webpack-plugin": "^6.3.4", "fork-ts-checker-webpack-plugin": "^6.4.0",
"html-webpack-plugin": "^5.3.2", "html-webpack-plugin": "^5.4.0",
"style-loader": "^3.3.0", "style-loader": "^3.3.0",
"ts-node": "^10.2.1", "ts-node": "^10.3.0",
"typescript": "~4.4.3", "typescript": "~4.4.4",
"webpack": "^5.58.1", "webpack": "^5.59.1",
"webpack-cli": "^4.9.0", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1" "webpack-dev-server": "^4.3.1"
}, },
"msw": { "msw": {

View File

@ -45,8 +45,8 @@
"@types/redux-devtools-themes": "^1.0.0", "@types/redux-devtools-themes": "^1.0.0",
"hex-rgba": "^1.0.2", "hex-rgba": "^1.0.2",
"immutable": "^4.0.0", "immutable": "^4.0.0",
"jss": "^10.8.0", "jss": "^10.8.1",
"jss-preset-default": "^10.8.0", "jss-preset-default": "^10.8.1",
"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",
@ -63,7 +63,7 @@
"@reduxjs/toolkit": "^1.6.2", "@reduxjs/toolkit": "^1.6.2",
"@types/hex-rgba": "^1.0.1", "@types/hex-rgba": "^1.0.1",
"@types/lodash.debounce": "^4.0.6", "@types/lodash.debounce": "^4.0.6",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
@ -72,7 +72,7 @@
"react": "^16.14.0", "react": "^16.14.0",
"redux": "^4.1.1", "redux": "^4.1.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"typescript": "~4.4.3" "typescript": "~4.4.4"
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.7.0", "@redux-devtools/core": "^3.7.0",

View File

@ -43,12 +43,12 @@
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.0.1", "eslint-plugin-jest": "^25.2.2",
"immutable": "^4.0.0", "immutable": "^4.0.0",
"jest": "^27.2.5", "jest": "^27.3.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "^27.0.5", "ts-jest": "^27.0.7",
"typescript": "~4.4.3" "typescript": "~4.4.4"
}, },
"peerDependencies": { "peerDependencies": {
"immutable": "^4.0.0" "immutable": "^4.0.0"

View File

@ -33,27 +33,27 @@
"@babel/preset-react": "^7.14.5", "@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@types/classnames": "^2.3.1", "@types/classnames": "^2.3.1",
"@types/node": "^14.17.21", "@types/node": "^14.17.27",
"@types/prop-types": "^15.7.4", "@types/prop-types": "^15.7.4",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@types/react-dom": "^16.9.14", "@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.19", "@types/react-redux": "^7.1.20",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.3",
"css-loader": "^6.4.0", "css-loader": "^6.4.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"fork-ts-checker-webpack-plugin": "^6.3.4", "fork-ts-checker-webpack-plugin": "^6.4.0",
"html-webpack-plugin": "^5.3.2", "html-webpack-plugin": "^5.4.0",
"style-loader": "^3.3.0", "style-loader": "^3.3.0",
"ts-node": "^10.2.1", "ts-node": "^10.3.0",
"typescript": "~4.4.3", "typescript": "~4.4.4",
"webpack": "^5.58.1", "webpack": "^5.59.1",
"webpack-cli": "^4.9.0", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1" "webpack-dev-server": "^4.3.1"
} }
} }

View File

@ -42,7 +42,7 @@
"@babel/preset-react": "^7.14.5", "@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@redux-devtools/core": "^3.9.0", "@redux-devtools/core": "^3.9.0",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
@ -51,7 +51,7 @@
"react": "^16.14.0", "react": "^16.14.0",
"redux": "^4.1.1", "redux": "^4.1.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"typescript": "~4.4.3" "typescript": "~4.4.4"
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.7.0", "@redux-devtools/core": "^3.7.0",

View File

@ -34,15 +34,15 @@
"prepublish": "yarn run type-check && yarn run lint && yarn run test" "prepublish": "yarn run type-check && yarn run lint && yarn run test"
}, },
"dependencies": { "dependencies": {
"@rjsf/core": "^3.1.0", "@rjsf/core": "^3.2.0",
"@types/base16": "^1.0.2", "@types/base16": "^1.0.2",
"@types/codemirror": "^5.60.4", "@types/codemirror": "^5.60.5",
"@types/json-schema": "^7.0.9", "@types/json-schema": "^7.0.9",
"@types/prop-types": "^15.7.4", "@types/prop-types": "^15.7.4",
"@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",
"base16": "^1.0.0", "base16": "^1.0.0",
"codemirror": "^5.63.1", "codemirror": "^5.63.3",
"color": "^3.2.1", "color": "^3.2.1",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react-icons": "^4.3.1", "react-icons": "^4.3.1",
@ -56,13 +56,13 @@
"@babel/preset-env": "^7.15.8", "@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5", "@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@storybook/addon-essentials": "^6.3.10", "@storybook/addon-essentials": "^6.3.12",
"@storybook/react": "^6.3.10", "@storybook/react": "^6.3.12",
"@types/color": "^3.0.2", "@types/color": "^3.0.2",
"@types/enzyme": "^3.10.9", "@types/enzyme": "^3.10.10",
"@types/enzyme-adapter-react-16": "^1.0.6", "@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@types/styled-components": "^5.1.15", "@types/styled-components": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
@ -72,26 +72,26 @@
"enzyme-to-json": "^3.6.2", "enzyme-to-json": "^3.6.2",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.0.1", "eslint-plugin-jest": "^25.2.2",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"jest": "^27.2.5", "jest": "^27.3.1",
"react": "^16.14.0", "react": "^16.14.0",
"react-dom": "^16.14.0", "react-dom": "^16.14.0",
"react-is": "^16.13.1", "react-is": "^16.13.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"styled-components": "^5.3.1", "styled-components": "^5.3.3",
"stylelint": "^13.13.1", "stylelint": "^13.13.1",
"stylelint-config-prettier": "^9.0.2", "stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^22.0.0", "stylelint-config-standard": "^22.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": "^27.0.5", "ts-jest": "^27.0.7",
"typescript": "~4.4.3" "typescript": "~4.4.4"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0",
"@types/styled-components": "^5.1.15", "@types/styled-components": "^5.1.15",
"react": "^16.3.0 || ^17.0.0", "react": "^16.3.0 || ^17.0.0",
"styled-components": "^5.3.1" "styled-components": "^5.3.3"
} }
} }

View File

@ -2,10 +2,10 @@
exports[`Button renders correctly 1`] = ` exports[`Button renders correctly 1`] = `
<div <div
class="sc-eCstlR hyNRxs" class="sc-eCImPb jJlSpx"
> >
<button <button
class="sc-dlfnuX bpFXet" class="sc-dkPtRN hMJxMJ"
> >
Text Text
</button> </button>

View File

@ -2,7 +2,7 @@
exports[`Container renders correctly 1`] = ` exports[`Container renders correctly 1`] = `
<div <div
class="sc-bdfBQB SWUnk" class="sc-bdvvtL htahit"
> >
Text Text
</div> </div>

View File

@ -2,7 +2,7 @@
exports[`ContextMenu renders correctly 1`] = ` exports[`ContextMenu renders correctly 1`] = `
<div <div
class="sc-jSgvzq jsvxSn" class="sc-jRQBWg deJyZB"
> >
<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-pGacB bbkBgj" class="sc-pVTFL cLJfNa"
> >
<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-eCstlR hyNRxs" class="sc-eCImPb jJlSpx"
> >
<button <button
class="sc-dlfnuX bpFXet" class="sc-dkPtRN hMJxMJ"
> >
Cancel Cancel
</button> </button>
</div> </div>
<div <div
class="sc-eCstlR hyNRxs" class="sc-eCImPb jJlSpx"
> >
<button <button
class="sc-dlfnuX eIIxFx" class="sc-dkPtRN bHfEsJ"
> >
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-pGacB bbkBgj" class="sc-pVTFL cLJfNa"
> >
<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-eCstlR hyNRxs" class="sc-eCImPb jJlSpx"
> >
<button <button
class="sc-dlfnuX bpFXet" class="sc-dkPtRN hMJxMJ"
> >
Cancel Cancel
</button> </button>
</div> </div>
<div <div
class="sc-eCstlR hyNRxs" class="sc-eCImPb jJlSpx"
> >
<button <button
class="sc-dlfnuX eIIxFx" class="sc-dkPtRN bHfEsJ"
> >
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-pGacB cALHtI" class="sc-pVTFL djqeOd"
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-eCstlR hyNRxs" class="sc-eCImPb jJlSpx"
> >
<button <button
class="sc-dlfnuX bpFXet" class="sc-dkPtRN hMJxMJ"
> >
Cancel Cancel
</button> </button>
</div> </div>
<div <div
class="sc-eCstlR hyNRxs" class="sc-eCImPb jJlSpx"
> >
<button <button
class="sc-dlfnuX eIIxFx" class="sc-dkPtRN bHfEsJ"
> >
Submit Submit
</button> </button>

View File

@ -12,7 +12,7 @@ exports[`Editor renders correctly 1`] = `
> >
<styled.div> <styled.div>
<div <div
className="sc-jrAFXE eSKznJ" className="sc-jrQzAO bvXojw"
/> />
</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-dQoVA jbwpAA" class="sc-egiyK kolyye"
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-dQoVA jbwpAA" class="sc-egiyK kolyye"
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-crrszt cvNxfC" class="sc-crHmcD fsZETB"
> >
<button <button
data-selected="true" data-selected="true"

View File

@ -2,7 +2,7 @@
exports[`Slider renders correctly 1`] = ` exports[`Slider renders correctly 1`] = `
<div <div
class="sc-gKseQn dZjemh" class="sc-gKclnd iJZQWz"
> >
<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-gKseQn iDCsqw" class="sc-gKclnd fqzyoG"
disabled="" disabled=""
> >
<label> <label>

View File

@ -2,10 +2,10 @@
exports[`Tabs renders correctly 1`] = ` exports[`Tabs renders correctly 1`] = `
<div <div
class="sc-iqHYmW fkHtZZ" class="sc-iqseJM gKPxQp"
> >
<div <div
class="sc-kEjbQP cJpVpt" class="sc-kDTinF khRhxu"
> >
<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-iqHYmW fkHtZZ" class="sc-iqseJM gKPxQp"
> >
<div <div
class="sc-kEjbQP cJpVpt" class="sc-kDTinF khRhxu"
> >
<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-iqHYmW fkHtZZ" class="sc-iqseJM gKPxQp"
> >
<div <div
class="sc-kEjbQP cJpVpt" class="sc-kDTinF khRhxu"
> >
<div> <div>
<button <button

View File

@ -2,28 +2,28 @@
exports[`Toolbar renders correctly 1`] = ` exports[`Toolbar renders correctly 1`] = `
<div <div
class="sc-bqyKOL kijwRz" class="sc-bqiRlB gHuqeJ"
> >
<div <div
class="sc-eCstlR hyNRxs" class="sc-eCImPb jJlSpx"
> >
<button <button
class="sc-dlfnuX bpFXet" class="sc-dkPtRN hMJxMJ"
> >
1 1
</button> </button>
</div> </div>
<div <div
class="sc-kstqJO icaEkX" class="sc-ksdxgE juUnxj"
/> />
<div <div
class="sc-hBEYId bvLjEB" class="sc-hBUSln jyJWLq"
/> />
<div <div
class="sc-eCstlR hyNRxs" class="sc-eCImPb jJlSpx"
> >
<button <button
class="sc-dlfnuX bpFXet" class="sc-dkPtRN hMJxMJ"
> >
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-bqyKOL ddKOSq" class="sc-bqiRlB iAOHyw"
/> />
`; `;

View File

@ -37,7 +37,7 @@
"immutable": "^4.0.0", "immutable": "^4.0.0",
"jsan": "^3.1.13", "jsan": "^3.1.13",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"nanoid": "^3.1.29", "nanoid": "^3.1.30",
"redux": "^4.1.1" "redux": "^4.1.1"
}, },
"devDependencies": { "devDependencies": {
@ -46,14 +46,14 @@
"@babel/preset-env": "^7.15.8", "@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@types/jsan": "^3.1.2", "@types/jsan": "^3.1.2",
"@types/lodash": "^4.14.175", "@types/lodash": "^4.14.176",
"@types/node": "^14.17.21", "@types/node": "^14.17.27",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"typescript": "~4.4.3" "typescript": "~4.4.4"
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.7.0", "@redux-devtools/core": "^3.7.0",

View File

@ -34,26 +34,26 @@
"@babel/preset-env": "^7.15.8", "@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5", "@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@types/node": "^14.17.21", "@types/node": "^14.17.27",
"@types/prop-types": "^15.7.4", "@types/prop-types": "^15.7.4",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@types/react-dom": "^16.9.14", "@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.19", "@types/react-redux": "^7.1.20",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@types/webpack-env": "^1.16.2", "@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"fork-ts-checker-webpack-plugin": "^6.3.4", "fork-ts-checker-webpack-plugin": "^6.4.0",
"html-webpack-plugin": "^5.3.2", "html-webpack-plugin": "^5.4.0",
"ts-node": "^10.2.1", "ts-node": "^10.3.0",
"typescript": "~4.4.3", "typescript": "~4.4.4",
"webpack": "^5.58.1", "webpack": "^5.59.1",
"webpack-cli": "^4.9.0", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1" "webpack-dev-server": "^4.3.1"
} }
} }

View File

@ -48,27 +48,27 @@
"@babel/preset-react": "^7.14.5", "@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@types/classnames": "^2.3.1", "@types/classnames": "^2.3.1",
"@types/node": "^14.17.21", "@types/node": "^14.17.27",
"@types/prop-types": "^15.7.4", "@types/prop-types": "^15.7.4",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@types/react-dom": "^16.9.14", "@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.19", "@types/react-redux": "^7.1.20",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1", "@types/webpack-dev-server": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.3",
"css-loader": "^6.4.0", "css-loader": "^6.4.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"fork-ts-checker-webpack-plugin": "^6.3.4", "fork-ts-checker-webpack-plugin": "^6.4.0",
"html-webpack-plugin": "^5.3.2", "html-webpack-plugin": "^5.4.0",
"style-loader": "^3.3.0", "style-loader": "^3.3.0",
"ts-node": "^10.2.1", "ts-node": "^10.3.0",
"typescript": "~4.4.3", "typescript": "~4.4.4",
"webpack": "^5.58.1", "webpack": "^5.59.1",
"webpack-cli": "^4.9.0", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1" "webpack-dev-server": "^4.3.1"
} }
} }

View File

@ -50,24 +50,24 @@
"@babel/preset-react": "^7.14.5", "@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/lodash": "^4.14.175", "@types/lodash": "^4.14.176",
"@types/node": "^14.17.21", "@types/node": "^14.17.27",
"@types/react": "^16.14.16", "@types/react": "^16.14.18",
"@types/react-redux": "^7.1.19", "@types/react-redux": "^7.1.20",
"@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.0.1", "eslint-plugin-jest": "^25.2.2",
"eslint-plugin-react": "^7.26.1", "eslint-plugin-react": "^7.26.1",
"jest": "^27.2.5", "jest": "^27.3.1",
"react": "^16.14.0", "react": "^16.14.0",
"react-dom": "^16.14.0", "react-dom": "^16.14.0",
"react-redux": "^7.2.5", "react-redux": "^7.2.5",
"redux": "^4.1.1", "redux": "^4.1.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-jest": "^27.0.5", "ts-jest": "^27.0.7",
"typescript": "~4.4.3" "typescript": "~4.4.4"
}, },
"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",

3221
yarn.lock

File diff suppressed because it is too large Load Diff