Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2022
1 parent 12950c5 commit 1073290
Show file tree
Hide file tree
Showing 35 changed files with 157 additions and 157 deletions.
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@testing-library/react": "^12.1.5",
"@types/chrome": "^0.0.184",
"@types/lodash": "^4.14.182",
"@types/react": "^17.0.44",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.16",
"@types/react-redux": "^7.1.24",
"@types/styled-components": "^5.1.25",
Expand All @@ -72,7 +72,7 @@
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"electron": "^18.2.0",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@changesets/cli": "^2.22.0",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-react": "~7.28.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/d3-state-visualizer/examples/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"@typescript-eslint/parser": "^5.22.0",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"fork-ts-checker-webpack-plugin": "^7.2.11",
"html-webpack-plugin": "^5.5.0",
"ts-node": "^10.7.0",
"typescript": "~4.6.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
"webpack-dev-server": "^4.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/d3-state-visualizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"@types/ramda": "^0.28.12",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"rimraf": "^3.0.2",
"rollup": "^2.71.1",
"rollup": "^2.72.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"tslib": "^2.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/d3tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"d3": "^3.5.17",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"rimraf": "^3.0.2",
"rollup": "^2.71.1",
"rollup": "^2.72.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"tslib": "^2.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/map2tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
"@types/lodash": "^4.14.182",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.5",
"immutable": "^4.0.0",
"jest": "^27.5.1",
"rimraf": "^3.0.2",
"rollup": "^2.71.1",
"rollup": "^2.72.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"ts-jest": "^27.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-base16-styling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/lodash.curry": "^4.1.7",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.5",
"jest": "^27.5.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-dock/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@types/node": "^16.11.33",
"@types/react": "^17.0.44",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.16",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.5.0",
Expand All @@ -41,6 +41,6 @@
"typescript": "~4.6.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
"webpack-dev-server": "^4.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/react-dock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
"@babel/preset-typescript": "^7.16.7",
"@types/jest": "^27.5.0",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^17.0.44",
"@types/react": "^17.0.45",
"@types/react-test-renderer": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-react": "~7.28.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-json-tree/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@types/node": "^16.11.33",
"@types/react": "^17.0.44",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.16",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.5.0",
Expand All @@ -47,6 +47,6 @@
"typescript": "~4.6.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
"webpack-dev-server": "^4.9.0"
}
}
6 changes: 3 additions & 3 deletions packages/react-json-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/jest": "^27.5.0",
"@types/react": "^17.0.44",
"@types/react": "^17.0.45",
"@types/react-test-renderer": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-react": "~7.28.0",
Expand All @@ -76,7 +76,7 @@
"react": "^17.0.2",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.71.1",
"rollup": "^2.72.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"ts-jest": "^27.1.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/redux-devtools-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@rjsf/core": "^4.1.1",
"@rjsf/core": "^4.2.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@types/jest": "^27.5.0",
"@types/jsan": "^3.1.2",
"@types/json-schema": "^7.0.11",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.33",
"@types/react": "^17.0.44",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.16",
"@types/react-redux": "^7.1.24",
"@types/socketcluster-client": "^13.0.5",
Expand All @@ -94,7 +94,7 @@
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-react": "~7.28.0",
Expand All @@ -114,7 +114,7 @@
"typescript": "~4.6.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
"webpack-dev-server": "^4.9.0"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools-chart-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@redux-devtools/core": "^3.12.0",
"@types/react": "^17.0.44",
"@types/react": "^17.0.45",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.5.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/redux-devtools-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
},
"dependencies": {
"@redux-devtools/app": "^2.1.3",
"@types/react": "^17.0.44",
"apollo-server-express": "^3.6.7",
"@types/react": "^17.0.45",
"apollo-server-express": "^3.7.0",
"body-parser": "^1.20.0",
"chalk": "^4.1.2",
"cors": "^2.8.5",
Expand All @@ -61,7 +61,7 @@
"react-is": "^17.0.2",
"semver": "^7.3.7",
"socketcluster": "^14.4.2",
"sqlite3": "^5.0.6",
"sqlite3": "^5.0.8",
"styled-components": "^5.3.5",
"uuid": "^8.3.2"
},
Expand All @@ -84,7 +84,7 @@
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.5",
"jest": "^27.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools-dock-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"@babel/preset-typescript": "^7.16.7",
"@redux-devtools/core": "^3.12.0",
"@types/parse-key": "^0.2.0",
"@types/react": "^17.0.44",
"@types/react": "^17.0.45",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@babel/preset-typescript": "^7.16.7",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"redux": "^4.2.0",
"rimraf": "^3.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/history": "^4.7.11",
"@types/lodash.shuffle": "^4.2.7",
"@types/node": "^16.11.33",
"@types/react": "^17.0.44",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.16",
"@types/react-redux": "^7.1.24",
"@types/react-router": "^5.1.18",
Expand All @@ -48,7 +48,7 @@
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.5.0",
Expand All @@ -59,6 +59,6 @@
"typescript": "~4.6.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
"webpack-dev-server": "^4.9.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
"@types/jest": "^27.5.0",
"@types/jsan": "^3.1.2",
"@types/object-path": "^0.11.1",
"@types/react": "^17.0.44",
"@types/react": "^17.0.45",
"@types/simple-diff": "^1.6.1",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-react": "~7.28.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"@types/jest": "^27.5.0",
"@types/node": "^16.11.33",
"@types/path-browserify": "^1.0.0",
"@types/react": "^17.0.44",
"@types/react": "^17.0.45",
"@types/redux-devtools-themes": "^1.0.0",
"@types/source-map": "0.5.2",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-react": "~7.28.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/redux-devtools-inspector-monitor/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/history": "^4.7.11",
"@types/lodash.shuffle": "^4.2.7",
"@types/node": "^16.11.33",
"@types/react": "^17.0.44",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.16",
"@types/react-redux": "^7.1.24",
"@types/react-router": "^5.1.18",
Expand All @@ -45,7 +45,7 @@
"@typescript-eslint/parser": "^5.22.0",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.5.0",
Expand All @@ -55,6 +55,6 @@
"typescript": "~4.6.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
"webpack-dev-server": "^4.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/redux-devtools-inspector-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
"@types/hex-rgba": "^1.0.1",
"@types/history": "^4.7.11",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^17.0.44",
"@types/react": "^17.0.45",
"@types/react-dragula": "^1.1.0",
"@types/redux-devtools-themes": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-instrument/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/node": "^16.11.33",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.5",
"jest": "^27.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools-log-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@redux-devtools/core": "^3.12.0",
"@types/react": "^17.0.44",
"@types/react": "^17.0.45",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.5.0",
Expand Down
Loading

0 comments on commit 1073290

Please sign in to comment.