Skip to content

Commit 06e5a3b

Browse files
fix(deps): update all non-major dependencies
1 parent 68f82b6 commit 06e5a3b

File tree

35 files changed

+3394
-3327
lines changed

35 files changed

+3394
-3327
lines changed

extension/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@emotion/react": "^11.14.0",
28-
"@emotion/styled": "^11.14.0",
28+
"@emotion/styled": "^11.14.1",
2929
"@redux-devtools/app": "workspace:^",
3030
"@redux-devtools/core": "workspace:^",
3131
"@redux-devtools/instrument": "workspace:^",
@@ -38,43 +38,43 @@
3838
"jsan": "^3.1.14",
3939
"localforage": "^1.10.0",
4040
"lodash-es": "^4.17.21",
41-
"react": "^19.1.0",
42-
"react-dom": "^19.1.0",
41+
"react": "^19.1.1",
42+
"react-dom": "^19.1.1",
4343
"react-icons": "^5.5.0",
44-
"react-is": "^19.1.0",
44+
"react-is": "^19.1.1",
4545
"react-json-tree": "workspace:^",
4646
"react-redux": "^9.2.0",
4747
"redux": "^5.0.1",
4848
"redux-persist": "^6.0.0"
4949
},
5050
"devDependencies": {
51-
"@babel/core": "^7.27.4",
52-
"@babel/preset-env": "^7.27.2",
51+
"@babel/core": "^7.28.0",
52+
"@babel/preset-env": "^7.28.0",
5353
"@babel/preset-react": "^7.27.1",
5454
"@babel/preset-typescript": "^7.27.1",
5555
"@babel/register": "^7.27.1",
56-
"@testing-library/dom": "^10.4.0",
57-
"@testing-library/jest-dom": "^6.6.3",
56+
"@testing-library/dom": "^10.4.1",
57+
"@testing-library/jest-dom": "^6.6.4",
5858
"@testing-library/react": "^16.3.0",
59-
"@types/chrome": "^0.0.326",
59+
"@types/chrome": "^0.1.3",
6060
"@types/lodash-es": "^4.17.12",
61-
"@types/react": "^19.1.8",
62-
"@types/react-dom": "^19.1.6",
61+
"@types/react": "^19.1.10",
62+
"@types/react-dom": "^19.1.7",
6363
"chromedriver": "^126.0.5",
6464
"cross-env": "^10.0.0",
6565
"electron": "^31.7.7",
66-
"esbuild": "^0.25.5",
67-
"globals": "^16.2.0",
66+
"esbuild": "^0.25.8",
67+
"globals": "^16.3.0",
6868
"immutable": "^5.1.3",
69-
"jest": "^30.0.2",
70-
"jest-environment-jsdom": "^30.0.2",
69+
"jest": "^30.0.5",
70+
"jest-environment-jsdom": "^30.0.5",
7171
"pug": "^3.0.3",
7272
"rimraf": "^6.0.1",
73-
"selenium-webdriver": "^4.33.0",
73+
"selenium-webdriver": "^4.35.0",
7474
"sinon-chrome": "^3.0.1",
75-
"ts-jest": "^29.4.0",
75+
"ts-jest": "^29.4.1",
7676
"typescript": "~5.9.2",
77-
"webpack": "^5.99.9",
77+
"webpack": "^5.101.1",
7878
"webpack-cli": "^6.0.1"
7979
}
8080
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@babel/core": "^7.27.4",
4+
"@babel/core": "^7.28.0",
55
"@changesets/cli": "^2.29.5",
6-
"@eslint/compat": "^1.3.0",
7-
"@eslint/js": "^9.29.0",
8-
"eslint": "^9.29.0",
9-
"eslint-config-prettier": "^10.1.5",
6+
"@eslint/compat": "^1.3.2",
7+
"@eslint/js": "^9.33.0",
8+
"eslint": "^9.33.0",
9+
"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.0.2",
14-
"prettier": "3.6.0",
13+
"jest": "^30.0.5",
14+
"prettier": "3.6.2",
1515
"typescript": "~5.9.2",
16-
"typescript-eslint": "^8.35.0"
16+
"typescript-eslint": "^8.39.1"
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.12.3"
27+
"packageManager": "pnpm@10.14.0"
2828
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@
2929
"map2tree": "workspace:^"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.27.4",
33-
"@babel/preset-env": "^7.27.2",
32+
"@babel/core": "^7.28.0",
33+
"@babel/preset-env": "^7.28.0",
3434
"@babel/preset-typescript": "^7.27.1",
35-
"@types/node": "^22.15.32",
35+
"@types/node": "^22.17.1",
3636
"babel-loader": "^10.0.0",
3737
"cross-env": "^10.0.0",
3838
"fork-ts-checker-webpack-plugin": "^9.1.0",
3939
"html-webpack-plugin": "^5.6.3",
4040
"ts-node": "^10.9.2",
4141
"typescript": "~5.9.2",
42-
"webpack": "^5.99.9",
42+
"webpack": "^5.101.1",
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
@@ -45,7 +45,7 @@
4545
"ramda": "^0.31.3"
4646
},
4747
"devDependencies": {
48-
"@types/ramda": "^0.30.2",
48+
"@types/ramda": "^0.31.0",
4949
"rimraf": "^6.0.1",
5050
"typescript": "~5.9.2"
5151
}

packages/map2tree/package.json

Lines changed: 2 additions & 2 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.0.2",
46+
"jest": "^30.0.5",
4747
"rimraf": "^6.0.1",
48-
"ts-jest": "^29.4.0",
48+
"ts-jest": "^29.4.1",
4949
"typescript": "~5.9.2"
5050
}
5151
}

packages/react-base16-styling/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"prepublish": "pnpm run lint && pnpm run test"
3737
},
3838
"dependencies": {
39-
"@types/lodash": "^4.17.18",
39+
"@types/lodash": "^4.17.20",
4040
"color": "^5.0.0",
4141
"csstype": "^3.1.3",
4242
"lodash-es": "^4.17.21"
@@ -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.0.2",
49-
"jest-environment-jsdom": "^30.0.2",
48+
"jest": "^30.0.5",
49+
"jest-environment-jsdom": "^30.0.5",
5050
"rimraf": "^6.0.1",
51-
"ts-jest": "^29.4.0",
51+
"ts-jest": "^29.4.1",
5252
"typescript": "~5.9.2"
5353
}
5454
}

packages/react-dock/demo/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@
1010
"type-check": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@emotion/styled": "^11.14.0",
14-
"react": "^19.1.0",
13+
"@emotion/styled": "^11.14.1",
14+
"react": "^19.1.1",
1515
"react-bootstrap": "^2.10.10",
1616
"react-dock": "workspace:^",
17-
"react-dom": "^19.1.0",
17+
"react-dom": "^19.1.1",
1818
"react-icons": "^5.5.0",
19-
"react-is": "^19.1.0"
19+
"react-is": "^19.1.1"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.27.4",
23-
"@babel/preset-env": "^7.27.2",
22+
"@babel/core": "^7.28.0",
23+
"@babel/preset-env": "^7.28.0",
2424
"@babel/preset-react": "^7.27.1",
2525
"@babel/preset-typescript": "^7.27.1",
26-
"@types/node": "^22.15.32",
27-
"@types/react": "^19.1.8",
28-
"@types/react-dom": "^19.1.6",
26+
"@types/node": "^22.17.1",
27+
"@types/react": "^19.1.10",
28+
"@types/react-dom": "^19.1.7",
2929
"babel-loader": "^10.0.0",
3030
"cross-env": "^10.0.0",
3131
"fork-ts-checker-webpack-plugin": "^9.1.0",
3232
"html-webpack-plugin": "^5.6.3",
3333
"ts-node": "^10.9.2",
3434
"typescript": "~5.9.2",
35-
"webpack": "^5.99.9",
35+
"webpack": "^5.101.1",
3636
"webpack-cli": "^6.0.1",
3737
"webpack-dev-server": "^5.2.2"
3838
}

packages/react-dock/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"lodash-es": "^4.17.21"
4040
},
4141
"devDependencies": {
42-
"@types/react": "^19.1.8",
43-
"react": "^19.1.0",
42+
"@types/react": "^19.1.10",
43+
"react": "^19.1.1",
4444
"rimraf": "^6.0.1",
4545
"typescript": "~5.9.2"
4646
},

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.0",
23+
"react": "^19.1.1",
2424
"react-base16-styling": "workspace:^",
25-
"react-dom": "^19.1.0",
25+
"react-dom": "^19.1.1",
2626
"react-json-tree": "workspace:^"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "^7.27.4",
30-
"@babel/preset-env": "^7.27.2",
29+
"@babel/core": "^7.28.0",
30+
"@babel/preset-env": "^7.28.0",
3131
"@babel/preset-react": "^7.27.1",
3232
"@babel/preset-typescript": "^7.27.1",
33-
"@types/node": "^22.15.32",
34-
"@types/react": "^19.1.8",
35-
"@types/react-dom": "^19.1.6",
33+
"@types/node": "^22.17.1",
34+
"@types/react": "^19.1.10",
35+
"@types/react-dom": "^19.1.7",
3636
"babel-loader": "^10.0.0",
3737
"cross-env": "^10.0.0",
3838
"fork-ts-checker-webpack-plugin": "^9.1.0",
3939
"html-webpack-plugin": "^5.6.3",
4040
"ts-node": "^10.9.2",
4141
"typescript": "~5.9.2",
42-
"webpack": "^5.99.9",
42+
"webpack": "^5.101.1",
4343
"webpack-cli": "^6.0.1",
4444
"webpack-dev-server": "^5.2.2"
4545
}

packages/react-json-tree/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@
4040
"prepublish": "pnpm run lint && pnpm run test"
4141
},
4242
"dependencies": {
43-
"@types/lodash": "^4.17.18",
43+
"@types/lodash": "^4.17.20",
4444
"react-base16-styling": "workspace:^"
4545
},
4646
"devDependencies": {
4747
"@types/jest": "^30.0.0",
48-
"@types/react": "^19.1.8",
49-
"jest": "^30.0.2",
50-
"react": "^19.1.0",
48+
"@types/react": "^19.1.10",
49+
"jest": "^30.0.5",
50+
"react": "^19.1.1",
5151
"rimraf": "^6.0.1",
52-
"ts-jest": "^29.4.0",
52+
"ts-jest": "^29.4.1",
5353
"typescript": "~5.9.2"
5454
},
5555
"peerDependencies": {

0 commit comments

Comments
 (0)