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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-09-05 01:53:32 +00:00 committed by GitHub
parent 3a84ab4f7c
commit d492b2de75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 1213 additions and 557 deletions

View File

@ -47,7 +47,7 @@
"react-dom": "^16.14.0", "react-dom": "^16.14.0",
"react-icons": "^4.2.0", "react-icons": "^4.2.0",
"react-json-tree": "^0.15.0", "react-json-tree": "^0.15.0",
"react-redux": "^7.2.4", "react-redux": "^7.2.5",
"redux": "^4.1.1", "redux": "^4.1.1",
"redux-persist": "^6.0.0" "redux-persist": "^6.0.0"
}, },
@ -62,7 +62,7 @@
"eslint-config-airbnb": "^18.2.1", "eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.24.2", "eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0", "eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-hooks": "^4.2.0",
"gitbook-cli": "^2.3.2", "gitbook-cli": "^2.3.2",
"path-browserify": "^1.0.1", "path-browserify": "^1.0.1",

View File

@ -1,21 +1,21 @@
{ {
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.14.8", "@babel/cli": "^7.15.4",
"@babel/core": "^7.15.0", "@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0", "@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0", "@babel/preset-env": "^7.15.4",
"@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/jest": "^27.0.1", "@types/jest": "^27.0.1",
"@types/node": "^14.17.12", "@types/node": "^14.17.14",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.0.3", "@types/webpack-dev-server": "^4.1.0",
"@types/webpack-env": "^1.16.2", "@types/webpack-env": "^1.16.2",
"@typescript-eslint/eslint-plugin": "^4.29.3", "@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.29.3", "@typescript-eslint/parser": "^4.30.0",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0", "clean-webpack-plugin": "^4.0.0",
@ -26,9 +26,9 @@
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-babel": "^5.3.1", "eslint-plugin-babel": "^5.3.1",
"eslint-plugin-jest": "^24.4.0", "eslint-plugin-jest": "^24.4.0",
"eslint-plugin-react": "^7.24.0", "eslint-plugin-react": "^7.25.1",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.3.2", "fork-ts-checker-webpack-plugin": "^6.3.3",
"html-loader": "^2.1.2", "html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2", "html-webpack-plugin": "^5.3.2",
"jest": "^27.1.0", "jest": "^27.1.0",
@ -47,9 +47,9 @@
"ts-node": "^10.2.1", "ts-node": "^10.2.1",
"typescript": "~4.3.5", "typescript": "~4.3.5",
"url-loader": "^4.1.1", "url-loader": "^4.1.1",
"webpack": "^5.51.1", "webpack": "^5.52.0",
"webpack-cli": "^4.8.0", "webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0" "webpack-dev-server": "^4.1.0"
}, },
"scripts": { "scripts": {
"lerna": "lerna", "lerna": "lerna",

View File

@ -43,7 +43,7 @@
"@types/react-select": "^4.0.17", "@types/react-select": "^4.0.17",
"@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.13", "@types/styled-components": "^5.1.14",
"base16": "^1.0.0", "base16": "^1.0.0",
"codemirror": "^5.62.3", "codemirror": "^5.62.3",
"color": "^3.2.1", "color": "^3.2.1",
@ -55,8 +55,8 @@
"styled-components": "^5.3.1" "styled-components": "^5.3.1"
}, },
"devDependencies": { "devDependencies": {
"@storybook/addon-essentials": "^6.3.7", "@storybook/addon-essentials": "^6.3.8",
"@storybook/react": "^6.3.7", "@storybook/react": "^6.3.8",
"@types/enzyme": "^3.10.9", "@types/enzyme": "^3.10.9",
"@types/enzyme-adapter-react-16": "^1.0.6", "@types/enzyme-adapter-react-16": "^1.0.6",
"csstype": "^3.0.8", "csstype": "^3.0.8",

View File

@ -50,7 +50,7 @@
"@types/react": "^16.14.14", "@types/react": "^16.14.14",
"@types/react-dom": "^16.9.14", "@types/react-dom": "^16.9.14",
"@types/react-test-renderer": "^16.9.5", "@types/react-test-renderer": "^16.9.5",
"@types/styled-components": "^5.1.13", "@types/styled-components": "^5.1.14",
"react": "^16.14.0", "react": "^16.14.0",
"react-bootstrap": "^1.6.1", "react-bootstrap": "^1.6.1",
"react-dom": "^16.14.0", "react-dom": "^16.14.0",

View File

@ -56,7 +56,7 @@
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react-icons": "^4.2.0", "react-icons": "^4.2.0",
"react-is": "^16.13.1", "react-is": "^16.13.1",
"react-redux": "^7.2.4", "react-redux": "^7.2.5",
"redux": "^4.1.1", "redux": "^4.1.1",
"redux-persist": "^6.0.0", "redux-persist": "^6.0.0",
"socketcluster-client": "^14.3.2", "socketcluster-client": "^14.3.2",

View File

@ -48,7 +48,7 @@
"es6template": "^1.0.5", "es6template": "^1.0.5",
"javascript-stringify": "^2.1.0", "javascript-stringify": "^2.1.0",
"jsan": "^3.1.13", "jsan": "^3.1.13",
"object-path": "^0.11.5", "object-path": "^0.11.7",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react-icons": "^4.2.0", "react-icons": "^4.2.0",
"simple-diff": "^1.6.0" "simple-diff": "^1.6.0"
@ -76,8 +76,8 @@
"lodash.shuffle": "^4.2.0", "lodash.shuffle": "^4.2.0",
"react": "^16.14.0", "react": "^16.14.0",
"react-dom": "^16.14.0", "react-dom": "^16.14.0",
"react-redux": "^7.2.4", "react-redux": "^7.2.5",
"react-router": "^5.2.0", "react-router": "^5.2.1",
"redux": "^4.1.1", "redux": "^4.1.1",
"redux-logger": "^3.0.6", "redux-logger": "^3.0.6",
"seamless-immutable": "^7.1.4" "seamless-immutable": "^7.1.4"

View File

@ -29,7 +29,7 @@
}, },
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.14.5", "@babel/code-frame": "^7.14.5",
"@types/chrome": "^0.0.154", "@types/chrome": "^0.0.155",
"anser": "^1.4.10", "anser": "^1.4.10",
"html-entities": "^2.3.2", "html-entities": "^2.3.2",
"redux-devtools-themes": "^1.0.0" "redux-devtools-themes": "^1.0.0"

View File

@ -71,8 +71,8 @@
"react": "^16.14.0", "react": "^16.14.0",
"react-bootstrap": "^1.6.1", "react-bootstrap": "^1.6.1",
"react-dom": "^16.14.0", "react-dom": "^16.14.0",
"react-redux": "^7.2.4", "react-redux": "^7.2.5",
"react-router": "^5.2.0", "react-router": "^5.2.1",
"redux": "^4.1.1", "redux": "^4.1.1",
"redux-logger": "^3.0.6", "redux-logger": "^3.0.6",
"seamless-immutable": "^7.1.4" "seamless-immutable": "^7.1.4"

View File

@ -55,7 +55,7 @@
"redux-devtools-themes": "^1.0.0" "redux-devtools-themes": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"@chakra-ui/react": "^1.6.6", "@chakra-ui/react": "^1.6.7",
"@emotion/react": "^11.4.1", "@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0", "@emotion/styled": "^11.3.0",
"@mswjs/data": "^0.3.0", "@mswjs/data": "^0.3.0",
@ -71,13 +71,13 @@
"msw": "^0.28.2", "msw": "^0.28.2",
"react": "^16.14.0", "react": "^16.14.0",
"react-dom": "^16.14.0", "react-dom": "^16.14.0",
"react-redux": "^7.2.4", "react-redux": "^7.2.5",
"react-router-dom": "^5.2.0", "react-router-dom": "^5.3.0",
"redux": "^4.1.1" "redux": "^4.1.1"
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.7.0", "@redux-devtools/core": "^3.7.0",
"@reduxjs/toolkit": "^1.6.0", "@reduxjs/toolkit": "^1.6.1",
"@types/react": "^16.3.0 || ^17.0.0", "@types/react": "^16.3.0 || ^17.0.0",
"react": "^16.3.0 || ^17.0.0", "react": "^16.3.0 || ^17.0.0",
"redux": "^3.4.0 || ^4.0.0" "redux": "^3.4.0 || ^4.0.0"

View File

@ -50,7 +50,7 @@
"@types/react": "^16.14.14", "@types/react": "^16.14.14",
"@types/react-redux": "^7.1.18", "@types/react-redux": "^7.1.18",
"react": "^16.14.0", "react": "^16.14.0",
"react-redux": "^7.2.4", "react-redux": "^7.2.5",
"redux": "^4.1.1" "redux": "^4.1.1"
}, },
"peerDependencies": { "peerDependencies": {

1712
yarn.lock

File diff suppressed because it is too large Load Diff