Skip to content

Commit dc6b584

Browse files
fix(deps): update all non-major dependencies (#1627)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c6aa8a commit dc6b584

File tree

35 files changed

+2016
-1817
lines changed

35 files changed

+2016
-1817
lines changed

extension/package.json

Lines changed: 8 additions & 8 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.3",
27+
"@emotion/react": "^11.11.4",
2828
"@redux-devtools/app": "^6.0.0",
2929
"@redux-devtools/core": "^4.0.0",
3030
"@redux-devtools/instrument": "^2.1.0",
@@ -47,27 +47,27 @@
4747
"styled-components": "^5.3.11"
4848
},
4949
"devDependencies": {
50-
"@babel/core": "^7.23.9",
51-
"@babel/preset-env": "^7.23.9",
50+
"@babel/core": "^7.24.0",
51+
"@babel/preset-env": "^7.24.0",
5252
"@babel/preset-react": "^7.23.3",
5353
"@babel/preset-typescript": "^7.23.3",
5454
"@babel/register": "^7.23.7",
5555
"@testing-library/jest-dom": "^6.4.2",
5656
"@testing-library/react": "^14.2.1",
57-
"@types/chrome": "^0.0.261",
57+
"@types/chrome": "^0.0.262",
5858
"@types/lodash": "^4.14.202",
59-
"@types/react": "^18.2.58",
60-
"@types/react-dom": "^18.2.19",
59+
"@types/react": "^18.2.64",
60+
"@types/react-dom": "^18.2.21",
6161
"@types/styled-components": "^5.1.34",
6262
"chromedriver": "^118.0.1",
6363
"cross-env": "^7.0.3",
64-
"electron": "^27.3.3",
64+
"electron": "^27.3.5",
6565
"esbuild": "^0.20.1",
6666
"eslint": "^8.57.0",
6767
"eslint-config-airbnb": "^19.0.4",
6868
"eslint-plugin-import": "^2.29.1",
6969
"eslint-plugin-jsx-a11y": "^6.8.0",
70-
"eslint-plugin-react": "^7.33.2",
70+
"eslint-plugin-react": "^7.34.0",
7171
"eslint-plugin-react-hooks": "^4.6.0",
7272
"immutable": "^4.3.5",
7373
"jest": "^29.7.0",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@babel/core": "^7.23.9",
4+
"@babel/core": "^7.24.0",
55
"@babel/eslint-parser": "^7.23.10",
66
"@changesets/cli": "^2.27.1",
77
"@nrwl/nx-cloud": "^18.0.0",
@@ -10,7 +10,7 @@
1010
"eslint": "^8.57.0",
1111
"eslint-config-prettier": "^9.1.0",
1212
"eslint-plugin-jest": "^27.9.0",
13-
"eslint-plugin-react": "^7.33.2",
13+
"eslint-plugin-react": "^7.34.0",
1414
"eslint-plugin-react-hooks": "^4.6.0",
1515
"jest": "^29.7.0",
1616
"nx": "^18.0.7",
@@ -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].3"
42+
"packageManager": "[email protected].4"
4343
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"map2tree": "^3.0.0"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.23.9",
33-
"@babel/preset-env": "^7.23.9",
32+
"@babel/core": "^7.24.0",
33+
"@babel/preset-env": "^7.24.0",
3434
"@babel/preset-typescript": "^7.23.3",
35-
"@types/node": "^20.11.20",
35+
"@types/node": "^20.11.25",
3636
"@typescript-eslint/eslint-plugin": "^7.1.1",
3737
"@typescript-eslint/parser": "^7.1.1",
3838
"babel-loader": "^9.1.3",

packages/d3-state-visualizer/package.json

Lines changed: 4 additions & 4 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.9",
43+
"@babel/runtime": "^7.24.0",
4444
"@types/d3": "^7.4.3",
4545
"d3": "^7.8.5",
4646
"d3tooltip": "^3.0.0",
@@ -50,11 +50,11 @@
5050
},
5151
"devDependencies": {
5252
"@babel/cli": "^7.23.9",
53-
"@babel/core": "^7.23.9",
53+
"@babel/core": "^7.24.0",
5454
"@babel/eslint-parser": "^7.23.10",
55-
"@babel/preset-env": "^7.23.9",
55+
"@babel/preset-env": "^7.24.0",
5656
"@babel/preset-typescript": "^7.23.3",
57-
"@types/ramda": "^0.29.10",
57+
"@types/ramda": "^0.29.11",
5858
"@typescript-eslint/eslint-plugin": "^7.1.1",
5959
"@typescript-eslint/parser": "^7.1.1",
6060
"eslint": "^8.57.0",

packages/d3tooltip/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
"prepublish": "pnpm run type-check && pnpm run lint"
3737
},
3838
"dependencies": {
39-
"@babel/runtime": "^7.23.9"
39+
"@babel/runtime": "^7.24.0"
4040
},
4141
"devDependencies": {
4242
"@babel/cli": "^7.23.9",
43-
"@babel/core": "^7.23.9",
43+
"@babel/core": "^7.24.0",
4444
"@babel/eslint-parser": "^7.23.10",
45-
"@babel/preset-env": "^7.23.9",
45+
"@babel/preset-env": "^7.24.0",
4646
"@babel/preset-typescript": "^7.23.3",
4747
"@types/d3": "^7.4.3",
4848
"@typescript-eslint/eslint-plugin": "^7.1.1",

packages/map2tree/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4141
},
4242
"dependencies": {
43-
"@babel/runtime": "^7.23.9",
43+
"@babel/runtime": "^7.24.0",
4444
"lodash": "^4.17.21"
4545
},
4646
"devDependencies": {
4747
"@babel/cli": "^7.23.9",
48-
"@babel/core": "^7.23.9",
48+
"@babel/core": "^7.24.0",
4949
"@babel/eslint-parser": "^7.23.10",
50-
"@babel/preset-env": "^7.23.9",
50+
"@babel/preset-env": "^7.24.0",
5151
"@babel/preset-typescript": "^7.23.3",
5252
"@types/jest": "^29.5.12",
5353
"@types/lodash": "^4.14.202",

packages/react-base16-styling/package.json

Lines changed: 4 additions & 4 deletions
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.9",
42+
"@babel/runtime": "^7.24.0",
4343
"@types/base16": "^1.0.5",
4444
"@types/lodash": "^4.14.202",
4545
"base16": "^1.0.0",
@@ -49,10 +49,10 @@
4949
},
5050
"devDependencies": {
5151
"@babel/cli": "^7.23.9",
52-
"@babel/core": "^7.23.9",
52+
"@babel/core": "^7.24.0",
5353
"@babel/eslint-parser": "^7.23.10",
54-
"@babel/plugin-transform-runtime": "^7.23.9",
55-
"@babel/preset-env": "^7.23.9",
54+
"@babel/plugin-transform-runtime": "^7.24.0",
55+
"@babel/preset-env": "^7.24.0",
5656
"@babel/preset-typescript": "^7.23.3",
5757
"@types/color": "^3.0.6",
5858
"@types/jest": "^29.5.12",

packages/react-dock/demo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@
1919
"styled-components": "^5.3.11"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.23.9",
23-
"@babel/preset-env": "^7.23.9",
22+
"@babel/core": "^7.24.0",
23+
"@babel/preset-env": "^7.24.0",
2424
"@babel/preset-react": "^7.23.3",
2525
"@babel/preset-typescript": "^7.23.3",
26-
"@types/node": "^20.11.20",
27-
"@types/react": "^18.2.58",
28-
"@types/react-dom": "^18.2.19",
26+
"@types/node": "^20.11.25",
27+
"@types/react": "^18.2.64",
28+
"@types/react-dom": "^18.2.21",
2929
"@types/styled-components": "^5.1.34",
3030
"@typescript-eslint/eslint-plugin": "^7.1.1",
3131
"@typescript-eslint/parser": "^7.1.1",
3232
"babel-loader": "^9.1.3",
3333
"cross-env": "^7.0.3",
3434
"eslint": "^8.57.0",
3535
"eslint-config-prettier": "^9.1.0",
36-
"eslint-plugin-react": "^7.33.2",
36+
"eslint-plugin-react": "^7.34.0",
3737
"eslint-plugin-react-hooks": "^4.6.0",
3838
"fork-ts-checker-webpack-plugin": "^9.0.2",
3939
"html-webpack-plugin": "^5.6.0",

packages/react-dock/package.json

Lines changed: 6 additions & 6 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.9",
42+
"@babel/runtime": "^7.24.0",
4343
"@types/lodash": "^4.14.202",
4444
"lodash.debounce": "^4.0.8"
4545
},
4646
"devDependencies": {
4747
"@babel/cli": "^7.23.9",
48-
"@babel/core": "^7.23.9",
48+
"@babel/core": "^7.24.0",
4949
"@babel/eslint-parser": "^7.23.10",
50-
"@babel/plugin-transform-runtime": "^7.23.9",
51-
"@babel/preset-env": "^7.23.9",
50+
"@babel/plugin-transform-runtime": "^7.24.0",
51+
"@babel/preset-env": "^7.24.0",
5252
"@babel/preset-react": "^7.23.3",
5353
"@babel/preset-typescript": "^7.23.3",
5454
"@types/jest": "^29.5.12",
5555
"@types/lodash.debounce": "^4.0.9",
56-
"@types/react": "^18.2.58",
56+
"@types/react": "^18.2.64",
5757
"@types/react-test-renderer": "^18.0.7",
5858
"@typescript-eslint/eslint-plugin": "^7.1.1",
5959
"@typescript-eslint/parser": "^7.1.1",
6060
"eslint": "^8.57.0",
6161
"eslint-config-prettier": "^9.1.0",
6262
"eslint-plugin-jest": "^27.9.0",
63-
"eslint-plugin-react": "^7.33.2",
63+
"eslint-plugin-react": "^7.34.0",
6464
"eslint-plugin-react-hooks": "^4.6.0",
6565
"jest": "^29.7.0",
6666
"jest-environment-jsdom": "^29.7.0",

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@
2626
"react-json-tree": "^0.18.0"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "^7.23.9",
30-
"@babel/preset-env": "^7.23.9",
29+
"@babel/core": "^7.24.0",
30+
"@babel/preset-env": "^7.24.0",
3131
"@babel/preset-react": "^7.23.3",
3232
"@babel/preset-typescript": "^7.23.3",
33-
"@types/node": "^20.11.20",
34-
"@types/react": "^18.2.58",
35-
"@types/react-dom": "^18.2.19",
33+
"@types/node": "^20.11.25",
34+
"@types/react": "^18.2.64",
35+
"@types/react-dom": "^18.2.21",
3636
"@typescript-eslint/eslint-plugin": "^7.1.1",
3737
"@typescript-eslint/parser": "^7.1.1",
3838
"babel-loader": "^9.1.3",
3939
"cross-env": "^7.0.3",
4040
"eslint": "^8.57.0",
4141
"eslint-config-prettier": "^9.1.0",
42-
"eslint-plugin-react": "^7.33.2",
42+
"eslint-plugin-react": "^7.34.0",
4343
"eslint-plugin-react-hooks": "^4.6.0",
4444
"fork-ts-checker-webpack-plugin": "^9.0.2",
4545
"html-webpack-plugin": "^5.6.0",

0 commit comments

Comments
 (0)