Skip to content

Commit 57d9702

Browse files
chore(deps): update all non-major dependencies (#1544)
* chore(deps): update all non-major dependencies * Downgrade csstype --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <[email protected]>
1 parent 2e4929b commit 57d9702

File tree

36 files changed

+3070
-3288
lines changed

36 files changed

+3070
-3288
lines changed

extension/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"lodash": "^4.17.21",
3838
"react": "^18.2.0",
3939
"react-dom": "^18.2.0",
40-
"react-icons": "^4.11.0",
40+
"react-icons": "^4.12.0",
4141
"react-is": "^18.2.0",
4242
"react-json-tree": "^0.18.0",
4343
"react-redux": "^8.1.3",
@@ -46,23 +46,23 @@
4646
"styled-components": "^5.3.11"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "^7.23.3",
50-
"@babel/preset-env": "^7.23.3",
49+
"@babel/core": "^7.23.5",
50+
"@babel/preset-env": "^7.23.5",
5151
"@babel/preset-react": "^7.23.3",
5252
"@babel/preset-typescript": "^7.23.3",
5353
"@babel/register": "^7.22.15",
54-
"@testing-library/jest-dom": "^6.1.4",
55-
"@testing-library/react": "^14.1.0",
56-
"@types/chrome": "^0.0.251",
57-
"@types/lodash": "^4.14.201",
58-
"@types/react": "^18.2.37",
59-
"@types/react-dom": "^18.2.15",
60-
"@types/styled-components": "^5.1.30",
54+
"@testing-library/jest-dom": "^6.1.5",
55+
"@testing-library/react": "^14.1.2",
56+
"@types/chrome": "^0.0.254",
57+
"@types/lodash": "^4.14.202",
58+
"@types/react": "^18.2.43",
59+
"@types/react-dom": "^18.2.17",
60+
"@types/styled-components": "^5.1.34",
6161
"chromedriver": "^118.0.1",
6262
"cross-env": "^7.0.3",
63-
"electron": "^27.0.4",
64-
"esbuild": "^0.19.5",
65-
"eslint": "^8.53.0",
63+
"electron": "^27.1.3",
64+
"esbuild": "^0.19.8",
65+
"eslint": "^8.55.0",
6666
"eslint-config-airbnb": "^19.0.4",
6767
"eslint-plugin-import": "^2.29.0",
6868
"eslint-plugin-jsx-a11y": "^6.8.0",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@babel/core": "^7.23.3",
4+
"@babel/core": "^7.23.5",
55
"@babel/eslint-parser": "^7.23.3",
6-
"@changesets/cli": "^2.26.2",
7-
"@typescript-eslint/eslint-plugin": "^6.11.0",
8-
"@typescript-eslint/parser": "^6.11.0",
9-
"eslint": "^8.53.0",
10-
"eslint-config-prettier": "^9.0.0",
6+
"@changesets/cli": "^2.27.1",
7+
"@typescript-eslint/eslint-plugin": "^6.13.2",
8+
"@typescript-eslint/parser": "^6.13.2",
9+
"eslint": "^8.55.0",
10+
"eslint-config-prettier": "^9.1.0",
1111
"eslint-plugin-jest": "^27.6.0",
1212
"eslint-plugin-react": "^7.33.2",
1313
"eslint-plugin-react-hooks": "^4.6.0",
@@ -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.10.4"
42+
"packageManager": "pnpm@8.12.0"
4343
}

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@
2929
"map2tree": "^3.0.0"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.23.3",
33-
"@babel/preset-env": "^7.23.3",
32+
"@babel/core": "^7.23.5",
33+
"@babel/preset-env": "^7.23.5",
3434
"@babel/preset-typescript": "^7.23.3",
35-
"@types/node": "^20.9.0",
36-
"@typescript-eslint/eslint-plugin": "^6.11.0",
37-
"@typescript-eslint/parser": "^6.11.0",
35+
"@types/node": "^20.10.4",
36+
"@typescript-eslint/eslint-plugin": "^6.13.2",
37+
"@typescript-eslint/parser": "^6.13.2",
3838
"babel-loader": "^9.1.3",
3939
"cross-env": "^7.0.3",
40-
"eslint": "^8.53.0",
41-
"eslint-config-prettier": "^9.0.0",
40+
"eslint": "^8.55.0",
41+
"eslint-config-prettier": "^9.1.0",
4242
"fork-ts-checker-webpack-plugin": "^9.0.2",
43-
"html-webpack-plugin": "^5.5.3",
44-
"ts-node": "^10.9.1",
43+
"html-webpack-plugin": "^5.5.4",
44+
"ts-node": "^10.9.2",
4545
"typescript": "~5.2.2",
4646
"webpack": "^5.89.0",
4747
"webpack-cli": "^5.1.4",

packages/d3-state-visualizer/package.json

Lines changed: 9 additions & 9 deletions
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.2",
43+
"@babel/runtime": "^7.23.5",
4444
"@types/d3": "^7.4.3",
4545
"d3": "^7.8.5",
4646
"d3tooltip": "^3.0.0",
@@ -49,16 +49,16 @@
4949
"ramda": "^0.29.1"
5050
},
5151
"devDependencies": {
52-
"@babel/cli": "^7.23.0",
53-
"@babel/core": "^7.23.3",
52+
"@babel/cli": "^7.23.4",
53+
"@babel/core": "^7.23.5",
5454
"@babel/eslint-parser": "^7.23.3",
55-
"@babel/preset-env": "^7.23.3",
55+
"@babel/preset-env": "^7.23.5",
5656
"@babel/preset-typescript": "^7.23.3",
57-
"@types/ramda": "^0.29.8",
58-
"@typescript-eslint/eslint-plugin": "^6.11.0",
59-
"@typescript-eslint/parser": "^6.11.0",
60-
"eslint": "^8.53.0",
61-
"eslint-config-prettier": "^9.0.0",
57+
"@types/ramda": "^0.29.9",
58+
"@typescript-eslint/eslint-plugin": "^6.13.2",
59+
"@typescript-eslint/parser": "^6.13.2",
60+
"eslint": "^8.55.0",
61+
"eslint-config-prettier": "^9.1.0",
6262
"rimraf": "^5.0.5",
6363
"typescript": "~5.2.2"
6464
}

packages/d3tooltip/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,25 @@
3636
"prepublish": "pnpm run type-check && pnpm run lint"
3737
},
3838
"dependencies": {
39-
"@babel/runtime": "^7.23.2"
39+
"@babel/runtime": "^7.23.5"
4040
},
4141
"devDependencies": {
42-
"@babel/cli": "^7.23.0",
43-
"@babel/core": "^7.23.3",
42+
"@babel/cli": "^7.23.4",
43+
"@babel/core": "^7.23.5",
4444
"@babel/eslint-parser": "^7.23.3",
45-
"@babel/preset-env": "^7.23.3",
45+
"@babel/preset-env": "^7.23.5",
4646
"@babel/preset-typescript": "^7.23.3",
4747
"@types/d3": "^7.4.3",
48-
"@typescript-eslint/eslint-plugin": "^6.11.0",
49-
"@typescript-eslint/parser": "^6.11.0",
48+
"@typescript-eslint/eslint-plugin": "^6.13.2",
49+
"@typescript-eslint/parser": "^6.13.2",
5050
"d3": "^7.8.5",
51-
"eslint": "^8.53.0",
52-
"eslint-config-prettier": "^9.0.0",
51+
"eslint": "^8.55.0",
52+
"eslint-config-prettier": "^9.1.0",
5353
"rimraf": "^5.0.5",
5454
"typescript": "~5.2.2"
5555
},
5656
"peerDependencies": {
57-
"@types/d3": "^7.0.0",
58-
"d3": "^7.0.0"
57+
"@types/d3": "^7.4.3",
58+
"d3": "^7.8.5"
5959
}
6060
}

packages/map2tree/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@
4040
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4141
},
4242
"dependencies": {
43-
"@babel/runtime": "^7.23.2",
43+
"@babel/runtime": "^7.23.5",
4444
"lodash": "^4.17.21"
4545
},
4646
"devDependencies": {
47-
"@babel/cli": "^7.23.0",
48-
"@babel/core": "^7.23.3",
47+
"@babel/cli": "^7.23.4",
48+
"@babel/core": "^7.23.5",
4949
"@babel/eslint-parser": "^7.23.3",
50-
"@babel/preset-env": "^7.23.3",
50+
"@babel/preset-env": "^7.23.5",
5151
"@babel/preset-typescript": "^7.23.3",
52-
"@types/jest": "^29.5.8",
53-
"@types/lodash": "^4.14.201",
54-
"@typescript-eslint/eslint-plugin": "^6.11.0",
55-
"@typescript-eslint/parser": "^6.11.0",
56-
"eslint": "^8.53.0",
57-
"eslint-config-prettier": "^9.0.0",
52+
"@types/jest": "^29.5.11",
53+
"@types/lodash": "^4.14.202",
54+
"@typescript-eslint/eslint-plugin": "^6.13.2",
55+
"@typescript-eslint/parser": "^6.13.2",
56+
"eslint": "^8.55.0",
57+
"eslint-config-prettier": "^9.1.0",
5858
"eslint-plugin-jest": "^27.6.0",
5959
"immutable": "^4.3.4",
6060
"jest": "^29.7.0",

packages/react-base16-styling/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,28 @@
3939
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4040
},
4141
"dependencies": {
42-
"@babel/runtime": "^7.23.2",
42+
"@babel/runtime": "^7.23.5",
4343
"@types/base16": "^1.0.5",
44-
"@types/lodash": "^4.14.201",
44+
"@types/lodash": "^4.14.202",
4545
"base16": "^1.0.0",
4646
"color": "^4.2.3",
4747
"csstype": "^3.1.2",
4848
"lodash.curry": "^4.1.1"
4949
},
5050
"devDependencies": {
51-
"@babel/cli": "^7.23.0",
52-
"@babel/core": "^7.23.3",
51+
"@babel/cli": "^7.23.4",
52+
"@babel/core": "^7.23.5",
5353
"@babel/eslint-parser": "^7.23.3",
54-
"@babel/plugin-transform-runtime": "^7.23.3",
55-
"@babel/preset-env": "^7.23.3",
54+
"@babel/plugin-transform-runtime": "^7.23.4",
55+
"@babel/preset-env": "^7.23.5",
5656
"@babel/preset-typescript": "^7.23.3",
5757
"@types/color": "^3.0.6",
58-
"@types/jest": "^29.5.8",
58+
"@types/jest": "^29.5.11",
5959
"@types/lodash.curry": "^4.1.9",
60-
"@typescript-eslint/eslint-plugin": "^6.11.0",
61-
"@typescript-eslint/parser": "^6.11.0",
62-
"eslint": "^8.53.0",
63-
"eslint-config-prettier": "^9.0.0",
60+
"@typescript-eslint/eslint-plugin": "^6.13.2",
61+
"@typescript-eslint/parser": "^6.13.2",
62+
"eslint": "^8.55.0",
63+
"eslint-config-prettier": "^9.1.0",
6464
"eslint-plugin-jest": "^27.6.0",
6565
"jest": "^29.7.0",
6666
"jest-environment-jsdom": "^29.7.0",

packages/react-dock/demo/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,30 @@
1414
"react-bootstrap": "^2.9.1",
1515
"react-dock": "^0.6.0",
1616
"react-dom": "^18.2.0",
17-
"react-icons": "^4.11.0",
17+
"react-icons": "^4.12.0",
1818
"react-is": "^18.2.0",
1919
"styled-components": "^5.3.11"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.23.3",
23-
"@babel/preset-env": "^7.23.3",
22+
"@babel/core": "^7.23.5",
23+
"@babel/preset-env": "^7.23.5",
2424
"@babel/preset-react": "^7.23.3",
2525
"@babel/preset-typescript": "^7.23.3",
26-
"@types/node": "^20.9.0",
27-
"@types/react": "^18.2.37",
28-
"@types/react-dom": "^18.2.15",
29-
"@types/styled-components": "^5.1.30",
30-
"@typescript-eslint/eslint-plugin": "^6.11.0",
31-
"@typescript-eslint/parser": "^6.11.0",
26+
"@types/node": "^20.10.4",
27+
"@types/react": "^18.2.43",
28+
"@types/react-dom": "^18.2.17",
29+
"@types/styled-components": "^5.1.34",
30+
"@typescript-eslint/eslint-plugin": "^6.13.2",
31+
"@typescript-eslint/parser": "^6.13.2",
3232
"babel-loader": "^9.1.3",
3333
"cross-env": "^7.0.3",
34-
"eslint": "^8.53.0",
35-
"eslint-config-prettier": "^9.0.0",
34+
"eslint": "^8.55.0",
35+
"eslint-config-prettier": "^9.1.0",
3636
"eslint-plugin-react": "^7.33.2",
3737
"eslint-plugin-react-hooks": "^4.6.0",
3838
"fork-ts-checker-webpack-plugin": "^9.0.2",
39-
"html-webpack-plugin": "^5.5.3",
40-
"ts-node": "^10.9.1",
39+
"html-webpack-plugin": "^5.5.4",
40+
"ts-node": "^10.9.2",
4141
"typescript": "~5.2.2",
4242
"webpack": "^5.89.0",
4343
"webpack-cli": "^5.1.4",

packages/react-dock/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,28 @@
3939
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4040
},
4141
"dependencies": {
42-
"@babel/runtime": "^7.23.2",
43-
"@types/lodash": "^4.14.201",
44-
"@types/prop-types": "^15.7.10",
42+
"@babel/runtime": "^7.23.5",
43+
"@types/lodash": "^4.14.202",
44+
"@types/prop-types": "^15.7.11",
4545
"lodash.debounce": "^4.0.8",
4646
"prop-types": "^15.8.1"
4747
},
4848
"devDependencies": {
49-
"@babel/cli": "^7.23.0",
50-
"@babel/core": "^7.23.3",
49+
"@babel/cli": "^7.23.4",
50+
"@babel/core": "^7.23.5",
5151
"@babel/eslint-parser": "^7.23.3",
52-
"@babel/plugin-transform-runtime": "^7.23.3",
53-
"@babel/preset-env": "^7.23.3",
52+
"@babel/plugin-transform-runtime": "^7.23.4",
53+
"@babel/preset-env": "^7.23.5",
5454
"@babel/preset-react": "^7.23.3",
5555
"@babel/preset-typescript": "^7.23.3",
56-
"@types/jest": "^29.5.8",
56+
"@types/jest": "^29.5.11",
5757
"@types/lodash.debounce": "^4.0.9",
58-
"@types/react": "^18.2.37",
59-
"@types/react-test-renderer": "^18.0.6",
60-
"@typescript-eslint/eslint-plugin": "^6.11.0",
61-
"@typescript-eslint/parser": "^6.11.0",
62-
"eslint": "^8.53.0",
63-
"eslint-config-prettier": "^9.0.0",
58+
"@types/react": "^18.2.43",
59+
"@types/react-test-renderer": "^18.0.7",
60+
"@typescript-eslint/eslint-plugin": "^6.13.2",
61+
"@typescript-eslint/parser": "^6.13.2",
62+
"eslint": "^8.55.0",
63+
"eslint-config-prettier": "^9.1.0",
6464
"eslint-plugin-jest": "^27.6.0",
6565
"eslint-plugin-react": "^7.33.2",
6666
"eslint-plugin-react-hooks": "^4.6.0",

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@
2626
"react-json-tree": "^0.18.0"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "^7.23.3",
30-
"@babel/preset-env": "^7.23.3",
29+
"@babel/core": "^7.23.5",
30+
"@babel/preset-env": "^7.23.5",
3131
"@babel/preset-react": "^7.23.3",
3232
"@babel/preset-typescript": "^7.23.3",
33-
"@types/node": "^20.9.0",
34-
"@types/react": "^18.2.37",
35-
"@types/react-dom": "^18.2.15",
36-
"@typescript-eslint/eslint-plugin": "^6.11.0",
37-
"@typescript-eslint/parser": "^6.11.0",
33+
"@types/node": "^20.10.4",
34+
"@types/react": "^18.2.43",
35+
"@types/react-dom": "^18.2.17",
36+
"@typescript-eslint/eslint-plugin": "^6.13.2",
37+
"@typescript-eslint/parser": "^6.13.2",
3838
"babel-loader": "^9.1.3",
3939
"cross-env": "^7.0.3",
40-
"eslint": "^8.53.0",
41-
"eslint-config-prettier": "^9.0.0",
40+
"eslint": "^8.55.0",
41+
"eslint-config-prettier": "^9.1.0",
4242
"eslint-plugin-react": "^7.33.2",
4343
"eslint-plugin-react-hooks": "^4.6.0",
4444
"fork-ts-checker-webpack-plugin": "^9.0.2",
45-
"html-webpack-plugin": "^5.5.3",
46-
"ts-node": "^10.9.1",
45+
"html-webpack-plugin": "^5.5.4",
46+
"ts-node": "^10.9.2",
4747
"typescript": "~5.2.2",
4848
"webpack": "^5.89.0",
4949
"webpack-cli": "^5.1.4",

0 commit comments

Comments
 (0)