Skip to content

Commit c4a4abf

Browse files
chore(deps): update all non-major dependencies
1 parent 2c65192 commit c4a4abf

File tree

34 files changed

+2280
-2233
lines changed

34 files changed

+2280
-2233
lines changed

extension/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@redux-devtools/slider-monitor": "workspace:^",
3333
"@redux-devtools/ui": "workspace:^",
3434
"@redux-devtools/utils": "workspace:^",
35-
"@reduxjs/toolkit": "^2.2.8",
35+
"@reduxjs/toolkit": "^2.3.0",
3636
"@types/jsan": "^3.1.5",
3737
"jsan": "^3.1.14",
3838
"localforage": "^1.10.0",
@@ -48,22 +48,22 @@
4848
"styled-components": "^5.3.11"
4949
},
5050
"devDependencies": {
51-
"@babel/core": "^7.25.8",
52-
"@babel/preset-env": "^7.25.8",
53-
"@babel/preset-react": "^7.25.7",
54-
"@babel/preset-typescript": "^7.25.7",
55-
"@babel/register": "^7.25.7",
51+
"@babel/core": "^7.26.0",
52+
"@babel/preset-env": "^7.26.0",
53+
"@babel/preset-react": "^7.25.9",
54+
"@babel/preset-typescript": "^7.26.0",
55+
"@babel/register": "^7.25.9",
5656
"@testing-library/dom": "^10.4.0",
57-
"@testing-library/jest-dom": "^6.5.0",
57+
"@testing-library/jest-dom": "^6.6.2",
5858
"@testing-library/react": "^16.0.1",
59-
"@types/chrome": "^0.0.278",
59+
"@types/chrome": "^0.0.279",
6060
"@types/lodash-es": "^4.17.12",
61-
"@types/react": "^18.3.11",
61+
"@types/react": "^18.3.12",
6262
"@types/react-dom": "^18.3.1",
6363
"@types/styled-components": "^5.1.34",
6464
"chromedriver": "^126.0.5",
6565
"cross-env": "^7.0.3",
66-
"electron": "^31.7.0",
66+
"electron": "^31.7.2",
6767
"esbuild": "^0.24.0",
6868
"globals": "^15.11.0",
6969
"immutable": "^4.3.7",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@babel/core": "^7.25.8",
4+
"@babel/core": "^7.26.0",
55
"@changesets/cli": "^2.27.9",
6-
"@eslint/compat": "^1.2.0",
6+
"@eslint/compat": "^1.2.2",
77
"@eslint/js": "^8.57.1",
88
"eslint": "^8.57.1",
99
"eslint-config-prettier": "^9.1.0",
1010
"eslint-plugin-jest": "^28.8.3",
11-
"eslint-plugin-react": "^7.37.1",
11+
"eslint-plugin-react": "^7.37.2",
1212
"eslint-plugin-react-hooks": "^4.6.2",
1313
"jest": "^29.7.0",
1414
"prettier": "3.3.3",
1515
"typescript": "~5.5.4",
16-
"typescript-eslint": "^8.9.0"
16+
"typescript-eslint": "^8.12.0"
1717
},
1818
"scripts": {
1919
"format": "prettier --write .",
@@ -24,5 +24,5 @@
2424
"clean:all": "pnpm --recursive run clean",
2525
"release": "pnpm build:all && pnpm publish -r"
2626
},
27-
"packageManager": "pnpm@9.12.1"
27+
"packageManager": "pnpm@9.12.3"
2828
}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"map2tree": "workspace:^"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.25.8",
33-
"@babel/preset-env": "^7.25.8",
34-
"@babel/preset-typescript": "^7.25.7",
35-
"@types/node": "^20.16.11",
32+
"@babel/core": "^7.26.0",
33+
"@babel/preset-env": "^7.26.0",
34+
"@babel/preset-typescript": "^7.26.0",
35+
"@types/node": "^20.17.1",
3636
"babel-loader": "^9.2.1",
3737
"cross-env": "^7.0.3",
3838
"fork-ts-checker-webpack-plugin": "^9.0.2",
39-
"html-webpack-plugin": "^5.6.0",
39+
"html-webpack-plugin": "^5.6.3",
4040
"ts-node": "^10.9.2",
4141
"typescript": "~5.5.4",
4242
"webpack": "^5.95.0",

packages/map2tree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"lodash-es": "^4.17.21"
4141
},
4242
"devDependencies": {
43-
"@types/jest": "^29.5.13",
43+
"@types/jest": "^29.5.14",
4444
"@types/lodash-es": "^4.17.12",
4545
"immutable": "^4.3.7",
4646
"jest": "^29.7.0",

packages/react-base16-styling/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
"prepublish": "pnpm run lint && pnpm run test"
3737
},
3838
"dependencies": {
39-
"@types/lodash": "^4.17.10",
39+
"@types/lodash": "^4.17.12",
4040
"color": "^4.2.3",
4141
"csstype": "^3.1.3",
4242
"lodash-es": "^4.17.21"
4343
},
4444
"devDependencies": {
4545
"@types/color": "^3.0.6",
46-
"@types/jest": "^29.5.13",
46+
"@types/jest": "^29.5.14",
4747
"@types/lodash-es": "^4.17.12",
4848
"jest": "^29.7.0",
4949
"jest-environment-jsdom": "^29.7.0",

packages/react-dock/demo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
"styled-components": "^5.3.11"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.25.8",
23-
"@babel/preset-env": "^7.25.8",
24-
"@babel/preset-react": "^7.25.7",
25-
"@babel/preset-typescript": "^7.25.7",
26-
"@types/node": "^20.16.11",
27-
"@types/react": "^18.3.11",
22+
"@babel/core": "^7.26.0",
23+
"@babel/preset-env": "^7.26.0",
24+
"@babel/preset-react": "^7.25.9",
25+
"@babel/preset-typescript": "^7.26.0",
26+
"@types/node": "^20.17.1",
27+
"@types/react": "^18.3.12",
2828
"@types/react-dom": "^18.3.1",
2929
"@types/styled-components": "^5.1.34",
3030
"babel-loader": "^9.2.1",
3131
"cross-env": "^7.0.3",
3232
"fork-ts-checker-webpack-plugin": "^9.0.2",
33-
"html-webpack-plugin": "^5.6.0",
33+
"html-webpack-plugin": "^5.6.3",
3434
"ts-node": "^10.9.2",
3535
"typescript": "~5.5.4",
3636
"webpack": "^5.95.0",

packages/react-dock/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"lodash-es": "^4.17.21"
4141
},
4242
"devDependencies": {
43-
"@types/jest": "^29.5.13",
44-
"@types/react": "^18.3.11",
43+
"@types/jest": "^29.5.14",
44+
"@types/react": "^18.3.12",
4545
"@types/react-test-renderer": "^18.3.0",
4646
"jest": "^29.7.0",
4747
"jest-environment-jsdom": "^29.7.0",

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
"react-json-tree": "workspace:^"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "^7.25.8",
30-
"@babel/preset-env": "^7.25.8",
31-
"@babel/preset-react": "^7.25.7",
32-
"@babel/preset-typescript": "^7.25.7",
33-
"@types/node": "^20.16.11",
34-
"@types/react": "^18.3.11",
29+
"@babel/core": "^7.26.0",
30+
"@babel/preset-env": "^7.26.0",
31+
"@babel/preset-react": "^7.25.9",
32+
"@babel/preset-typescript": "^7.26.0",
33+
"@types/node": "^20.17.1",
34+
"@types/react": "^18.3.12",
3535
"@types/react-dom": "^18.3.1",
3636
"babel-loader": "^9.2.1",
3737
"cross-env": "^7.0.3",
3838
"fork-ts-checker-webpack-plugin": "^9.0.2",
39-
"html-webpack-plugin": "^5.6.0",
39+
"html-webpack-plugin": "^5.6.3",
4040
"ts-node": "^10.9.2",
4141
"typescript": "~5.5.4",
4242
"webpack": "^5.95.0",

packages/react-json-tree/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
"prepublish": "pnpm run lint && pnpm run test"
4141
},
4242
"dependencies": {
43-
"@types/lodash": "^4.17.10",
43+
"@types/lodash": "^4.17.12",
4444
"react-base16-styling": "workspace:^"
4545
},
4646
"devDependencies": {
47-
"@types/jest": "^29.5.13",
48-
"@types/react": "^18.3.11",
47+
"@types/jest": "^29.5.14",
48+
"@types/react": "^18.3.12",
4949
"@types/react-test-renderer": "^18.3.0",
5050
"jest": "^29.7.0",
5151
"react": "^18.3.1",

packages/redux-devtools-app-core/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
3636
},
3737
"dependencies": {
38-
"@babel/runtime": "^7.25.7",
38+
"@babel/runtime": "^7.26.0",
3939
"@redux-devtools/chart-monitor": "workspace:^",
4040
"@redux-devtools/core": "workspace:^",
4141
"@redux-devtools/inspector-monitor": "workspace:^",
@@ -53,24 +53,24 @@
5353
"react-is": "^18.3.1"
5454
},
5555
"devDependencies": {
56-
"@babel/cli": "^7.25.7",
57-
"@babel/core": "^7.25.8",
58-
"@babel/eslint-parser": "^7.25.8",
59-
"@babel/plugin-transform-runtime": "^7.25.7",
60-
"@babel/preset-env": "^7.25.8",
61-
"@babel/preset-react": "^7.25.7",
62-
"@babel/preset-typescript": "^7.25.7",
56+
"@babel/cli": "^7.25.9",
57+
"@babel/core": "^7.26.0",
58+
"@babel/eslint-parser": "^7.25.9",
59+
"@babel/plugin-transform-runtime": "^7.25.9",
60+
"@babel/preset-env": "^7.26.0",
61+
"@babel/preset-react": "^7.25.9",
62+
"@babel/preset-typescript": "^7.26.0",
6363
"@emotion/react": "^11.13.3",
64-
"@reduxjs/toolkit": "^2.2.8",
65-
"@rjsf/core": "^5.21.2",
64+
"@reduxjs/toolkit": "^2.3.0",
65+
"@rjsf/core": "^5.22.2",
6666
"@testing-library/dom": "^10.4.0",
67-
"@testing-library/jest-dom": "^6.5.0",
67+
"@testing-library/jest-dom": "^6.6.2",
6868
"@testing-library/react": "^16.0.1",
69-
"@types/jest": "^29.5.13",
69+
"@types/jest": "^29.5.14",
7070
"@types/jsan": "^3.1.5",
7171
"@types/json-schema": "^7.0.15",
72-
"@types/node": "^20.16.11",
73-
"@types/react": "^18.3.11",
72+
"@types/node": "^20.17.1",
73+
"@types/react": "^18.3.12",
7474
"@types/react-dom": "^18.3.1",
7575
"@types/styled-components": "^5.1.34",
7676
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)