Skip to content

Commit

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

* Combine react types

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Nathan Bierema <[email protected]>
  • Loading branch information
3 people authored Oct 4, 2021
1 parent 88685b0 commit 3957e69
Show file tree
Hide file tree
Showing 34 changed files with 1,488 additions and 1,063 deletions.
18 changes: 9 additions & 9 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"lodash": "^4.17.21",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-icons": "^4.2.0",
"react-icons": "^4.3.1",
"react-is": "^16.13.1",
"react-json-tree": "^0.15.0",
"react-redux": "^7.2.5",
Expand All @@ -61,9 +61,9 @@
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/register": "^7.15.3",
"@types/chrome": "^0.0.157",
"@types/lodash": "^4.14.173",
"@types/react": "^16.14.15",
"@types/chrome": "^0.0.158",
"@types/lodash": "^4.14.175",
"@types/react": "^16.14.16",
"@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.18",
"@types/styled-components": "^5.1.14",
Expand All @@ -73,20 +73,20 @@
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.3",
"css-loader": "^6.3.0",
"electron": "^15.0.0",
"electron": "^15.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.25.3",
"eslint-plugin-react": "^7.26.1",
"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.15",
"jest": "^27.2.1",
"jest": "^27.2.4",
"path-browserify": "^1.0.1",
"pug-html-loader": "^1.1.5",
"raw-loader": "^4.0.2",
Expand All @@ -95,10 +95,10 @@
"rimraf": "^3.0.2",
"selenium-webdriver": "^3.6.0",
"sinon-chrome": "^3.0.1",
"style-loader": "^3.2.1",
"style-loader": "^3.3.0",
"ts-jest": "^27.0.5",
"typescript": "~4.3.5",
"webpack": "^5.53.0",
"webpack": "^5.56.0",
"webpack-cli": "^4.8.0"
}
}
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-react": "^7.25.3",
"eslint-plugin-jest": "^24.5.0",
"eslint-plugin-react": "^7.26.1",
"jest": "^27.2.4",
"lerna": "^4.0.0",
"prettier": "2.4.1",
"typescript": "~4.3.5"
Expand Down
12 changes: 6 additions & 6 deletions packages/d3-state-visualizer/examples/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/node": "^14.17.17",
"@types/node": "^14.17.20",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@types/webpack-dev-server": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"fork-ts-checker-webpack-plugin": "^6.3.3",
"html-webpack-plugin": "^5.3.2",
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"webpack": "^5.53.0",
"webpack": "^5.56.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
"webpack-dev-server": "^4.3.0"
}
}
10 changes: 5 additions & 5 deletions packages/d3-state-visualizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/node": "^14.17.17",
"@types/ramda": "^0.27.44",
"@types/node": "^14.17.20",
"@types/ramda": "^0.27.45",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"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.53.0",
"webpack": "^5.56.0",
"webpack-cli": "^4.8.0"
}
}
10 changes: 5 additions & 5 deletions packages/d3tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/d3": "^3.5.45",
"@types/node": "^14.17.17",
"@types/ramda": "^0.27.44",
"@types/node": "^14.17.20",
"@types/ramda": "^0.27.45",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"babel-loader": "^8.2.2",
"d3": "^3.5.17",
"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.53.0",
"webpack": "^5.56.0",
"webpack-cli": "^4.8.0"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/map2tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,23 @@
"@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.173",
"@types/node": "^14.17.17",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.175",
"@types/node": "^14.17.20",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-jest": "^24.5.0",
"immutable": "^4.0.0-rc.15",
"jest": "^27.2.1",
"jest": "^27.2.4",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"webpack": "^5.53.0",
"webpack": "^5.56.0",
"webpack-cli": "^4.8.0"
}
}
12 changes: 6 additions & 6 deletions packages/react-base16-styling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@types/base16": "^1.0.2",
"@types/lodash": "^4.14.173",
"@types/lodash": "^4.14.175",
"base16": "^1.0.0",
"color": "^3.2.1",
"csstype": "^3.0.9",
Expand All @@ -49,14 +49,14 @@
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/color": "^3.0.2",
"@types/jest": "^27.0.1",
"@types/jest": "^27.0.2",
"@types/lodash.curry": "^4.1.6",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.2",
"jest": "^27.2.1",
"eslint-plugin-jest": "^24.5.0",
"jest": "^27.2.4",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.5",
"typescript": "~4.3.5"
Expand Down
20 changes: 10 additions & 10 deletions packages/react-dock/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"dependencies": {
"react": "^16.14.0",
"react-bootstrap": "^1.6.3",
"react-bootstrap": "^1.6.4",
"react-dock": "^0.4.0",
"react-dom": "^16.14.0",
"react-icons": "^4.2.0",
"react-icons": "^4.3.1",
"react-is": "^16.13.1",
"styled-components": "^5.3.1"
},
Expand All @@ -23,24 +23,24 @@
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/node": "^14.17.17",
"@types/react": "^16.14.15",
"@types/node": "^14.17.20",
"@types/react": "^16.14.16",
"@types/react-dom": "^16.9.14",
"@types/styled-components": "^5.1.14",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@types/webpack-dev-server": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.25.3",
"eslint-plugin-react": "^7.26.1",
"fork-ts-checker-webpack-plugin": "^6.3.3",
"html-webpack-plugin": "^5.3.2",
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"webpack": "^5.53.0",
"webpack": "^5.56.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
"webpack-dev-server": "^4.3.0"
}
}
16 changes: 8 additions & 8 deletions packages/react-dock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prepublish": "yarn run type-check && yarn run lint && yarn run test"
},
"dependencies": {
"@types/lodash": "^4.14.173",
"@types/lodash": "^4.14.175",
"@types/prop-types": "^15.7.4",
"lodash.debounce": "^4.0.8",
"prop-types": "^15.7.2"
Expand All @@ -47,17 +47,17 @@
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.1",
"@types/jest": "^27.0.2",
"@types/lodash.debounce": "^4.0.6",
"@types/react": "^16.14.15",
"@types/react": "^16.14.16",
"@types/react-test-renderer": "^16.9.5",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-react": "^7.25.3",
"jest": "^27.2.1",
"eslint-plugin-jest": "^24.5.0",
"eslint-plugin-react": "^7.26.1",
"jest": "^27.2.4",
"react": "^16.14.0",
"react-test-renderer": "^16.14.0",
"rimraf": "^3.0.2",
Expand Down
16 changes: 8 additions & 8 deletions packages/react-json-tree/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/node": "^14.17.17",
"@types/react": "^16.14.15",
"@types/node": "^14.17.20",
"@types/react": "^16.14.16",
"@types/react-dom": "^16.9.14",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@types/webpack-dev-server": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.25.3",
"eslint-plugin-react": "^7.26.1",
"fork-ts-checker-webpack-plugin": "^6.3.3",
"html-webpack-plugin": "^5.3.2",
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"webpack": "^5.53.0",
"webpack": "^5.56.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
"webpack-dev-server": "^4.3.0"
}
}
18 changes: 9 additions & 9 deletions packages/react-json-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,26 @@
"@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.17",
"@types/react": "^16.14.15",
"@types/jest": "^27.0.2",
"@types/node": "^14.17.20",
"@types/react": "^16.14.16",
"@types/react-test-renderer": "^16.9.5",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-react": "^7.25.3",
"jest": "^27.2.1",
"eslint-plugin-jest": "^24.5.0",
"eslint-plugin-react": "^7.26.1",
"jest": "^27.2.4",
"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.53.0",
"webpack": "^5.56.0",
"webpack-cli": "^4.8.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 3957e69

Please sign in to comment.