Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#973)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* Combine webpack

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Nathan Bierema <[email protected]>
  • Loading branch information
3 people authored Dec 8, 2021
1 parent 596181e commit 4323824
Show file tree
Hide file tree
Showing 35 changed files with 963 additions and 714 deletions.
12 changes: 6 additions & 6 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,22 @@
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@babel/register": "^7.16.0",
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@types/chrome": "^0.0.166",
"@types/chrome": "^0.0.168",
"@types/lodash": "^4.14.177",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20",
"@types/styled-components": "^5.1.16",
"@types/styled-components": "^5.1.17",
"babel-loader": "^8.2.3",
"bestzip": "^2.2.0",
"chromedriver": "^96.0.0",
"copy-webpack-plugin": "^9.1.0",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"electron": "^16.0.4",
"eslint": "^8.4.0",
"eslint": "^8.4.1",
"eslint-config-airbnb": "^19.0.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
Expand All @@ -97,9 +97,9 @@
"selenium-webdriver": "^4.1.0",
"sinon-chrome": "^3.0.1",
"style-loader": "^3.3.1",
"ts-jest": "^27.0.7",
"ts-jest": "^27.1.0",
"typescript": "~4.4.4",
"webpack": "^5.64.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.4.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^27.4.3",
"lerna": "^4.0.0",
"prettier": "2.5.0",
"prettier": "2.5.1",
"typescript": "~4.4.4"
},
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions packages/d3-state-visualizer/examples/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@types/node": "^16.11.11",
"@types/node": "^16.11.12",
"@types/webpack-dev-server": "^4.5.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"babel-loader": "^8.2.3",
"eslint": "^8.4.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"fork-ts-checker-webpack-plugin": "^6.5.0",
"html-webpack-plugin": "^5.5.0",
"ts-node": "^10.4.0",
"typescript": "~4.4.4",
"webpack": "^5.64.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/d3-state-visualizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@types/node": "^16.11.11",
"@types/ramda": "^0.27.58",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"@types/node": "^16.11.12",
"@types/ramda": "^0.27.60",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"babel-loader": "^8.2.3",
"eslint": "^8.4.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"rimraf": "^3.0.2",
"ts-node": "^10.4.0",
"typescript": "~4.4.4",
"webpack": "^5.64.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
}
12 changes: 6 additions & 6 deletions packages/d3tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@types/d3": "^3.5.46",
"@types/node": "^16.11.11",
"@types/ramda": "^0.27.58",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"@types/node": "^16.11.12",
"@types/ramda": "^0.27.60",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"babel-loader": "^8.2.3",
"d3": "^3.5.17",
"eslint": "^8.4.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"rimraf": "^3.0.2",
"ts-node": "^10.4.0",
"typescript": "~4.4.4",
"webpack": "^5.64.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/map2tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@
"@babel/preset-typescript": "^7.16.0",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.177",
"@types/node": "^16.11.11",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"@types/node": "^16.11.12",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"babel-loader": "^8.2.3",
"eslint": "^8.4.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.3.0",
"immutable": "^4.0.0",
"jest": "^27.4.3",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.7",
"ts-jest": "^27.1.0",
"ts-node": "^10.4.0",
"typescript": "~4.4.4",
"webpack": "^5.64.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
}
8 changes: 4 additions & 4 deletions packages/react-base16-styling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"@types/color": "^3.0.2",
"@types/jest": "^27.0.3",
"@types/lodash.curry": "^4.1.6",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.4.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.3.0",
"jest": "^27.4.3",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.7",
"ts-jest": "^27.1.0",
"typescript": "~4.4.4"
}
}
12 changes: 6 additions & 6 deletions packages/react-dock/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@types/node": "^16.11.11",
"@types/node": "^16.11.12",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.16",
"@types/styled-components": "^5.1.17",
"@types/webpack-dev-server": "^4.5.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"babel-loader": "^8.2.3",
"eslint": "^8.4.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"fork-ts-checker-webpack-plugin": "^6.5.0",
"html-webpack-plugin": "^5.5.0",
"ts-node": "^10.4.0",
"typescript": "~4.4.4",
"webpack": "^5.64.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/react-dock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"@types/lodash.debounce": "^4.0.6",
"@types/react": "^17.0.37",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.4.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-react": "^7.27.1",
Expand All @@ -62,7 +62,7 @@
"react": "^17.0.2",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.7",
"ts-jest": "^27.1.0",
"typescript": "~4.4.4"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/react-json-tree/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@types/node": "^16.11.11",
"@types/node": "^16.11.12",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/webpack-dev-server": "^4.5.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"babel-loader": "^8.2.3",
"eslint": "^8.4.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"fork-ts-checker-webpack-plugin": "^6.5.0",
"html-webpack-plugin": "^5.5.0",
"ts-node": "^10.4.0",
"typescript": "~4.4.4",
"webpack": "^5.64.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/react-json-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.11",
"@types/node": "^16.11.12",
"@types/react": "^17.0.37",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"babel-loader": "^8.2.3",
"eslint": "^8.4.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-react": "^7.27.1",
Expand All @@ -69,10 +69,10 @@
"react": "^17.0.2",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.7",
"ts-jest": "^27.1.0",
"ts-node": "^10.4.0",
"typescript": "~4.4.4",
"webpack": "^5.64.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/redux-devtools-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,26 +67,26 @@
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@rjsf/core": "^3.2.1",
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.3",
"@types/jsan": "^3.1.2",
"@types/json-schema": "^7.0.9",
"@types/lodash": "^4.14.177",
"@types/node": "^16.11.11",
"@types/node": "^16.11.12",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20",
"@types/socketcluster-client": "^13.0.5",
"@types/styled-components": "^5.1.16",
"@types/styled-components": "^5.1.17",
"@types/testing-library__jest-dom": "^5.14.2",
"@types/webpack-dev-server": "^4.5.0",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"eslint": "^8.4.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-react": "^7.27.1",
Expand All @@ -102,17 +102,17 @@
"rimraf": "^3.0.2",
"style-loader": "^3.3.1",
"styled-components": "^5.3.3",
"ts-jest": "^27.0.7",
"ts-jest": "^27.1.0",
"ts-node": "^10.4.0",
"typescript": "~4.4.4",
"url-loader": "^4.1.1",
"webpack": "^5.64.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0",
"@types/styled-components": "^5.1.16",
"@types/styled-components": "^5.1.17",
"react": "^16.3.0 || ^17.0.0",
"styled-components": "^5.3.3"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/redux-devtools-chart-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"@babel/preset-typescript": "^7.16.0",
"@redux-devtools/core": "^3.9.1",
"@types/react": "^17.0.37",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.4.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/redux-devtools-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"electron": "^16.0.4",
"express": "^4.17.1",
"getport": "^0.1.0",
"graphql": "^16.0.1",
"graphql": "^16.1.0",
"knex": "^0.95.14",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
Expand Down Expand Up @@ -78,20 +78,20 @@
"@types/socketcluster": "^14.0.4",
"@types/socketcluster-client": "^13.0.5",
"@types/socketcluster-server": "^14.2.6",
"@types/styled-components": "^5.1.16",
"@types/styled-components": "^5.1.17",
"@types/supertest": "^2.0.11",
"@types/uuid": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.4.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.3.0",
"jest": "^27.4.3",
"ncp": "^2.0.0",
"rimraf": "^3.0.2",
"socketcluster-client": "^14.3.2",
"supertest": "^6.1.6",
"ts-jest": "^27.0.7",
"ts-jest": "^27.1.0",
"typescript": "~4.4.4"
}
}
Loading

0 comments on commit 4323824

Please sign in to comment.