Skip to content

Commit c9589c0

Browse files
chore(deps): update all non-major dependencies (#1186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6c9ae27 commit c9589c0

File tree

35 files changed

+3271
-3290
lines changed

35 files changed

+3271
-3290
lines changed

extension/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,27 @@
4141
"jsan": "^3.1.14",
4242
"localforage": "^1.10.0",
4343
"lodash": "^4.17.21",
44-
"react": "^18.1.0",
45-
"react-dom": "^18.1.0",
44+
"react": "^18.2.0",
45+
"react-dom": "^18.2.0",
4646
"react-icons": "^4.4.0",
47-
"react-is": "^18.1.0",
47+
"react-is": "^18.2.0",
4848
"react-json-tree": "^0.17.0",
4949
"react-redux": "^8.0.2",
5050
"redux": "^4.2.0",
5151
"redux-persist": "^6.0.0",
5252
"styled-components": "^5.3.5"
5353
},
5454
"devDependencies": {
55-
"@babel/core": "^7.18.2",
55+
"@babel/core": "^7.18.5",
5656
"@babel/preset-env": "^7.18.2",
5757
"@babel/preset-react": "^7.17.12",
5858
"@babel/preset-typescript": "^7.17.12",
5959
"@babel/register": "^7.17.7",
6060
"@testing-library/jest-dom": "^5.16.4",
6161
"@testing-library/react": "^13.3.0",
62-
"@types/chrome": "^0.0.188",
62+
"@types/chrome": "^0.0.190",
6363
"@types/lodash": "^4.14.182",
64-
"@types/react": "^18.0.12",
64+
"@types/react": "^18.0.14",
6565
"@types/react-dom": "^18.0.5",
6666
"@types/styled-components": "^5.1.25",
6767
"babel-loader": "^8.2.5",
@@ -70,13 +70,13 @@
7070
"copy-webpack-plugin": "^11.0.0",
7171
"cross-env": "^7.0.3",
7272
"css-loader": "^6.7.1",
73-
"electron": "^19.0.3",
74-
"eslint": "^8.17.0",
73+
"electron": "^19.0.4",
74+
"eslint": "^8.18.0",
7575
"eslint-config-airbnb": "^19.0.4",
7676
"eslint-plugin-import": "^2.26.0",
7777
"eslint-plugin-jsx-a11y": "^6.5.1",
7878
"eslint-plugin-react": "^7.30.0",
79-
"eslint-plugin-react-hooks": "^4.5.0",
79+
"eslint-plugin-react-hooks": "^4.6.0",
8080
"file-loader": "^6.2.0",
8181
"fork-ts-checker-webpack-plugin": "^7.2.11",
8282
"immutable": "^4.1.0",
@@ -91,8 +91,8 @@
9191
"sinon-chrome": "^3.0.1",
9292
"style-loader": "^3.3.1",
9393
"ts-jest": "^27.1.5",
94-
"typescript": "~4.7.3",
94+
"typescript": "~4.7.4",
9595
"webpack": "^5.73.0",
96-
"webpack-cli": "^4.9.2"
96+
"webpack-cli": "^4.10.0"
9797
}
9898
}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@babel/core": "^7.18.2",
4+
"@babel/core": "^7.18.5",
55
"@babel/eslint-parser": "^7.18.2",
6-
"@changesets/cli": "^2.22.0",
7-
"@typescript-eslint/eslint-plugin": "^5.27.0",
8-
"@typescript-eslint/parser": "^5.27.0",
9-
"eslint": "^8.17.0",
6+
"@changesets/cli": "^2.23.0",
7+
"@typescript-eslint/eslint-plugin": "^5.28.0",
8+
"@typescript-eslint/parser": "^5.28.0",
9+
"eslint": "^8.18.0",
1010
"eslint-config-prettier": "^8.5.0",
1111
"eslint-plugin-jest": "^26.5.3",
1212
"eslint-plugin-react": "^7.30.0",
13-
"eslint-plugin-react-hooks": "^4.5.0",
13+
"eslint-plugin-react-hooks": "^4.6.0",
1414
"jest": "^27.5.1",
15-
"prettier": "2.6.2",
16-
"typescript": "~4.7.3",
17-
"nx": "^14.1.9",
18-
"@nrwl/nx-cloud": "^14.0.5"
15+
"prettier": "2.7.1",
16+
"typescript": "~4.7.4",
17+
"nx": "^14.3.6",
18+
"@nrwl/nx-cloud": "^14.1.2"
1919
},
2020
"scripts": {
2121
"format": "prettier --write .",
@@ -38,7 +38,7 @@
3838
"packages/redux-devtools-rtk-query-monitor/demo",
3939
"packages/redux-devtools-slider-monitor/examples/todomvc"
4040
],
41-
"packageManager": "pnpm@7.1.9",
41+
"packageManager": "pnpm@7.3.0",
4242
"pnpm": {
4343
"overrides": {
4444
"@babel/highlight>chalk": "Methuselah96/chalk#v2-without-process"

packages/d3-state-visualizer/examples/tree/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@
2929
"map2tree": "^2.1.0"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.18.2",
32+
"@babel/core": "^7.18.5",
3333
"@babel/preset-env": "^7.18.2",
3434
"@babel/preset-typescript": "^7.17.12",
35-
"@types/node": "^16.11.38",
36-
"@typescript-eslint/eslint-plugin": "^5.27.0",
37-
"@typescript-eslint/parser": "^5.27.0",
35+
"@types/node": "^16.11.41",
36+
"@typescript-eslint/eslint-plugin": "^5.28.0",
37+
"@typescript-eslint/parser": "^5.28.0",
3838
"babel-loader": "^8.2.5",
3939
"cross-env": "^7.0.3",
40-
"eslint": "^8.17.0",
40+
"eslint": "^8.18.0",
4141
"eslint-config-prettier": "^8.5.0",
4242
"fork-ts-checker-webpack-plugin": "^7.2.11",
4343
"html-webpack-plugin": "^5.5.0",
4444
"ts-node": "^10.8.1",
45-
"typescript": "~4.7.3",
45+
"typescript": "~4.7.4",
4646
"webpack": "^5.73.0",
47-
"webpack-cli": "^4.9.2",
48-
"webpack-dev-server": "^4.9.1"
47+
"webpack-cli": "^4.10.0",
48+
"webpack-dev-server": "^4.9.2"
4949
}
5050
}

packages/d3-state-visualizer/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,25 +52,25 @@
5252
},
5353
"devDependencies": {
5454
"@babel/cli": "^7.17.10",
55-
"@babel/core": "^7.18.2",
55+
"@babel/core": "^7.18.5",
5656
"@babel/eslint-parser": "^7.18.2",
57-
"@babel/plugin-transform-runtime": "^7.18.2",
57+
"@babel/plugin-transform-runtime": "^7.18.5",
5858
"@babel/preset-env": "^7.18.2",
5959
"@babel/preset-typescript": "^7.17.12",
6060
"@rollup/plugin-babel": "^5.3.1",
6161
"@rollup/plugin-commonjs": "^22.0.0",
6262
"@rollup/plugin-node-resolve": "^13.3.0",
63-
"@types/node": "^16.11.38",
63+
"@types/node": "^16.11.41",
6464
"@types/ramda": "^0.28.14",
65-
"@typescript-eslint/eslint-plugin": "^5.27.0",
66-
"@typescript-eslint/parser": "^5.27.0",
67-
"eslint": "^8.17.0",
65+
"@typescript-eslint/eslint-plugin": "^5.28.0",
66+
"@typescript-eslint/parser": "^5.28.0",
67+
"eslint": "^8.18.0",
6868
"eslint-config-prettier": "^8.5.0",
6969
"rimraf": "^3.0.2",
70-
"rollup": "^2.75.5",
70+
"rollup": "^2.75.6",
7171
"rollup-plugin-terser": "^7.0.2",
72-
"rollup-plugin-typescript2": "^0.32.0",
72+
"rollup-plugin-typescript2": "^0.32.1",
7373
"tslib": "^2.4.0",
74-
"typescript": "~4.7.3"
74+
"typescript": "~4.7.4"
7575
}
7676
}

packages/d3tooltip/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,28 +43,28 @@
4343
},
4444
"devDependencies": {
4545
"@babel/cli": "^7.17.10",
46-
"@babel/core": "^7.18.2",
46+
"@babel/core": "^7.18.5",
4747
"@babel/eslint-parser": "^7.18.2",
48-
"@babel/plugin-transform-runtime": "^7.18.2",
48+
"@babel/plugin-transform-runtime": "^7.18.5",
4949
"@babel/preset-env": "^7.18.2",
5050
"@babel/preset-typescript": "^7.17.12",
5151
"@rollup/plugin-babel": "^5.3.1",
5252
"@rollup/plugin-commonjs": "^22.0.0",
5353
"@rollup/plugin-node-resolve": "^13.3.0",
5454
"@types/d3": "^3.5.47",
55-
"@types/node": "^16.11.38",
55+
"@types/node": "^16.11.41",
5656
"@types/ramda": "^0.28.14",
57-
"@typescript-eslint/eslint-plugin": "^5.27.0",
58-
"@typescript-eslint/parser": "^5.27.0",
57+
"@typescript-eslint/eslint-plugin": "^5.28.0",
58+
"@typescript-eslint/parser": "^5.28.0",
5959
"d3": "^3.5.17",
60-
"eslint": "^8.17.0",
60+
"eslint": "^8.18.0",
6161
"eslint-config-prettier": "^8.5.0",
6262
"rimraf": "^3.0.2",
63-
"rollup": "^2.75.5",
63+
"rollup": "^2.75.6",
6464
"rollup-plugin-terser": "^7.0.2",
65-
"rollup-plugin-typescript2": "^0.32.0",
65+
"rollup-plugin-typescript2": "^0.32.1",
6666
"tslib": "^2.4.0",
67-
"typescript": "~4.7.3"
67+
"typescript": "~4.7.4"
6868
},
6969
"peerDependencies": {
7070
"@types/d3": "^3.5.47",

packages/map2tree/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,30 +47,30 @@
4747
},
4848
"devDependencies": {
4949
"@babel/cli": "^7.17.10",
50-
"@babel/core": "^7.18.2",
50+
"@babel/core": "^7.18.5",
5151
"@babel/eslint-parser": "^7.18.2",
52-
"@babel/plugin-transform-runtime": "^7.18.2",
52+
"@babel/plugin-transform-runtime": "^7.18.5",
5353
"@babel/preset-env": "^7.18.2",
5454
"@babel/preset-typescript": "^7.17.12",
5555
"@rollup/plugin-babel": "^5.3.1",
5656
"@rollup/plugin-commonjs": "^22.0.0",
5757
"@rollup/plugin-node-resolve": "^13.3.0",
5858
"@types/jest": "^27.5.2",
5959
"@types/lodash": "^4.14.182",
60-
"@types/node": "^16.11.38",
61-
"@typescript-eslint/eslint-plugin": "^5.27.0",
62-
"@typescript-eslint/parser": "^5.27.0",
63-
"eslint": "^8.17.0",
60+
"@types/node": "^16.11.41",
61+
"@typescript-eslint/eslint-plugin": "^5.28.0",
62+
"@typescript-eslint/parser": "^5.28.0",
63+
"eslint": "^8.18.0",
6464
"eslint-config-prettier": "^8.5.0",
6565
"eslint-plugin-jest": "^26.5.3",
6666
"immutable": "^4.1.0",
6767
"jest": "^27.5.1",
6868
"rimraf": "^3.0.2",
69-
"rollup": "^2.75.5",
69+
"rollup": "^2.75.6",
7070
"rollup-plugin-terser": "^7.0.2",
71-
"rollup-plugin-typescript2": "^0.32.0",
71+
"rollup-plugin-typescript2": "^0.32.1",
7272
"ts-jest": "^27.1.5",
7373
"tslib": "^2.4.0",
74-
"typescript": "~4.7.3"
74+
"typescript": "~4.7.4"
7575
}
7676
}

packages/react-base16-styling/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@
4949
},
5050
"devDependencies": {
5151
"@babel/cli": "^7.17.10",
52-
"@babel/core": "^7.18.2",
52+
"@babel/core": "^7.18.5",
5353
"@babel/eslint-parser": "^7.18.2",
54-
"@babel/plugin-transform-runtime": "^7.18.2",
54+
"@babel/plugin-transform-runtime": "^7.18.5",
5555
"@babel/preset-env": "^7.18.2",
5656
"@babel/preset-typescript": "^7.17.12",
5757
"@types/color": "^3.0.3",
5858
"@types/jest": "^27.5.2",
5959
"@types/lodash.curry": "^4.1.7",
60-
"@typescript-eslint/eslint-plugin": "^5.27.0",
61-
"@typescript-eslint/parser": "^5.27.0",
62-
"eslint": "^8.17.0",
60+
"@typescript-eslint/eslint-plugin": "^5.28.0",
61+
"@typescript-eslint/parser": "^5.28.0",
62+
"eslint": "^8.18.0",
6363
"eslint-config-prettier": "^8.5.0",
6464
"eslint-plugin-jest": "^26.5.3",
6565
"jest": "^27.5.1",
6666
"rimraf": "^3.0.2",
6767
"ts-jest": "^27.1.5",
68-
"typescript": "~4.7.3"
68+
"typescript": "~4.7.4"
6969
}
7070
}

packages/react-dock/demo/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,37 @@
1010
"type-check": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"react": "^18.1.0",
13+
"react": "^18.2.0",
1414
"react-bootstrap": "^2.4.0",
1515
"react-dock": "^0.6.0",
16-
"react-dom": "^18.1.0",
16+
"react-dom": "^18.2.0",
1717
"react-icons": "^4.4.0",
18-
"react-is": "^18.1.0",
18+
"react-is": "^18.2.0",
1919
"styled-components": "^5.3.5"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.18.2",
22+
"@babel/core": "^7.18.5",
2323
"@babel/preset-env": "^7.18.2",
2424
"@babel/preset-react": "^7.17.12",
2525
"@babel/preset-typescript": "^7.17.12",
26-
"@types/node": "^16.11.38",
27-
"@types/react": "^18.0.12",
26+
"@types/node": "^16.11.41",
27+
"@types/react": "^18.0.14",
2828
"@types/react-dom": "^18.0.5",
2929
"@types/styled-components": "^5.1.25",
30-
"@typescript-eslint/eslint-plugin": "^5.27.0",
31-
"@typescript-eslint/parser": "^5.27.0",
30+
"@typescript-eslint/eslint-plugin": "^5.28.0",
31+
"@typescript-eslint/parser": "^5.28.0",
3232
"babel-loader": "^8.2.5",
3333
"cross-env": "^7.0.3",
34-
"eslint": "^8.17.0",
34+
"eslint": "^8.18.0",
3535
"eslint-config-prettier": "^8.5.0",
3636
"eslint-plugin-react": "^7.30.0",
37-
"eslint-plugin-react-hooks": "^4.5.0",
37+
"eslint-plugin-react-hooks": "^4.6.0",
3838
"fork-ts-checker-webpack-plugin": "^7.2.11",
3939
"html-webpack-plugin": "^5.5.0",
4040
"ts-node": "^10.8.1",
41-
"typescript": "~4.7.3",
41+
"typescript": "~4.7.4",
4242
"webpack": "^5.73.0",
43-
"webpack-cli": "^4.9.2",
44-
"webpack-dev-server": "^4.9.1"
43+
"webpack-cli": "^4.10.0",
44+
"webpack-dev-server": "^4.9.2"
4545
}
4646
}

packages/react-dock/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,29 +47,29 @@
4747
},
4848
"devDependencies": {
4949
"@babel/cli": "^7.17.10",
50-
"@babel/core": "^7.18.2",
50+
"@babel/core": "^7.18.5",
5151
"@babel/eslint-parser": "^7.18.2",
52-
"@babel/plugin-transform-runtime": "^7.18.2",
52+
"@babel/plugin-transform-runtime": "^7.18.5",
5353
"@babel/preset-env": "^7.18.2",
5454
"@babel/preset-react": "^7.17.12",
5555
"@babel/preset-typescript": "^7.17.12",
5656
"@types/jest": "^27.5.2",
5757
"@types/lodash.debounce": "^4.0.7",
58-
"@types/react": "^18.0.12",
58+
"@types/react": "^18.0.14",
5959
"@types/react-test-renderer": "^18.0.0",
60-
"@typescript-eslint/eslint-plugin": "^5.27.0",
61-
"@typescript-eslint/parser": "^5.27.0",
62-
"eslint": "^8.17.0",
60+
"@typescript-eslint/eslint-plugin": "^5.28.0",
61+
"@typescript-eslint/parser": "^5.28.0",
62+
"eslint": "^8.18.0",
6363
"eslint-config-prettier": "^8.5.0",
6464
"eslint-plugin-jest": "^26.5.3",
6565
"eslint-plugin-react": "^7.30.0",
66-
"eslint-plugin-react-hooks": "^4.5.0",
66+
"eslint-plugin-react-hooks": "^4.6.0",
6767
"jest": "^27.5.1",
68-
"react": "^18.1.0",
69-
"react-test-renderer": "^18.1.0",
68+
"react": "^18.2.0",
69+
"react-test-renderer": "^18.2.0",
7070
"rimraf": "^3.0.2",
7171
"ts-jest": "^27.1.5",
72-
"typescript": "~4.7.3"
72+
"typescript": "~4.7.4"
7373
},
7474
"peerDependencies": {
7575
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",

0 commit comments

Comments
 (0)