Skip to content

Commit 6ccb74e

Browse files
fix(deps): update all non-major dependencies
1 parent f033016 commit 6ccb74e

File tree

36 files changed

+1778
-1776
lines changed

36 files changed

+1778
-1776
lines changed

extension/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"jsan": "^3.1.14",
3939
"localforage": "^1.10.0",
4040
"lodash-es": "^4.17.21",
41-
"react": "^19.1.1",
42-
"react-dom": "^19.1.1",
41+
"react": "^19.2.0",
42+
"react-dom": "^19.2.0",
4343
"react-icons": "^5.5.0",
44-
"react-is": "^19.1.1",
44+
"react-is": "^19.2.0",
4545
"react-json-tree": "workspace:^",
4646
"react-redux": "^9.2.0",
4747
"redux": "^5.0.1",
@@ -54,27 +54,27 @@
5454
"@babel/preset-typescript": "^7.27.1",
5555
"@babel/register": "^7.28.3",
5656
"@testing-library/dom": "^10.4.1",
57-
"@testing-library/jest-dom": "^6.8.0",
57+
"@testing-library/jest-dom": "^6.9.1",
5858
"@testing-library/react": "^16.3.0",
59-
"@types/chrome": "^0.1.11",
59+
"@types/chrome": "^0.1.22",
6060
"@types/lodash-es": "^4.17.12",
61-
"@types/react": "^19.1.13",
62-
"@types/react-dom": "^19.1.9",
61+
"@types/react": "^19.2.0",
62+
"@types/react-dom": "^19.2.0",
6363
"chromedriver": "^126.0.5",
64-
"cross-env": "^10.0.0",
64+
"cross-env": "^10.1.0",
6565
"electron": "^31.7.7",
66-
"esbuild": "^0.25.9",
66+
"esbuild": "^0.25.10",
6767
"globals": "^16.4.0",
6868
"immutable": "^5.1.3",
69-
"jest": "^30.1.3",
70-
"jest-environment-jsdom": "^30.1.2",
69+
"jest": "^30.2.0",
70+
"jest-environment-jsdom": "^30.2.0",
7171
"pug": "^3.0.3",
7272
"rimraf": "^6.0.1",
73-
"selenium-webdriver": "^4.35.0",
73+
"selenium-webdriver": "^4.36.0",
7474
"sinon-chrome": "^3.0.1",
75-
"ts-jest": "^29.4.1",
76-
"typescript": "~5.9.2",
77-
"webpack": "^5.101.3",
75+
"ts-jest": "^29.4.4",
76+
"typescript": "~5.9.3",
77+
"webpack": "^5.102.0",
7878
"webpack-cli": "^6.0.1"
7979
}
8080
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"devDependencies": {
44
"@babel/core": "^7.28.4",
55
"@changesets/cli": "^2.29.7",
6-
"@eslint/compat": "^1.3.2",
7-
"@eslint/js": "^9.35.0",
8-
"eslint": "^9.35.0",
6+
"@eslint/compat": "^1.4.0",
7+
"@eslint/js": "^9.37.0",
8+
"eslint": "^9.37.0",
99
"eslint-config-prettier": "^10.1.8",
1010
"eslint-plugin-jest": "^29.0.1",
1111
"eslint-plugin-react": "^7.37.5",
1212
"eslint-plugin-react-hooks": "^5.2.0",
13-
"jest": "^30.1.3",
13+
"jest": "^30.2.0",
1414
"prettier": "3.6.2",
15-
"typescript": "~5.9.2",
16-
"typescript-eslint": "^8.43.0"
15+
"typescript": "~5.9.3",
16+
"typescript-eslint": "^8.45.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.16.1"
27+
"packageManager": "pnpm@10.18.0"
2828
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
"@babel/core": "^7.28.4",
3333
"@babel/preset-env": "^7.28.3",
3434
"@babel/preset-typescript": "^7.27.1",
35-
"@types/node": "^22.18.3",
35+
"@types/node": "^22.18.8",
3636
"babel-loader": "^10.0.0",
37-
"cross-env": "^10.0.0",
37+
"cross-env": "^10.1.0",
3838
"fork-ts-checker-webpack-plugin": "^9.1.0",
3939
"html-webpack-plugin": "^5.6.4",
4040
"ts-node": "^10.9.2",
41-
"typescript": "~5.9.2",
42-
"webpack": "^5.101.3",
41+
"typescript": "~5.9.3",
42+
"webpack": "^5.102.0",
4343
"webpack-cli": "^6.0.1",
4444
"webpack-dev-server": "^5.2.2"
4545
}

packages/d3-state-visualizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"devDependencies": {
4848
"@types/ramda": "^0.31.1",
4949
"rimraf": "^6.0.1",
50-
"typescript": "~5.9.2"
50+
"typescript": "~5.9.3"
5151
}
5252
}

packages/d3tooltip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/d3": "^7.4.3",
3737
"d3": "^7.9.0",
3838
"rimraf": "^6.0.1",
39-
"typescript": "~5.9.2"
39+
"typescript": "~5.9.3"
4040
},
4141
"peerDependencies": {
4242
"@types/d3": "^7.4.3",

packages/map2tree/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"@types/jest": "^30.0.0",
4444
"@types/lodash-es": "^4.17.12",
4545
"immutable": "^5.1.3",
46-
"jest": "^30.1.3",
46+
"jest": "^30.2.0",
4747
"rimraf": "^6.0.1",
48-
"ts-jest": "^29.4.1",
49-
"typescript": "~5.9.2"
48+
"ts-jest": "^29.4.4",
49+
"typescript": "~5.9.3"
5050
}
5151
}

packages/react-base16-styling/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"@types/color": "^4.2.0",
4646
"@types/jest": "^30.0.0",
4747
"@types/lodash-es": "^4.17.12",
48-
"jest": "^30.1.3",
49-
"jest-environment-jsdom": "^30.1.2",
48+
"jest": "^30.2.0",
49+
"jest-environment-jsdom": "^30.2.0",
5050
"rimraf": "^6.0.1",
51-
"ts-jest": "^29.4.1",
52-
"typescript": "~5.9.2"
51+
"ts-jest": "^29.4.4",
52+
"typescript": "~5.9.3"
5353
}
5454
}

packages/react-dock/demo/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@
1111
},
1212
"dependencies": {
1313
"@emotion/styled": "^11.14.1",
14-
"react": "^19.1.1",
14+
"react": "^19.2.0",
1515
"react-bootstrap": "^2.10.10",
1616
"react-dock": "workspace:^",
17-
"react-dom": "^19.1.1",
17+
"react-dom": "^19.2.0",
1818
"react-icons": "^5.5.0",
19-
"react-is": "^19.1.1"
19+
"react-is": "^19.2.0"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.28.4",
2323
"@babel/preset-env": "^7.28.3",
2424
"@babel/preset-react": "^7.27.1",
2525
"@babel/preset-typescript": "^7.27.1",
26-
"@types/node": "^22.18.3",
27-
"@types/react": "^19.1.13",
28-
"@types/react-dom": "^19.1.9",
26+
"@types/node": "^22.18.8",
27+
"@types/react": "^19.2.0",
28+
"@types/react-dom": "^19.2.0",
2929
"babel-loader": "^10.0.0",
30-
"cross-env": "^10.0.0",
30+
"cross-env": "^10.1.0",
3131
"fork-ts-checker-webpack-plugin": "^9.1.0",
3232
"html-webpack-plugin": "^5.6.4",
3333
"ts-node": "^10.9.2",
34-
"typescript": "~5.9.2",
35-
"webpack": "^5.101.3",
34+
"typescript": "~5.9.3",
35+
"webpack": "^5.102.0",
3636
"webpack-cli": "^6.0.1",
3737
"webpack-dev-server": "^5.2.2"
3838
}

packages/react-dock/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"lodash-es": "^4.17.21"
4040
},
4141
"devDependencies": {
42-
"@types/react": "^19.1.13",
43-
"react": "^19.1.1",
42+
"@types/react": "^19.2.0",
43+
"react": "^19.2.0",
4444
"rimraf": "^6.0.1",
45-
"typescript": "~5.9.2"
45+
"typescript": "~5.9.3"
4646
},
4747
"peerDependencies": {
4848
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,26 @@
2020
},
2121
"dependencies": {
2222
"immutable": "^5.1.3",
23-
"react": "^19.1.1",
23+
"react": "^19.2.0",
2424
"react-base16-styling": "workspace:^",
25-
"react-dom": "^19.1.1",
25+
"react-dom": "^19.2.0",
2626
"react-json-tree": "workspace:^"
2727
},
2828
"devDependencies": {
2929
"@babel/core": "^7.28.4",
3030
"@babel/preset-env": "^7.28.3",
3131
"@babel/preset-react": "^7.27.1",
3232
"@babel/preset-typescript": "^7.27.1",
33-
"@types/node": "^22.18.3",
34-
"@types/react": "^19.1.13",
35-
"@types/react-dom": "^19.1.9",
33+
"@types/node": "^22.18.8",
34+
"@types/react": "^19.2.0",
35+
"@types/react-dom": "^19.2.0",
3636
"babel-loader": "^10.0.0",
37-
"cross-env": "^10.0.0",
37+
"cross-env": "^10.1.0",
3838
"fork-ts-checker-webpack-plugin": "^9.1.0",
3939
"html-webpack-plugin": "^5.6.4",
4040
"ts-node": "^10.9.2",
41-
"typescript": "~5.9.2",
42-
"webpack": "^5.101.3",
41+
"typescript": "~5.9.3",
42+
"webpack": "^5.102.0",
4343
"webpack-cli": "^6.0.1",
4444
"webpack-dev-server": "^5.2.2"
4545
}

0 commit comments

Comments
 (0)