Skip to content

Commit d4adb60

Browse files
fix(deps): update all non-major dependencies (#1555)
* fix(deps): update all non-major dependencies * Downgrade jsondiffpatch --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <[email protected]>
1 parent fa7af18 commit d4adb60

File tree

36 files changed

+2538
-2430
lines changed

36 files changed

+2538
-2430
lines changed

extension/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@babel/polyfill": "^7.12.1",
27-
"@emotion/react": "^11.11.1",
27+
"@emotion/react": "^11.11.3",
2828
"@redux-devtools/app": "^6.0.0",
2929
"@redux-devtools/core": "^4.0.0",
3030
"@redux-devtools/instrument": "^2.1.0",
@@ -47,25 +47,25 @@
4747
"styled-components": "^5.3.11"
4848
},
4949
"devDependencies": {
50-
"@babel/core": "^7.23.5",
51-
"@babel/preset-env": "^7.23.5",
50+
"@babel/core": "^7.23.6",
51+
"@babel/preset-env": "^7.23.6",
5252
"@babel/preset-react": "^7.23.3",
5353
"@babel/preset-typescript": "^7.23.3",
5454
"@babel/register": "^7.22.15",
5555
"@testing-library/jest-dom": "^6.1.5",
5656
"@testing-library/react": "^14.1.2",
5757
"@types/chrome": "^0.0.254",
5858
"@types/lodash": "^4.14.202",
59-
"@types/react": "^18.2.43",
60-
"@types/react-dom": "^18.2.17",
59+
"@types/react": "^18.2.45",
60+
"@types/react-dom": "^18.2.18",
6161
"@types/styled-components": "^5.1.34",
6262
"chromedriver": "^118.0.1",
6363
"cross-env": "^7.0.3",
64-
"electron": "^27.1.3",
65-
"esbuild": "^0.19.8",
66-
"eslint": "^8.55.0",
64+
"electron": "^27.2.0",
65+
"esbuild": "^0.19.10",
66+
"eslint": "^8.56.0",
6767
"eslint-config-airbnb": "^19.0.4",
68-
"eslint-plugin-import": "^2.29.0",
68+
"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",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@babel/core": "^7.23.5",
4+
"@babel/core": "^7.23.6",
55
"@babel/eslint-parser": "^7.23.3",
66
"@changesets/cli": "^2.27.1",
77
"@nrwl/nx-cloud": "^16.5.2",
8-
"@typescript-eslint/eslint-plugin": "^6.13.2",
9-
"@typescript-eslint/parser": "^6.13.2",
10-
"eslint": "^8.55.0",
8+
"@typescript-eslint/eslint-plugin": "^6.15.0",
9+
"@typescript-eslint/parser": "^6.15.0",
10+
"eslint": "^8.56.0",
1111
"eslint-config-prettier": "^9.1.0",
1212
"eslint-plugin-jest": "^27.6.0",
1313
"eslint-plugin-react": "^7.33.2",
1414
"eslint-plugin-react-hooks": "^4.6.0",
1515
"jest": "^29.7.0",
1616
"nx": "^16.10.0",
17-
"prettier": "3.1.0",
17+
"prettier": "3.1.1",
1818
"typescript": "~5.2.2"
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": "[email protected].0"
42+
"packageManager": "[email protected].1"
4343
}

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@
2929
"map2tree": "^3.0.0"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.23.5",
33-
"@babel/preset-env": "^7.23.5",
32+
"@babel/core": "^7.23.6",
33+
"@babel/preset-env": "^7.23.6",
3434
"@babel/preset-typescript": "^7.23.3",
35-
"@types/node": "^20.10.4",
36-
"@typescript-eslint/eslint-plugin": "^6.13.2",
37-
"@typescript-eslint/parser": "^6.13.2",
35+
"@types/node": "^20.10.5",
36+
"@typescript-eslint/eslint-plugin": "^6.15.0",
37+
"@typescript-eslint/parser": "^6.15.0",
3838
"babel-loader": "^9.1.3",
3939
"cross-env": "^7.0.3",
40-
"eslint": "^8.55.0",
40+
"eslint": "^8.56.0",
4141
"eslint-config-prettier": "^9.1.0",
4242
"fork-ts-checker-webpack-plugin": "^9.0.2",
43-
"html-webpack-plugin": "^5.5.4",
43+
"html-webpack-plugin": "^5.6.0",
4444
"ts-node": "^10.9.2",
4545
"typescript": "~5.2.2",
4646
"webpack": "^5.89.0",

packages/d3-state-visualizer/package.json

Lines changed: 6 additions & 6 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.5",
43+
"@babel/runtime": "^7.23.6",
4444
"@types/d3": "^7.4.3",
4545
"d3": "^7.8.5",
4646
"d3tooltip": "^3.0.0",
@@ -50,14 +50,14 @@
5050
},
5151
"devDependencies": {
5252
"@babel/cli": "^7.23.4",
53-
"@babel/core": "^7.23.5",
53+
"@babel/core": "^7.23.6",
5454
"@babel/eslint-parser": "^7.23.3",
55-
"@babel/preset-env": "^7.23.5",
55+
"@babel/preset-env": "^7.23.6",
5656
"@babel/preset-typescript": "^7.23.3",
5757
"@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",
58+
"@typescript-eslint/eslint-plugin": "^6.15.0",
59+
"@typescript-eslint/parser": "^6.15.0",
60+
"eslint": "^8.56.0",
6161
"eslint-config-prettier": "^9.1.0",
6262
"rimraf": "^5.0.5",
6363
"typescript": "~5.2.2"

packages/d3tooltip/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@
3636
"prepublish": "pnpm run type-check && pnpm run lint"
3737
},
3838
"dependencies": {
39-
"@babel/runtime": "^7.23.5"
39+
"@babel/runtime": "^7.23.6"
4040
},
4141
"devDependencies": {
4242
"@babel/cli": "^7.23.4",
43-
"@babel/core": "^7.23.5",
43+
"@babel/core": "^7.23.6",
4444
"@babel/eslint-parser": "^7.23.3",
45-
"@babel/preset-env": "^7.23.5",
45+
"@babel/preset-env": "^7.23.6",
4646
"@babel/preset-typescript": "^7.23.3",
4747
"@types/d3": "^7.4.3",
48-
"@typescript-eslint/eslint-plugin": "^6.13.2",
49-
"@typescript-eslint/parser": "^6.13.2",
48+
"@typescript-eslint/eslint-plugin": "^6.15.0",
49+
"@typescript-eslint/parser": "^6.15.0",
5050
"d3": "^7.8.5",
51-
"eslint": "^8.55.0",
51+
"eslint": "^8.56.0",
5252
"eslint-config-prettier": "^9.1.0",
5353
"rimraf": "^5.0.5",
5454
"typescript": "~5.2.2"

packages/map2tree/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@
4040
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4141
},
4242
"dependencies": {
43-
"@babel/runtime": "^7.23.5",
43+
"@babel/runtime": "^7.23.6",
4444
"lodash": "^4.17.21"
4545
},
4646
"devDependencies": {
4747
"@babel/cli": "^7.23.4",
48-
"@babel/core": "^7.23.5",
48+
"@babel/core": "^7.23.6",
4949
"@babel/eslint-parser": "^7.23.3",
50-
"@babel/preset-env": "^7.23.5",
50+
"@babel/preset-env": "^7.23.6",
5151
"@babel/preset-typescript": "^7.23.3",
5252
"@types/jest": "^29.5.11",
5353
"@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",
54+
"@typescript-eslint/eslint-plugin": "^6.15.0",
55+
"@typescript-eslint/parser": "^6.15.0",
56+
"eslint": "^8.56.0",
5757
"eslint-config-prettier": "^9.1.0",
5858
"eslint-plugin-jest": "^27.6.0",
5959
"immutable": "^4.3.4",

packages/react-base16-styling/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,27 +39,27 @@
3939
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4040
},
4141
"dependencies": {
42-
"@babel/runtime": "^7.23.5",
42+
"@babel/runtime": "^7.23.6",
4343
"@types/base16": "^1.0.5",
4444
"@types/lodash": "^4.14.202",
4545
"base16": "^1.0.0",
4646
"color": "^4.2.3",
47-
"csstype": "^3.1.2",
47+
"csstype": "^3.1.3",
4848
"lodash.curry": "^4.1.1"
4949
},
5050
"devDependencies": {
5151
"@babel/cli": "^7.23.4",
52-
"@babel/core": "^7.23.5",
52+
"@babel/core": "^7.23.6",
5353
"@babel/eslint-parser": "^7.23.3",
54-
"@babel/plugin-transform-runtime": "^7.23.4",
55-
"@babel/preset-env": "^7.23.5",
54+
"@babel/plugin-transform-runtime": "^7.23.6",
55+
"@babel/preset-env": "^7.23.6",
5656
"@babel/preset-typescript": "^7.23.3",
5757
"@types/color": "^3.0.6",
5858
"@types/jest": "^29.5.11",
5959
"@types/lodash.curry": "^4.1.9",
60-
"@typescript-eslint/eslint-plugin": "^6.13.2",
61-
"@typescript-eslint/parser": "^6.13.2",
62-
"eslint": "^8.55.0",
60+
"@typescript-eslint/eslint-plugin": "^6.15.0",
61+
"@typescript-eslint/parser": "^6.15.0",
62+
"eslint": "^8.56.0",
6363
"eslint-config-prettier": "^9.1.0",
6464
"eslint-plugin-jest": "^27.6.0",
6565
"jest": "^29.7.0",

packages/react-dock/demo/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,32 @@
1111
},
1212
"dependencies": {
1313
"react": "^18.2.0",
14-
"react-bootstrap": "^2.9.1",
14+
"react-bootstrap": "^2.9.2",
1515
"react-dock": "^0.6.0",
1616
"react-dom": "^18.2.0",
1717
"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.5",
23-
"@babel/preset-env": "^7.23.5",
22+
"@babel/core": "^7.23.6",
23+
"@babel/preset-env": "^7.23.6",
2424
"@babel/preset-react": "^7.23.3",
2525
"@babel/preset-typescript": "^7.23.3",
26-
"@types/node": "^20.10.4",
27-
"@types/react": "^18.2.43",
28-
"@types/react-dom": "^18.2.17",
26+
"@types/node": "^20.10.5",
27+
"@types/react": "^18.2.45",
28+
"@types/react-dom": "^18.2.18",
2929
"@types/styled-components": "^5.1.34",
30-
"@typescript-eslint/eslint-plugin": "^6.13.2",
31-
"@typescript-eslint/parser": "^6.13.2",
30+
"@typescript-eslint/eslint-plugin": "^6.15.0",
31+
"@typescript-eslint/parser": "^6.15.0",
3232
"babel-loader": "^9.1.3",
3333
"cross-env": "^7.0.3",
34-
"eslint": "^8.55.0",
34+
"eslint": "^8.56.0",
3535
"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.4",
39+
"html-webpack-plugin": "^5.6.0",
4040
"ts-node": "^10.9.2",
4141
"typescript": "~5.2.2",
4242
"webpack": "^5.89.0",

packages/react-dock/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,25 @@
3939
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4040
},
4141
"dependencies": {
42-
"@babel/runtime": "^7.23.5",
42+
"@babel/runtime": "^7.23.6",
4343
"@types/lodash": "^4.14.202",
4444
"lodash.debounce": "^4.0.8"
4545
},
4646
"devDependencies": {
4747
"@babel/cli": "^7.23.4",
48-
"@babel/core": "^7.23.5",
48+
"@babel/core": "^7.23.6",
4949
"@babel/eslint-parser": "^7.23.3",
50-
"@babel/plugin-transform-runtime": "^7.23.4",
51-
"@babel/preset-env": "^7.23.5",
50+
"@babel/plugin-transform-runtime": "^7.23.6",
51+
"@babel/preset-env": "^7.23.6",
5252
"@babel/preset-react": "^7.23.3",
5353
"@babel/preset-typescript": "^7.23.3",
5454
"@types/jest": "^29.5.11",
5555
"@types/lodash.debounce": "^4.0.9",
56-
"@types/react": "^18.2.43",
56+
"@types/react": "^18.2.45",
5757
"@types/react-test-renderer": "^18.0.7",
58-
"@typescript-eslint/eslint-plugin": "^6.13.2",
59-
"@typescript-eslint/parser": "^6.13.2",
60-
"eslint": "^8.55.0",
58+
"@typescript-eslint/eslint-plugin": "^6.15.0",
59+
"@typescript-eslint/parser": "^6.15.0",
60+
"eslint": "^8.56.0",
6161
"eslint-config-prettier": "^9.1.0",
6262
"eslint-plugin-jest": "^27.6.0",
6363
"eslint-plugin-react": "^7.33.2",

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@
2626
"react-json-tree": "^0.18.0"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "^7.23.5",
30-
"@babel/preset-env": "^7.23.5",
29+
"@babel/core": "^7.23.6",
30+
"@babel/preset-env": "^7.23.6",
3131
"@babel/preset-react": "^7.23.3",
3232
"@babel/preset-typescript": "^7.23.3",
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",
33+
"@types/node": "^20.10.5",
34+
"@types/react": "^18.2.45",
35+
"@types/react-dom": "^18.2.18",
36+
"@typescript-eslint/eslint-plugin": "^6.15.0",
37+
"@typescript-eslint/parser": "^6.15.0",
3838
"babel-loader": "^9.1.3",
3939
"cross-env": "^7.0.3",
40-
"eslint": "^8.55.0",
40+
"eslint": "^8.56.0",
4141
"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.4",
45+
"html-webpack-plugin": "^5.6.0",
4646
"ts-node": "^10.9.2",
4747
"typescript": "~5.2.2",
4848
"webpack": "^5.89.0",

0 commit comments

Comments
 (0)