Skip to content

Commit 794092b

Browse files
fix(deps): update all non-major dependencies
1 parent 6163276 commit 794092b

File tree

34 files changed

+2369
-2184
lines changed

34 files changed

+2369
-2184
lines changed

extension/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,31 +48,31 @@
4848
"redux-persist": "^6.0.0"
4949
},
5050
"devDependencies": {
51-
"@babel/core": "^7.27.1",
51+
"@babel/core": "^7.27.4",
5252
"@babel/preset-env": "^7.27.2",
5353
"@babel/preset-react": "^7.27.1",
5454
"@babel/preset-typescript": "^7.27.1",
5555
"@babel/register": "^7.27.1",
5656
"@testing-library/dom": "^10.4.0",
5757
"@testing-library/jest-dom": "^6.6.3",
5858
"@testing-library/react": "^16.3.0",
59-
"@types/chrome": "^0.0.323",
59+
"@types/chrome": "^0.0.326",
6060
"@types/lodash-es": "^4.17.12",
61-
"@types/react": "^19.1.6",
62-
"@types/react-dom": "^19.1.5",
61+
"@types/react": "^19.1.8",
62+
"@types/react-dom": "^19.1.6",
6363
"chromedriver": "^126.0.5",
6464
"cross-env": "^7.0.3",
6565
"electron": "^31.7.7",
66-
"esbuild": "^0.25.4",
67-
"globals": "^16.1.0",
68-
"immutable": "^5.1.2",
66+
"esbuild": "^0.25.5",
67+
"globals": "^16.2.0",
68+
"immutable": "^5.1.3",
6969
"jest": "^29.7.0",
7070
"jest-environment-jsdom": "^29.7.0",
7171
"pug": "^3.0.3",
7272
"rimraf": "^6.0.1",
7373
"selenium-webdriver": "^4.33.0",
7474
"sinon-chrome": "^3.0.1",
75-
"ts-jest": "^29.3.4",
75+
"ts-jest": "^29.4.0",
7676
"typescript": "~5.8.3",
7777
"webpack": "^5.99.9",
7878
"webpack-cli": "^6.0.1"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@babel/core": "^7.27.1",
4+
"@babel/core": "^7.27.4",
55
"@changesets/cli": "^2.29.4",
6-
"@eslint/compat": "^1.2.9",
7-
"@eslint/js": "^9.27.0",
8-
"eslint": "^9.27.0",
6+
"@eslint/compat": "^1.3.0",
7+
"@eslint/js": "^9.28.0",
8+
"eslint": "^9.28.0",
99
"eslint-config-prettier": "^10.1.5",
10-
"eslint-plugin-jest": "^28.11.0",
10+
"eslint-plugin-jest": "^28.13.5",
1111
"eslint-plugin-react": "^7.37.5",
1212
"eslint-plugin-react-hooks": "^5.2.0",
1313
"jest": "^29.7.0",
1414
"prettier": "3.5.3",
1515
"typescript": "~5.8.3",
16-
"typescript-eslint": "^8.32.1"
16+
"typescript-eslint": "^8.34.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@10.11.0"
27+
"packageManager": "pnpm@10.12.1"
2828
}

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": "workspace:^"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.27.1",
32+
"@babel/core": "^7.27.4",
3333
"@babel/preset-env": "^7.27.2",
3434
"@babel/preset-typescript": "^7.27.1",
35-
"@types/node": "^22.15.21",
35+
"@types/node": "^22.15.31",
3636
"babel-loader": "^10.0.0",
3737
"cross-env": "^7.0.3",
3838
"fork-ts-checker-webpack-plugin": "^9.1.0",
@@ -41,6 +41,6 @@
4141
"typescript": "~5.8.3",
4242
"webpack": "^5.99.9",
4343
"webpack-cli": "^6.0.1",
44-
"webpack-dev-server": "^5.2.1"
44+
"webpack-dev-server": "^5.2.2"
4545
}
4646
}

packages/map2tree/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"devDependencies": {
4343
"@types/jest": "^29.5.14",
4444
"@types/lodash-es": "^4.17.12",
45-
"immutable": "^5.1.2",
45+
"immutable": "^5.1.3",
4646
"jest": "^29.7.0",
4747
"rimraf": "^6.0.1",
48-
"ts-jest": "^29.3.4",
48+
"ts-jest": "^29.4.0",
4949
"typescript": "~5.8.3"
5050
}
5151
}

packages/react-base16-styling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"jest": "^29.7.0",
4949
"jest-environment-jsdom": "^29.7.0",
5050
"rimraf": "^6.0.1",
51-
"ts-jest": "^29.3.4",
51+
"ts-jest": "^29.4.0",
5252
"typescript": "~5.8.3"
5353
}
5454
}

packages/react-dock/demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"react-is": "^19.1.0"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.27.1",
22+
"@babel/core": "^7.27.4",
2323
"@babel/preset-env": "^7.27.2",
2424
"@babel/preset-react": "^7.27.1",
2525
"@babel/preset-typescript": "^7.27.1",
26-
"@types/node": "^22.15.21",
27-
"@types/react": "^19.1.6",
28-
"@types/react-dom": "^19.1.5",
26+
"@types/node": "^22.15.31",
27+
"@types/react": "^19.1.8",
28+
"@types/react-dom": "^19.1.6",
2929
"babel-loader": "^10.0.0",
3030
"cross-env": "^7.0.3",
3131
"fork-ts-checker-webpack-plugin": "^9.1.0",
@@ -34,6 +34,6 @@
3434
"typescript": "~5.8.3",
3535
"webpack": "^5.99.9",
3636
"webpack-cli": "^6.0.1",
37-
"webpack-dev-server": "^5.2.1"
37+
"webpack-dev-server": "^5.2.2"
3838
}
3939
}

packages/react-dock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"lodash-es": "^4.17.21"
4040
},
4141
"devDependencies": {
42-
"@types/react": "^19.1.6",
42+
"@types/react": "^19.1.8",
4343
"react": "^19.1.0",
4444
"rimraf": "^6.0.1",
4545
"typescript": "~5.8.3"

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
"type-check": "tsc --noEmit"
2020
},
2121
"dependencies": {
22-
"immutable": "^5.1.2",
22+
"immutable": "^5.1.3",
2323
"react": "^19.1.0",
2424
"react-base16-styling": "workspace:^",
2525
"react-dom": "^19.1.0",
2626
"react-json-tree": "workspace:^"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "^7.27.1",
29+
"@babel/core": "^7.27.4",
3030
"@babel/preset-env": "^7.27.2",
3131
"@babel/preset-react": "^7.27.1",
3232
"@babel/preset-typescript": "^7.27.1",
33-
"@types/node": "^22.15.21",
34-
"@types/react": "^19.1.6",
35-
"@types/react-dom": "^19.1.5",
33+
"@types/node": "^22.15.31",
34+
"@types/react": "^19.1.8",
35+
"@types/react-dom": "^19.1.6",
3636
"babel-loader": "^10.0.0",
3737
"cross-env": "^7.0.3",
3838
"fork-ts-checker-webpack-plugin": "^9.1.0",
@@ -41,6 +41,6 @@
4141
"typescript": "~5.8.3",
4242
"webpack": "^5.99.9",
4343
"webpack-cli": "^6.0.1",
44-
"webpack-dev-server": "^5.2.1"
44+
"webpack-dev-server": "^5.2.2"
4545
}
4646
}

packages/react-json-tree/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
},
4646
"devDependencies": {
4747
"@types/jest": "^29.5.14",
48-
"@types/react": "^19.1.6",
48+
"@types/react": "^19.1.8",
4949
"jest": "^29.7.0",
5050
"react": "^19.1.0",
5151
"rimraf": "^6.0.1",
52-
"ts-jest": "^29.3.4",
52+
"ts-jest": "^29.4.0",
5353
"typescript": "~5.8.3"
5454
},
5555
"peerDependencies": {

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

Lines changed: 10 additions & 10 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.27.1",
38+
"@babel/runtime": "^7.27.6",
3939
"@redux-devtools/chart-monitor": "workspace:^",
4040
"@redux-devtools/core": "workspace:^",
4141
"@redux-devtools/inspector-monitor": "workspace:^",
@@ -54,27 +54,27 @@
5454
},
5555
"devDependencies": {
5656
"@babel/cli": "^7.27.2",
57-
"@babel/core": "^7.27.1",
58-
"@babel/eslint-parser": "^7.27.1",
59-
"@babel/plugin-transform-runtime": "^7.27.1",
57+
"@babel/core": "^7.27.4",
58+
"@babel/eslint-parser": "^7.27.5",
59+
"@babel/plugin-transform-runtime": "^7.27.4",
6060
"@babel/preset-env": "^7.27.2",
6161
"@babel/preset-react": "^7.27.1",
6262
"@babel/preset-typescript": "^7.27.1",
6363
"@emotion/react": "^11.14.0",
6464
"@emotion/styled": "^11.14.0",
6565
"@reduxjs/toolkit": "^2.8.2",
66-
"@rjsf/core": "^5.24.10",
66+
"@rjsf/core": "^5.24.11",
6767
"@testing-library/dom": "^10.4.0",
6868
"@testing-library/jest-dom": "^6.6.3",
6969
"@testing-library/react": "^16.3.0",
7070
"@types/jest": "^29.5.14",
7171
"@types/jsan": "^3.1.5",
7272
"@types/json-schema": "^7.0.15",
73-
"@types/node": "^22.15.21",
74-
"@types/react": "^19.1.6",
75-
"@types/react-dom": "^19.1.5",
73+
"@types/node": "^22.15.31",
74+
"@types/react": "^19.1.8",
75+
"@types/react-dom": "^19.1.6",
7676
"cross-env": "^7.0.3",
77-
"esbuild": "^0.25.4",
77+
"esbuild": "^0.25.5",
7878
"jest": "^29.7.0",
7979
"jest-environment-jsdom": "^29.7.0",
8080
"react": "^19.1.0",
@@ -83,7 +83,7 @@
8383
"redux": "^5.0.1",
8484
"redux-persist": "^6.0.0",
8585
"rimraf": "^6.0.1",
86-
"ts-jest": "^29.3.4",
86+
"ts-jest": "^29.4.0",
8787
"ts-node": "^10.9.2",
8888
"typescript": "~5.8.3"
8989
},

packages/redux-devtools-app/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,41 +50,41 @@
5050
},
5151
"devDependencies": {
5252
"@babel/cli": "^7.27.2",
53-
"@babel/core": "^7.27.1",
54-
"@babel/eslint-parser": "^7.27.1",
55-
"@babel/plugin-transform-runtime": "^7.27.1",
53+
"@babel/core": "^7.27.4",
54+
"@babel/eslint-parser": "^7.27.5",
55+
"@babel/plugin-transform-runtime": "^7.27.4",
5656
"@babel/preset-env": "^7.27.2",
5757
"@babel/preset-react": "^7.27.1",
5858
"@babel/preset-typescript": "^7.27.1",
5959
"@emotion/react": "^11.14.0",
6060
"@emotion/styled": "^11.14.0",
6161
"@reduxjs/toolkit": "^2.8.2",
62-
"@rjsf/core": "^5.24.10",
62+
"@rjsf/core": "^5.24.11",
6363
"@types/jsan": "^3.1.5",
6464
"@types/json-schema": "^7.0.15",
65-
"@types/node": "^22.15.21",
66-
"@types/react": "^19.1.6",
67-
"@types/react-dom": "^19.1.5",
65+
"@types/node": "^22.15.31",
66+
"@types/react": "^19.1.8",
67+
"@types/react-dom": "^19.1.6",
6868
"@types/socketcluster-client": "^19.1.0",
6969
"@types/webpack-env": "^1.18.8",
7070
"babel-loader": "^10.0.0",
7171
"cross-env": "^7.0.3",
7272
"css-loader": "^7.1.2",
73-
"esbuild": "^0.25.4",
73+
"esbuild": "^0.25.5",
7474
"fork-ts-checker-webpack-plugin": "^9.1.0",
75-
"globals": "^16.1.0",
75+
"globals": "^16.2.0",
7676
"html-loader": "^5.1.0",
7777
"html-webpack-plugin": "^5.6.3",
7878
"react": "^19.1.0",
7979
"react-dom": "^19.1.0",
8080
"rimraf": "^6.0.1",
8181
"style-loader": "^4.0.0",
82-
"ts-jest": "^29.3.4",
82+
"ts-jest": "^29.4.0",
8383
"ts-node": "^10.9.2",
8484
"typescript": "~5.8.3",
8585
"webpack": "^5.99.9",
8686
"webpack-cli": "^6.0.1",
87-
"webpack-dev-server": "^5.2.1"
87+
"webpack-dev-server": "^5.2.2"
8888
},
8989
"peerDependencies": {
9090
"@emotion/react": "^11.14.0",

packages/redux-devtools-chart-monitor/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,21 @@
3939
"prepublish": "pnpm run type-check && pnpm run lint"
4040
},
4141
"dependencies": {
42-
"@babel/runtime": "^7.27.1",
42+
"@babel/runtime": "^7.27.6",
4343
"d3-state-visualizer": "workspace:^",
4444
"deepmerge": "^4.3.1",
4545
"react-base16-styling": "workspace:^"
4646
},
4747
"devDependencies": {
4848
"@babel/cli": "^7.27.2",
49-
"@babel/core": "^7.27.1",
50-
"@babel/eslint-parser": "^7.27.1",
51-
"@babel/plugin-transform-runtime": "^7.27.1",
49+
"@babel/core": "^7.27.4",
50+
"@babel/eslint-parser": "^7.27.5",
51+
"@babel/plugin-transform-runtime": "^7.27.4",
5252
"@babel/preset-env": "^7.27.2",
5353
"@babel/preset-react": "^7.27.1",
5454
"@babel/preset-typescript": "^7.27.1",
5555
"@redux-devtools/core": "workspace:^",
56-
"@types/react": "^19.1.6",
56+
"@types/react": "^19.1.8",
5757
"react": "^19.1.0",
5858
"redux": "^5.0.1",
5959
"rimraf": "^6.0.1",

packages/redux-devtools-cli/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
"node": ">= 18.12.0"
4242
},
4343
"dependencies": {
44-
"@apollo/server": "^4.12.1",
44+
"@apollo/server": "^4.12.2",
4545
"@emotion/react": "^11.14.0",
4646
"@emotion/styled": "^11.14.0",
4747
"@redux-devtools/app": "workspace:^",
4848
"@reduxjs/toolkit": "^2.8.2",
49-
"@types/react": "^19.1.6",
49+
"@types/react": "^19.1.8",
5050
"body-parser": "^1.20.3",
5151
"chalk": "^5.4.1",
5252
"cors": "^2.8.5",
@@ -69,27 +69,27 @@
6969
"uuid": "^11.1.0"
7070
},
7171
"devDependencies": {
72-
"@types/body-parser": "^1.19.5",
73-
"@types/cors": "^2.8.18",
72+
"@types/body-parser": "^1.19.6",
73+
"@types/cors": "^2.8.19",
7474
"@types/cross-spawn": "^6.0.6",
75-
"@types/express": "^4.17.22",
75+
"@types/express": "^4.17.23",
7676
"@types/jest": "^29.5.14",
7777
"@types/lodash-es": "^4.17.12",
7878
"@types/minimist": "^1.2.5",
79-
"@types/morgan": "^1.9.9",
80-
"@types/node": "^22.15.21",
79+
"@types/morgan": "^1.9.10",
80+
"@types/node": "^22.15.31",
8181
"@types/semver": "^7.7.0",
8282
"@types/socketcluster-client": "^19.1.0",
8383
"@types/socketcluster-server": "^19.0.1",
8484
"@types/supertest": "^6.0.3",
8585
"@types/uuid": "^10.0.0",
86-
"globals": "^16.1.0",
86+
"globals": "^16.2.0",
8787
"jest": "^29.7.0",
8888
"ncp": "^2.0.0",
8989
"rimraf": "^6.0.1",
9090
"socketcluster-client": "^19.2.3",
9191
"supertest": "^7.1.1",
92-
"ts-jest": "^29.3.4",
92+
"ts-jest": "^29.4.0",
9393
"typescript": "~5.8.3"
9494
}
9595
}

0 commit comments

Comments
 (0)