Skip to content

Commit fe9a367

Browse files
chore(deps): update all non-major dependencies (#1605)
* chore(deps): update all non-major dependencies * Format * Temporarily downgrade @types/redux-logger --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <[email protected]>
1 parent eba12e7 commit fe9a367

File tree

37 files changed

+2769
-2712
lines changed

37 files changed

+2769
-2712
lines changed

extension/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -47,38 +47,38 @@
4747
"styled-components": "^5.3.11"
4848
},
4949
"devDependencies": {
50-
"@babel/core": "^7.23.7",
51-
"@babel/preset-env": "^7.23.8",
50+
"@babel/core": "^7.23.9",
51+
"@babel/preset-env": "^7.23.9",
5252
"@babel/preset-react": "^7.23.3",
5353
"@babel/preset-typescript": "^7.23.3",
5454
"@babel/register": "^7.23.7",
55-
"@testing-library/jest-dom": "^6.2.0",
56-
"@testing-library/react": "^14.1.2",
57-
"@types/chrome": "^0.0.256",
55+
"@testing-library/jest-dom": "^6.4.2",
56+
"@testing-library/react": "^14.2.1",
57+
"@types/chrome": "^0.0.260",
5858
"@types/lodash": "^4.14.202",
59-
"@types/react": "^18.2.47",
60-
"@types/react-dom": "^18.2.18",
59+
"@types/react": "^18.2.55",
60+
"@types/react-dom": "^18.2.19",
6161
"@types/styled-components": "^5.1.34",
6262
"chromedriver": "^118.0.1",
6363
"cross-env": "^7.0.3",
64-
"electron": "^27.2.1",
65-
"esbuild": "^0.19.11",
64+
"electron": "^27.3.2",
65+
"esbuild": "^0.20.0",
6666
"eslint": "^8.56.0",
6767
"eslint-config-airbnb": "^19.0.4",
6868
"eslint-plugin-import": "^2.29.1",
6969
"eslint-plugin-jsx-a11y": "^6.8.0",
7070
"eslint-plugin-react": "^7.33.2",
7171
"eslint-plugin-react-hooks": "^4.6.0",
72-
"immutable": "^4.3.4",
72+
"immutable": "^4.3.5",
7373
"jest": "^29.7.0",
7474
"jest-environment-jsdom": "^29.7.0",
7575
"pug": "^3.0.2",
7676
"rimraf": "^5.0.5",
77-
"selenium-webdriver": "^4.16.0",
77+
"selenium-webdriver": "^4.17.0",
7878
"sinon-chrome": "^3.0.1",
79-
"ts-jest": "^29.1.1",
79+
"ts-jest": "^29.1.2",
8080
"typescript": "~5.3.3",
81-
"webpack": "^5.89.0",
81+
"webpack": "^5.90.1",
8282
"webpack-cli": "^5.1.4"
8383
}
8484
}

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@babel/core": "^7.23.7",
5-
"@babel/eslint-parser": "^7.23.3",
4+
"@babel/core": "^7.23.9",
5+
"@babel/eslint-parser": "^7.23.10",
66
"@changesets/cli": "^2.27.1",
77
"@nrwl/nx-cloud": "^16.5.2",
8-
"@typescript-eslint/eslint-plugin": "^6.18.1",
9-
"@typescript-eslint/parser": "^6.18.1",
8+
"@typescript-eslint/eslint-plugin": "^6.21.0",
9+
"@typescript-eslint/parser": "^6.21.0",
1010
"eslint": "^8.56.0",
1111
"eslint-config-prettier": "^9.1.0",
12-
"eslint-plugin-jest": "^27.6.1",
12+
"eslint-plugin-jest": "^27.6.3",
1313
"eslint-plugin-react": "^7.33.2",
1414
"eslint-plugin-react-hooks": "^4.6.0",
1515
"jest": "^29.7.0",
16-
"nx": "^17.2.8",
17-
"prettier": "3.1.1",
16+
"nx": "^17.3.2",
17+
"prettier": "3.2.5",
1818
"typescript": "~5.3.3"
1919
},
2020
"scripts": {
@@ -39,5 +39,5 @@
3939
"packages/redux-devtools-rtk-query-monitor/demo",
4040
"packages/redux-devtools-slider-monitor/examples/todomvc"
4141
],
42-
"packageManager": "pnpm@8.14.0"
42+
"packageManager": "pnpm@8.15.1"
4343
}

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"map2tree": "^3.0.0"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.23.7",
33-
"@babel/preset-env": "^7.23.8",
32+
"@babel/core": "^7.23.9",
33+
"@babel/preset-env": "^7.23.9",
3434
"@babel/preset-typescript": "^7.23.3",
35-
"@types/node": "^20.10.7",
36-
"@typescript-eslint/eslint-plugin": "^6.18.1",
37-
"@typescript-eslint/parser": "^6.18.1",
35+
"@types/node": "^20.11.17",
36+
"@typescript-eslint/eslint-plugin": "^6.21.0",
37+
"@typescript-eslint/parser": "^6.21.0",
3838
"babel-loader": "^9.1.3",
3939
"cross-env": "^7.0.3",
4040
"eslint": "^8.56.0",
@@ -43,7 +43,7 @@
4343
"html-webpack-plugin": "^5.6.0",
4444
"ts-node": "^10.9.2",
4545
"typescript": "~5.3.3",
46-
"webpack": "^5.89.0",
46+
"webpack": "^5.90.1",
4747
"webpack-cli": "^5.1.4",
4848
"webpack-dev-server": "^4.15.1"
4949
}

packages/d3-state-visualizer/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"prepublish": "pnpm run type-check && pnpm run lint"
4141
},
4242
"dependencies": {
43-
"@babel/runtime": "^7.23.8",
43+
"@babel/runtime": "^7.23.9",
4444
"@types/d3": "^7.4.3",
4545
"d3": "^7.8.5",
4646
"d3tooltip": "^3.0.0",
@@ -49,14 +49,14 @@
4949
"ramda": "^0.29.1"
5050
},
5151
"devDependencies": {
52-
"@babel/cli": "^7.23.4",
53-
"@babel/core": "^7.23.7",
54-
"@babel/eslint-parser": "^7.23.3",
55-
"@babel/preset-env": "^7.23.8",
52+
"@babel/cli": "^7.23.9",
53+
"@babel/core": "^7.23.9",
54+
"@babel/eslint-parser": "^7.23.10",
55+
"@babel/preset-env": "^7.23.9",
5656
"@babel/preset-typescript": "^7.23.3",
57-
"@types/ramda": "^0.29.9",
58-
"@typescript-eslint/eslint-plugin": "^6.18.1",
59-
"@typescript-eslint/parser": "^6.18.1",
57+
"@types/ramda": "^0.29.10",
58+
"@typescript-eslint/eslint-plugin": "^6.21.0",
59+
"@typescript-eslint/parser": "^6.21.0",
6060
"eslint": "^8.56.0",
6161
"eslint-config-prettier": "^9.1.0",
6262
"rimraf": "^5.0.5",

packages/d3-state-visualizer/src/charts/tree/tree.ts

+4-3
Original file line numberDiff line numberDiff line change
@@ -473,9 +473,10 @@ export default function (DOMNode: HTMLElement, options: Partial<Options> = {}) {
473473

474474
// update the links
475475
const link = vis
476-
.selectAll<SVGPathElement, HierarchyPointLink<InternalNode>>(
477-
'path.link',
478-
)
476+
.selectAll<
477+
SVGPathElement,
478+
HierarchyPointLink<InternalNode>
479+
>('path.link')
479480
.data(links, (d) => d.target.data.id);
480481

481482
// enter any new links at the parent's previous position

packages/d3tooltip/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@
3636
"prepublish": "pnpm run type-check && pnpm run lint"
3737
},
3838
"dependencies": {
39-
"@babel/runtime": "^7.23.8"
39+
"@babel/runtime": "^7.23.9"
4040
},
4141
"devDependencies": {
42-
"@babel/cli": "^7.23.4",
43-
"@babel/core": "^7.23.7",
44-
"@babel/eslint-parser": "^7.23.3",
45-
"@babel/preset-env": "^7.23.8",
42+
"@babel/cli": "^7.23.9",
43+
"@babel/core": "^7.23.9",
44+
"@babel/eslint-parser": "^7.23.10",
45+
"@babel/preset-env": "^7.23.9",
4646
"@babel/preset-typescript": "^7.23.3",
4747
"@types/d3": "^7.4.3",
48-
"@typescript-eslint/eslint-plugin": "^6.18.1",
49-
"@typescript-eslint/parser": "^6.18.1",
48+
"@typescript-eslint/eslint-plugin": "^6.21.0",
49+
"@typescript-eslint/parser": "^6.21.0",
5050
"d3": "^7.8.5",
5151
"eslint": "^8.56.0",
5252
"eslint-config-prettier": "^9.1.0",

packages/map2tree/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,26 @@
4040
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4141
},
4242
"dependencies": {
43-
"@babel/runtime": "^7.23.8",
43+
"@babel/runtime": "^7.23.9",
4444
"lodash": "^4.17.21"
4545
},
4646
"devDependencies": {
47-
"@babel/cli": "^7.23.4",
48-
"@babel/core": "^7.23.7",
49-
"@babel/eslint-parser": "^7.23.3",
50-
"@babel/preset-env": "^7.23.8",
47+
"@babel/cli": "^7.23.9",
48+
"@babel/core": "^7.23.9",
49+
"@babel/eslint-parser": "^7.23.10",
50+
"@babel/preset-env": "^7.23.9",
5151
"@babel/preset-typescript": "^7.23.3",
52-
"@types/jest": "^29.5.11",
52+
"@types/jest": "^29.5.12",
5353
"@types/lodash": "^4.14.202",
54-
"@typescript-eslint/eslint-plugin": "^6.18.1",
55-
"@typescript-eslint/parser": "^6.18.1",
54+
"@typescript-eslint/eslint-plugin": "^6.21.0",
55+
"@typescript-eslint/parser": "^6.21.0",
5656
"eslint": "^8.56.0",
5757
"eslint-config-prettier": "^9.1.0",
58-
"eslint-plugin-jest": "^27.6.1",
59-
"immutable": "^4.3.4",
58+
"eslint-plugin-jest": "^27.6.3",
59+
"immutable": "^4.3.5",
6060
"jest": "^29.7.0",
6161
"rimraf": "^5.0.5",
62-
"ts-jest": "^29.1.1",
62+
"ts-jest": "^29.1.2",
6363
"typescript": "~5.3.3"
6464
}
6565
}

packages/react-base16-styling/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4040
},
4141
"dependencies": {
42-
"@babel/runtime": "^7.23.8",
42+
"@babel/runtime": "^7.23.9",
4343
"@types/base16": "^1.0.5",
4444
"@types/lodash": "^4.14.202",
4545
"base16": "^1.0.0",
@@ -48,24 +48,24 @@
4848
"lodash.curry": "^4.1.1"
4949
},
5050
"devDependencies": {
51-
"@babel/cli": "^7.23.4",
52-
"@babel/core": "^7.23.7",
53-
"@babel/eslint-parser": "^7.23.3",
54-
"@babel/plugin-transform-runtime": "^7.23.7",
55-
"@babel/preset-env": "^7.23.8",
51+
"@babel/cli": "^7.23.9",
52+
"@babel/core": "^7.23.9",
53+
"@babel/eslint-parser": "^7.23.10",
54+
"@babel/plugin-transform-runtime": "^7.23.9",
55+
"@babel/preset-env": "^7.23.9",
5656
"@babel/preset-typescript": "^7.23.3",
5757
"@types/color": "^3.0.6",
58-
"@types/jest": "^29.5.11",
58+
"@types/jest": "^29.5.12",
5959
"@types/lodash.curry": "^4.1.9",
60-
"@typescript-eslint/eslint-plugin": "^6.18.1",
61-
"@typescript-eslint/parser": "^6.18.1",
60+
"@typescript-eslint/eslint-plugin": "^6.21.0",
61+
"@typescript-eslint/parser": "^6.21.0",
6262
"eslint": "^8.56.0",
6363
"eslint-config-prettier": "^9.1.0",
64-
"eslint-plugin-jest": "^27.6.1",
64+
"eslint-plugin-jest": "^27.6.3",
6565
"jest": "^29.7.0",
6666
"jest-environment-jsdom": "^29.7.0",
6767
"rimraf": "^5.0.5",
68-
"ts-jest": "^29.1.1",
68+
"ts-jest": "^29.1.2",
6969
"typescript": "~5.3.3"
7070
}
7171
}

packages/react-dock/demo/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
},
1212
"dependencies": {
1313
"react": "^18.2.0",
14-
"react-bootstrap": "^2.9.2",
14+
"react-bootstrap": "^2.10.0",
1515
"react-dock": "^0.6.0",
1616
"react-dom": "^18.2.0",
1717
"react-icons": "^5.0.1",
1818
"react-is": "^18.2.0",
1919
"styled-components": "^5.3.11"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.23.7",
23-
"@babel/preset-env": "^7.23.8",
22+
"@babel/core": "^7.23.9",
23+
"@babel/preset-env": "^7.23.9",
2424
"@babel/preset-react": "^7.23.3",
2525
"@babel/preset-typescript": "^7.23.3",
26-
"@types/node": "^20.10.7",
27-
"@types/react": "^18.2.47",
28-
"@types/react-dom": "^18.2.18",
26+
"@types/node": "^20.11.17",
27+
"@types/react": "^18.2.55",
28+
"@types/react-dom": "^18.2.19",
2929
"@types/styled-components": "^5.1.34",
30-
"@typescript-eslint/eslint-plugin": "^6.18.1",
31-
"@typescript-eslint/parser": "^6.18.1",
30+
"@typescript-eslint/eslint-plugin": "^6.21.0",
31+
"@typescript-eslint/parser": "^6.21.0",
3232
"babel-loader": "^9.1.3",
3333
"cross-env": "^7.0.3",
3434
"eslint": "^8.56.0",
@@ -39,7 +39,7 @@
3939
"html-webpack-plugin": "^5.6.0",
4040
"ts-node": "^10.9.2",
4141
"typescript": "~5.3.3",
42-
"webpack": "^5.89.0",
42+
"webpack": "^5.90.1",
4343
"webpack-cli": "^5.1.4",
4444
"webpack-dev-server": "^4.15.1"
4545
}

packages/react-dock/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -39,35 +39,35 @@
3939
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4040
},
4141
"dependencies": {
42-
"@babel/runtime": "^7.23.8",
42+
"@babel/runtime": "^7.23.9",
4343
"@types/lodash": "^4.14.202",
4444
"lodash.debounce": "^4.0.8"
4545
},
4646
"devDependencies": {
47-
"@babel/cli": "^7.23.4",
48-
"@babel/core": "^7.23.7",
49-
"@babel/eslint-parser": "^7.23.3",
50-
"@babel/plugin-transform-runtime": "^7.23.7",
51-
"@babel/preset-env": "^7.23.8",
47+
"@babel/cli": "^7.23.9",
48+
"@babel/core": "^7.23.9",
49+
"@babel/eslint-parser": "^7.23.10",
50+
"@babel/plugin-transform-runtime": "^7.23.9",
51+
"@babel/preset-env": "^7.23.9",
5252
"@babel/preset-react": "^7.23.3",
5353
"@babel/preset-typescript": "^7.23.3",
54-
"@types/jest": "^29.5.11",
54+
"@types/jest": "^29.5.12",
5555
"@types/lodash.debounce": "^4.0.9",
56-
"@types/react": "^18.2.47",
56+
"@types/react": "^18.2.55",
5757
"@types/react-test-renderer": "^18.0.7",
58-
"@typescript-eslint/eslint-plugin": "^6.18.1",
59-
"@typescript-eslint/parser": "^6.18.1",
58+
"@typescript-eslint/eslint-plugin": "^6.21.0",
59+
"@typescript-eslint/parser": "^6.21.0",
6060
"eslint": "^8.56.0",
6161
"eslint-config-prettier": "^9.1.0",
62-
"eslint-plugin-jest": "^27.6.1",
62+
"eslint-plugin-jest": "^27.6.3",
6363
"eslint-plugin-react": "^7.33.2",
6464
"eslint-plugin-react-hooks": "^4.6.0",
6565
"jest": "^29.7.0",
6666
"jest-environment-jsdom": "^29.7.0",
6767
"react": "^18.2.0",
6868
"react-test-renderer": "^18.2.0",
6969
"rimraf": "^5.0.5",
70-
"ts-jest": "^29.1.1",
70+
"ts-jest": "^29.1.2",
7171
"typescript": "~5.3.3"
7272
},
7373
"peerDependencies": {

packages/react-json-tree/examples/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
"type-check": "tsc --noEmit"
2020
},
2121
"dependencies": {
22-
"immutable": "^4.3.4",
22+
"immutable": "^4.3.5",
2323
"react": "^18.2.0",
2424
"react-base16-styling": "^0.9.1",
2525
"react-dom": "^18.2.0",
2626
"react-json-tree": "^0.18.0"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "^7.23.7",
30-
"@babel/preset-env": "^7.23.8",
29+
"@babel/core": "^7.23.9",
30+
"@babel/preset-env": "^7.23.9",
3131
"@babel/preset-react": "^7.23.3",
3232
"@babel/preset-typescript": "^7.23.3",
33-
"@types/node": "^20.10.7",
34-
"@types/react": "^18.2.47",
35-
"@types/react-dom": "^18.2.18",
36-
"@typescript-eslint/eslint-plugin": "^6.18.1",
37-
"@typescript-eslint/parser": "^6.18.1",
33+
"@types/node": "^20.11.17",
34+
"@types/react": "^18.2.55",
35+
"@types/react-dom": "^18.2.19",
36+
"@typescript-eslint/eslint-plugin": "^6.21.0",
37+
"@typescript-eslint/parser": "^6.21.0",
3838
"babel-loader": "^9.1.3",
3939
"cross-env": "^7.0.3",
4040
"eslint": "^8.56.0",
@@ -45,7 +45,7 @@
4545
"html-webpack-plugin": "^5.6.0",
4646
"ts-node": "^10.9.2",
4747
"typescript": "~5.3.3",
48-
"webpack": "^5.89.0",
48+
"webpack": "^5.90.1",
4949
"webpack-cli": "^5.1.4",
5050
"webpack-dev-server": "^4.15.1"
5151
}

0 commit comments

Comments
 (0)