Skip to content

Commit 1ef86dc

Browse files
chore(deps): update all non-major dependencies (#1282)
* chore(deps): update all non-major dependencies * Update snapshots Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <[email protected]>
1 parent 4c1096a commit 1ef86dc

File tree

37 files changed

+3064
-3021
lines changed

37 files changed

+3064
-3021
lines changed

extension/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"lodash": "^4.17.21",
4242
"react": "^18.2.0",
4343
"react-dom": "^18.2.0",
44-
"react-icons": "^4.6.0",
44+
"react-icons": "^4.7.1",
4545
"react-is": "^18.2.0",
4646
"react-json-tree": "^0.17.0",
4747
"react-redux": "^8.0.5",
@@ -50,33 +50,33 @@
5050
"styled-components": "^5.3.6"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.20.2",
53+
"@babel/core": "^7.20.5",
5454
"@babel/preset-env": "^7.20.2",
5555
"@babel/preset-react": "^7.18.6",
5656
"@babel/preset-typescript": "^7.18.6",
5757
"@babel/register": "^7.18.9",
5858
"@testing-library/jest-dom": "^5.16.5",
5959
"@testing-library/react": "^13.4.0",
60-
"@types/chrome": "^0.0.203",
61-
"@types/lodash": "^4.14.190",
62-
"@types/react": "^18.0.25",
60+
"@types/chrome": "^0.0.206",
61+
"@types/lodash": "^4.14.191",
62+
"@types/react": "^18.0.26",
6363
"@types/react-dom": "^18.0.9",
6464
"@types/styled-components": "^5.1.26",
6565
"babel-loader": "^9.1.0",
6666
"chromedriver": "^108.0.0",
6767
"copy-webpack-plugin": "^11.0.0",
6868
"cpy-cli": "^4.2.0",
6969
"cross-env": "^7.0.3",
70-
"css-loader": "^6.7.2",
70+
"css-loader": "^6.7.3",
7171
"electron": "^22.0.0",
72-
"eslint": "^8.28.0",
72+
"eslint": "^8.30.0",
7373
"eslint-config-airbnb": "^19.0.4",
7474
"eslint-plugin-import": "^2.26.0",
7575
"eslint-plugin-jsx-a11y": "^6.6.1",
7676
"eslint-plugin-react": "^7.31.11",
7777
"eslint-plugin-react-hooks": "^4.6.0",
7878
"file-loader": "^6.2.0",
79-
"fork-ts-checker-webpack-plugin": "^7.2.13",
79+
"fork-ts-checker-webpack-plugin": "^7.2.14",
8080
"immutable": "^4.1.0",
8181
"jest": "^29.3.1",
8282
"jest-environment-jsdom": "^29.3.1",
@@ -85,12 +85,12 @@
8585
"react-transform-catch-errors": "^1.0.2",
8686
"react-transform-hmr": "^1.0.4",
8787
"rimraf": "^3.0.2",
88-
"selenium-webdriver": "^4.6.1",
88+
"selenium-webdriver": "^4.7.1",
8989
"sinon-chrome": "^3.0.1",
9090
"style-loader": "^3.3.1",
9191
"ts-jest": "^29.0.3",
92-
"typescript": "~4.9.3",
92+
"typescript": "~4.9.4",
9393
"webpack": "^5.75.0",
94-
"webpack-cli": "^5.0.0"
94+
"webpack-cli": "^5.0.1"
9595
}
9696
}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@babel/core": "^7.20.2",
4+
"@babel/core": "^7.20.5",
55
"@babel/eslint-parser": "^7.19.1",
6-
"@changesets/cli": "^2.25.2",
7-
"@typescript-eslint/eslint-plugin": "^5.44.0",
8-
"@typescript-eslint/parser": "^5.44.0",
9-
"eslint": "^8.28.0",
6+
"@changesets/cli": "^2.26.0",
7+
"@typescript-eslint/eslint-plugin": "^5.47.0",
8+
"@typescript-eslint/parser": "^5.47.0",
9+
"eslint": "^8.30.0",
1010
"eslint-config-prettier": "^8.5.0",
11-
"eslint-plugin-jest": "^27.1.6",
11+
"eslint-plugin-jest": "^27.1.7",
1212
"eslint-plugin-react": "^7.31.11",
1313
"eslint-plugin-react-hooks": "^4.6.0",
1414
"jest": "^29.3.1",
15-
"prettier": "2.8.0",
16-
"typescript": "~4.9.3",
17-
"nx": "^15.2.1",
15+
"prettier": "2.8.1",
16+
"typescript": "~4.9.4",
17+
"nx": "^15.3.3",
1818
"@nrwl/nx-cloud": "^15.0.2"
1919
},
2020
"scripts": {
@@ -39,7 +39,7 @@
3939
"packages/redux-devtools-rtk-query-monitor/demo",
4040
"packages/redux-devtools-slider-monitor/examples/todomvc"
4141
],
42-
"packageManager": "pnpm@7.17.1",
42+
"packageManager": "pnpm@7.19.0",
4343
"pnpm": {
4444
"overrides": {
4545
"@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.20.2",
32+
"@babel/core": "^7.20.5",
3333
"@babel/preset-env": "^7.20.2",
3434
"@babel/preset-typescript": "^7.18.6",
35-
"@types/node": "^18.11.9",
36-
"@typescript-eslint/eslint-plugin": "^5.44.0",
37-
"@typescript-eslint/parser": "^5.44.0",
35+
"@types/node": "^18.11.17",
36+
"@typescript-eslint/eslint-plugin": "^5.47.0",
37+
"@typescript-eslint/parser": "^5.47.0",
3838
"babel-loader": "^9.1.0",
3939
"cross-env": "^7.0.3",
40-
"eslint": "^8.28.0",
40+
"eslint": "^8.30.0",
4141
"eslint-config-prettier": "^8.5.0",
42-
"fork-ts-checker-webpack-plugin": "^7.2.13",
42+
"fork-ts-checker-webpack-plugin": "^7.2.14",
4343
"html-webpack-plugin": "^5.5.0",
4444
"ts-node": "^10.9.1",
45-
"typescript": "~4.9.3",
45+
"typescript": "~4.9.4",
4646
"webpack": "^5.75.0",
47-
"webpack-cli": "^5.0.0",
47+
"webpack-cli": "^5.0.1",
4848
"webpack-dev-server": "^4.11.1"
4949
}
5050
}

packages/d3-state-visualizer/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prepublish": "pnpm run type-check && pnpm run lint"
4343
},
4444
"dependencies": {
45-
"@babel/runtime": "^7.20.1",
45+
"@babel/runtime": "^7.20.6",
4646
"@types/d3": "^3.5.47",
4747
"d3": "^3.5.17",
4848
"d3tooltip": "^2.1.0",
@@ -52,25 +52,25 @@
5252
},
5353
"devDependencies": {
5454
"@babel/cli": "^7.19.3",
55-
"@babel/core": "^7.20.2",
55+
"@babel/core": "^7.20.5",
5656
"@babel/eslint-parser": "^7.19.1",
5757
"@babel/plugin-transform-runtime": "^7.19.6",
5858
"@babel/preset-env": "^7.20.2",
5959
"@babel/preset-typescript": "^7.18.6",
6060
"@rollup/plugin-babel": "^6.0.3",
61-
"@rollup/plugin-commonjs": "^23.0.2",
61+
"@rollup/plugin-commonjs": "^23.0.7",
6262
"@rollup/plugin-node-resolve": "^15.0.1",
63-
"@rollup/plugin-terser": "^0.1.0",
64-
"@types/node": "^18.11.9",
63+
"@rollup/plugin-terser": "^0.2.1",
64+
"@types/node": "^18.11.17",
6565
"@types/ramda": "^0.28.20",
66-
"@typescript-eslint/eslint-plugin": "^5.44.0",
67-
"@typescript-eslint/parser": "^5.44.0",
68-
"eslint": "^8.28.0",
66+
"@typescript-eslint/eslint-plugin": "^5.47.0",
67+
"@typescript-eslint/parser": "^5.47.0",
68+
"eslint": "^8.30.0",
6969
"eslint-config-prettier": "^8.5.0",
7070
"rimraf": "^3.0.2",
71-
"rollup": "^3.5.0",
71+
"rollup": "^3.7.5",
7272
"rollup-plugin-typescript2": "^0.34.1",
7373
"tslib": "^2.4.1",
74-
"typescript": "~4.9.3"
74+
"typescript": "~4.9.4"
7575
}
7676
}

packages/d3tooltip/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,33 +38,33 @@
3838
"prepublish": "pnpm run type-check && pnpm run lint"
3939
},
4040
"dependencies": {
41-
"@babel/runtime": "^7.20.1",
41+
"@babel/runtime": "^7.20.6",
4242
"ramda": "^0.28.0"
4343
},
4444
"devDependencies": {
4545
"@babel/cli": "^7.19.3",
46-
"@babel/core": "^7.20.2",
46+
"@babel/core": "^7.20.5",
4747
"@babel/eslint-parser": "^7.19.1",
4848
"@babel/plugin-transform-runtime": "^7.19.6",
4949
"@babel/preset-env": "^7.20.2",
5050
"@babel/preset-typescript": "^7.18.6",
5151
"@rollup/plugin-babel": "^6.0.3",
52-
"@rollup/plugin-commonjs": "^23.0.2",
52+
"@rollup/plugin-commonjs": "^23.0.7",
5353
"@rollup/plugin-node-resolve": "^15.0.1",
54-
"@rollup/plugin-terser": "^0.1.0",
54+
"@rollup/plugin-terser": "^0.2.1",
5555
"@types/d3": "^3.5.47",
56-
"@types/node": "^18.11.9",
56+
"@types/node": "^18.11.17",
5757
"@types/ramda": "^0.28.20",
58-
"@typescript-eslint/eslint-plugin": "^5.44.0",
59-
"@typescript-eslint/parser": "^5.44.0",
58+
"@typescript-eslint/eslint-plugin": "^5.47.0",
59+
"@typescript-eslint/parser": "^5.47.0",
6060
"d3": "^3.5.17",
61-
"eslint": "^8.28.0",
61+
"eslint": "^8.30.0",
6262
"eslint-config-prettier": "^8.5.0",
6363
"rimraf": "^3.0.2",
64-
"rollup": "^3.5.0",
64+
"rollup": "^3.7.5",
6565
"rollup-plugin-typescript2": "^0.34.1",
6666
"tslib": "^2.4.1",
67-
"typescript": "~4.9.3"
67+
"typescript": "~4.9.4"
6868
},
6969
"peerDependencies": {
7070
"@types/d3": "^3.5.47",

packages/map2tree/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,35 +42,35 @@
4242
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4343
},
4444
"dependencies": {
45-
"@babel/runtime": "^7.20.1",
45+
"@babel/runtime": "^7.20.6",
4646
"lodash": "^4.17.21"
4747
},
4848
"devDependencies": {
4949
"@babel/cli": "^7.19.3",
50-
"@babel/core": "^7.20.2",
50+
"@babel/core": "^7.20.5",
5151
"@babel/eslint-parser": "^7.19.1",
5252
"@babel/plugin-transform-runtime": "^7.19.6",
5353
"@babel/preset-env": "^7.20.2",
5454
"@babel/preset-typescript": "^7.18.6",
5555
"@rollup/plugin-babel": "^6.0.3",
56-
"@rollup/plugin-commonjs": "^23.0.2",
56+
"@rollup/plugin-commonjs": "^23.0.7",
5757
"@rollup/plugin-node-resolve": "^15.0.1",
58-
"@rollup/plugin-terser": "^0.1.0",
59-
"@types/jest": "^29.2.3",
60-
"@types/lodash": "^4.14.190",
61-
"@types/node": "^18.11.9",
62-
"@typescript-eslint/eslint-plugin": "^5.44.0",
63-
"@typescript-eslint/parser": "^5.44.0",
64-
"eslint": "^8.28.0",
58+
"@rollup/plugin-terser": "^0.2.1",
59+
"@types/jest": "^29.2.4",
60+
"@types/lodash": "^4.14.191",
61+
"@types/node": "^18.11.17",
62+
"@typescript-eslint/eslint-plugin": "^5.47.0",
63+
"@typescript-eslint/parser": "^5.47.0",
64+
"eslint": "^8.30.0",
6565
"eslint-config-prettier": "^8.5.0",
66-
"eslint-plugin-jest": "^27.1.6",
66+
"eslint-plugin-jest": "^27.1.7",
6767
"immutable": "^4.1.0",
6868
"jest": "^29.3.1",
6969
"rimraf": "^3.0.2",
70-
"rollup": "^3.5.0",
70+
"rollup": "^3.7.5",
7171
"rollup-plugin-typescript2": "^0.34.1",
7272
"ts-jest": "^29.0.3",
7373
"tslib": "^2.4.1",
74-
"typescript": "~4.9.3"
74+
"typescript": "~4.9.4"
7575
}
7676
}

packages/react-base16-styling/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,33 +39,33 @@
3939
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4040
},
4141
"dependencies": {
42-
"@babel/runtime": "^7.20.1",
42+
"@babel/runtime": "^7.20.6",
4343
"@types/base16": "^1.0.2",
44-
"@types/lodash": "^4.14.190",
44+
"@types/lodash": "^4.14.191",
4545
"base16": "^1.0.0",
4646
"color": "^4.2.3",
4747
"csstype": "^3.1.1",
4848
"lodash.curry": "^4.1.1"
4949
},
5050
"devDependencies": {
5151
"@babel/cli": "^7.19.3",
52-
"@babel/core": "^7.20.2",
52+
"@babel/core": "^7.20.5",
5353
"@babel/eslint-parser": "^7.19.1",
5454
"@babel/plugin-transform-runtime": "^7.19.6",
5555
"@babel/preset-env": "^7.20.2",
5656
"@babel/preset-typescript": "^7.18.6",
5757
"@types/color": "^3.0.3",
58-
"@types/jest": "^29.2.3",
58+
"@types/jest": "^29.2.4",
5959
"@types/lodash.curry": "^4.1.7",
60-
"@typescript-eslint/eslint-plugin": "^5.44.0",
61-
"@typescript-eslint/parser": "^5.44.0",
62-
"eslint": "^8.28.0",
60+
"@typescript-eslint/eslint-plugin": "^5.47.0",
61+
"@typescript-eslint/parser": "^5.47.0",
62+
"eslint": "^8.30.0",
6363
"eslint-config-prettier": "^8.5.0",
64-
"eslint-plugin-jest": "^27.1.6",
64+
"eslint-plugin-jest": "^27.1.7",
6565
"jest": "^29.3.1",
6666
"jest-environment-jsdom": "^29.3.1",
6767
"rimraf": "^3.0.2",
6868
"ts-jest": "^29.0.3",
69-
"typescript": "~4.9.3"
69+
"typescript": "~4.9.4"
7070
}
7171
}

packages/react-dock/demo/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,36 @@
1111
},
1212
"dependencies": {
1313
"react": "^18.2.0",
14-
"react-bootstrap": "^2.6.0",
14+
"react-bootstrap": "^2.7.0",
1515
"react-dock": "^0.6.0",
1616
"react-dom": "^18.2.0",
17-
"react-icons": "^4.6.0",
17+
"react-icons": "^4.7.1",
1818
"react-is": "^18.2.0",
1919
"styled-components": "^5.3.6"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.20.2",
22+
"@babel/core": "^7.20.5",
2323
"@babel/preset-env": "^7.20.2",
2424
"@babel/preset-react": "^7.18.6",
2525
"@babel/preset-typescript": "^7.18.6",
26-
"@types/node": "^18.11.9",
27-
"@types/react": "^18.0.25",
26+
"@types/node": "^18.11.17",
27+
"@types/react": "^18.0.26",
2828
"@types/react-dom": "^18.0.9",
2929
"@types/styled-components": "^5.1.26",
30-
"@typescript-eslint/eslint-plugin": "^5.44.0",
31-
"@typescript-eslint/parser": "^5.44.0",
30+
"@typescript-eslint/eslint-plugin": "^5.47.0",
31+
"@typescript-eslint/parser": "^5.47.0",
3232
"babel-loader": "^9.1.0",
3333
"cross-env": "^7.0.3",
34-
"eslint": "^8.28.0",
34+
"eslint": "^8.30.0",
3535
"eslint-config-prettier": "^8.5.0",
3636
"eslint-plugin-react": "^7.31.11",
3737
"eslint-plugin-react-hooks": "^4.6.0",
38-
"fork-ts-checker-webpack-plugin": "^7.2.13",
38+
"fork-ts-checker-webpack-plugin": "^7.2.14",
3939
"html-webpack-plugin": "^5.5.0",
4040
"ts-node": "^10.9.1",
41-
"typescript": "~4.9.3",
41+
"typescript": "~4.9.4",
4242
"webpack": "^5.75.0",
43-
"webpack-cli": "^5.0.0",
43+
"webpack-cli": "^5.0.1",
4444
"webpack-dev-server": "^4.11.1"
4545
}
4646
}

0 commit comments

Comments
 (0)