Skip to content

Commit ffe078a

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

32 files changed

Lines changed: 2728 additions & 2905 deletions

File tree

extension/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,44 +38,44 @@
3838
"jsan": "^3.1.14",
3939
"localforage": "^1.10.0",
4040
"lodash-es": "^4.18.1",
41-
"react": "^19.2.6",
42-
"react-dom": "^19.2.6",
41+
"react": "^19.2.7",
42+
"react-dom": "^19.2.7",
4343
"react-icons": "^5.6.0",
44-
"react-is": "^19.2.6",
44+
"react-is": "^19.2.7",
4545
"react-json-tree": "workspace:^",
4646
"react-redux": "^9.3.0",
4747
"redux": "^5.0.1",
4848
"redux-persist": "^6.0.0"
4949
},
5050
"devDependencies": {
5151
"@babel/core": "^7.29.0",
52-
"@babel/preset-env": "^7.29.5",
53-
"@babel/preset-react": "^7.28.5",
54-
"@babel/preset-typescript": "^7.28.5",
55-
"@babel/register": "^7.29.3",
52+
"@babel/preset-env": "^7.29.7",
53+
"@babel/preset-react": "^7.29.7",
54+
"@babel/preset-typescript": "^7.29.7",
55+
"@babel/register": "^7.29.7",
5656
"@jest/globals": "^30.4.1",
5757
"@testing-library/dom": "^10.4.1",
5858
"@testing-library/jest-dom": "^6.9.1",
5959
"@testing-library/react": "^16.3.2",
60-
"@types/chrome": "^0.1.42",
60+
"@types/chrome": "^0.1.43",
6161
"@types/lodash-es": "^4.17.12",
62-
"@types/react": "^19.2.14",
62+
"@types/react": "^19.2.17",
6363
"@types/react-dom": "^19.2.3",
64-
"chromedriver": "^148.0.3",
64+
"chromedriver": "^148.0.4",
6565
"cross-env": "^10.1.0",
6666
"electron": "^42.4.1",
6767
"esbuild": "^0.28.0",
6868
"globals": "^17.6.0",
69-
"immutable": "^5.1.5",
69+
"immutable": "^5.1.6",
7070
"jest": "^30.4.2",
7171
"jest-environment-jsdom": "^30.4.1",
7272
"pug": "^3.0.4",
7373
"rimraf": "^6.1.3",
74-
"selenium-webdriver": "^4.44.0",
74+
"selenium-webdriver": "^4.45.0",
7575
"sinon-chrome": "^3.0.1",
76-
"ts-jest": "^29.4.9",
76+
"ts-jest": "^29.4.11",
7777
"typescript": "~6.0.3",
78-
"webpack": "^5.106.2",
79-
"webpack-cli": "^7.0.2"
78+
"webpack": "^5.107.2",
79+
"webpack-cli": "^7.0.3"
8080
}
8181
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"eslint-plugin-react": "^7.37.5",
1111
"eslint-plugin-react-hooks": "^7.1.1",
1212
"jest": "^30.4.2",
13-
"prettier": "3.8.3",
13+
"prettier": "3.8.4",
1414
"typescript": "~6.0.3",
15-
"typescript-eslint": "^8.59.3"
15+
"typescript-eslint": "^8.61.1"
1616
},
1717
"scripts": {
1818
"format": "prettier --write .",
@@ -23,5 +23,5 @@
2323
"clean:all": "pnpm --recursive run clean",
2424
"release": "pnpm build:all && pnpm publish -r"
2525
},
26-
"packageManager": "pnpm@11.1.2"
26+
"packageManager": "pnpm@11.8.0"
2727
}

packages/map2tree/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"devDependencies": {
4242
"@types/jest": "^30.0.0",
4343
"@types/lodash-es": "^4.17.12",
44-
"immutable": "^5.1.5",
44+
"immutable": "^5.1.6",
4545
"jest": "^30.4.2",
4646
"rimraf": "^6.1.3",
47-
"ts-jest": "^29.4.9",
47+
"ts-jest": "^29.4.11",
4848
"typescript": "~6.0.3"
4949
}
5050
}

packages/react-base16-styling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"jest": "^30.4.2",
4848
"jest-environment-jsdom": "^30.4.1",
4949
"rimraf": "^6.1.3",
50-
"ts-jest": "^29.4.9",
50+
"ts-jest": "^29.4.11",
5151
"typescript": "~6.0.3"
5252
}
5353
}

packages/react-dock/demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
},
1414
"dependencies": {
1515
"@emotion/styled": "^11.14.1",
16-
"react": "^19.2.6",
16+
"react": "^19.2.7",
1717
"react-bootstrap": "^2.10.10",
1818
"react-dock": "workspace:^",
19-
"react-dom": "^19.2.6",
19+
"react-dom": "^19.2.7",
2020
"react-icons": "^5.6.0",
21-
"react-is": "^19.2.6"
21+
"react-is": "^19.2.7"
2222
},
2323
"devDependencies": {
24-
"@types/node": "^24.12.4",
25-
"@types/react": "^19.2.14",
24+
"@types/node": "^24.13.2",
25+
"@types/react": "^19.2.17",
2626
"@types/react-dom": "^19.2.3",
2727
"@vitejs/plugin-react": "^6.0.2",
2828
"typescript": "~6.0.3",

packages/react-dock/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"lodash-es": "^4.18.1"
3939
},
4040
"devDependencies": {
41-
"@types/react": "^19.2.14",
42-
"react": "^19.2.6",
41+
"@types/react": "^19.2.17",
42+
"react": "^19.2.7",
4343
"rimraf": "^6.1.3",
4444
"typescript": "~6.0.3"
4545
},

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"type-check": "tsc"
2222
},
2323
"dependencies": {
24-
"immutable": "^5.1.5",
25-
"react": "^19.2.6",
24+
"immutable": "^5.1.6",
25+
"react": "^19.2.7",
2626
"react-base16-styling": "workspace:^",
27-
"react-dom": "^19.2.6",
27+
"react-dom": "^19.2.7",
2828
"react-json-tree": "workspace:^"
2929
},
3030
"devDependencies": {
31-
"@types/node": "^24.12.4",
32-
"@types/react": "^19.2.14",
31+
"@types/node": "^24.13.2",
32+
"@types/react": "^19.2.17",
3333
"@types/react-dom": "^19.2.3",
3434
"@vitejs/plugin-react": "^6.0.2",
3535
"typescript": "~6.0.3",

packages/react-json-tree/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
},
4545
"devDependencies": {
4646
"@types/jest": "^30.0.0",
47-
"@types/react": "^19.2.14",
47+
"@types/react": "^19.2.17",
4848
"jest": "^30.4.2",
49-
"react": "^19.2.6",
49+
"react": "^19.2.7",
5050
"rimraf": "^6.1.3",
51-
"ts-jest": "^29.4.9",
51+
"ts-jest": "^29.4.11",
5252
"typescript": "~6.0.3"
5353
},
5454
"peerDependencies": {

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,34 +45,34 @@
4545
"jsan": "^3.1.14",
4646
"jsondiffpatch": "^0.7.6",
4747
"react-icons": "^5.6.0",
48-
"react-is": "^19.2.6"
48+
"react-is": "^19.2.7"
4949
},
5050
"devDependencies": {
5151
"@emotion/react": "^11.14.0",
5252
"@emotion/styled": "^11.14.1",
5353
"@jest/globals": "^30.4.1",
5454
"@reduxjs/toolkit": "^2.12.0",
55-
"@rjsf/core": "^6.5.3",
55+
"@rjsf/core": "^6.6.2",
5656
"@testing-library/dom": "^10.4.1",
5757
"@testing-library/jest-dom": "^6.9.1",
5858
"@testing-library/react": "^16.3.2",
5959
"@types/jest": "^30.0.0",
6060
"@types/jsan": "^3.1.5",
6161
"@types/json-schema": "^7.0.15",
62-
"@types/node": "^24.12.4",
63-
"@types/react": "^19.2.14",
62+
"@types/node": "^24.13.2",
63+
"@types/react": "^19.2.17",
6464
"@types/react-dom": "^19.2.3",
6565
"cross-env": "^10.1.0",
6666
"esbuild": "^0.28.0",
6767
"jest": "^30.4.2",
6868
"jest-environment-jsdom": "^30.4.1",
69-
"react": "^19.2.6",
70-
"react-dom": "^19.2.6",
69+
"react": "^19.2.7",
70+
"react-dom": "^19.2.7",
7171
"react-redux": "^9.3.0",
7272
"redux": "^5.0.1",
7373
"redux-persist": "^6.0.0",
7474
"rimraf": "^6.1.3",
75-
"ts-jest": "^29.4.9",
75+
"ts-jest": "^29.4.11",
7676
"ts-node": "^10.9.2",
7777
"typescript": "~6.0.3"
7878
},

packages/redux-devtools-app/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@
4949
},
5050
"devDependencies": {
5151
"@babel/core": "^7.29.0",
52-
"@babel/eslint-parser": "^7.28.6",
53-
"@babel/plugin-transform-runtime": "^7.29.0",
54-
"@babel/preset-env": "^7.29.5",
55-
"@babel/preset-react": "^7.28.5",
56-
"@babel/preset-typescript": "^7.28.5",
52+
"@babel/eslint-parser": "^7.29.7",
53+
"@babel/plugin-transform-runtime": "^7.29.7",
54+
"@babel/preset-env": "^7.29.7",
55+
"@babel/preset-react": "^7.29.7",
56+
"@babel/preset-typescript": "^7.29.7",
5757
"@emotion/react": "^11.14.0",
5858
"@emotion/styled": "^11.14.1",
5959
"@reduxjs/toolkit": "^2.12.0",
60-
"@rjsf/core": "^6.5.3",
60+
"@rjsf/core": "^6.6.2",
6161
"@types/jsan": "^3.1.5",
6262
"@types/json-schema": "^7.0.15",
63-
"@types/node": "^24.12.4",
64-
"@types/react": "^19.2.14",
63+
"@types/node": "^24.13.2",
64+
"@types/react": "^19.2.17",
6565
"@types/react-dom": "^19.2.3",
6666
"@types/socketcluster-client": "^20.0.0",
6767
"@types/webpack-env": "^1.18.8",
@@ -73,15 +73,15 @@
7373
"globals": "^17.6.0",
7474
"html-loader": "^5.1.0",
7575
"html-webpack-plugin": "^5.6.7",
76-
"react": "^19.2.6",
77-
"react-dom": "^19.2.6",
76+
"react": "^19.2.7",
77+
"react-dom": "^19.2.7",
7878
"rimraf": "^6.1.3",
7979
"style-loader": "^4.0.0",
80-
"ts-jest": "^29.4.9",
80+
"ts-jest": "^29.4.11",
8181
"ts-node": "^10.9.2",
8282
"typescript": "~6.0.3",
83-
"webpack": "^5.106.2",
84-
"webpack-cli": "^7.0.2",
83+
"webpack": "^5.107.2",
84+
"webpack-cli": "^7.0.3",
8585
"webpack-dev-server": "^5.2.4"
8686
},
8787
"peerDependencies": {

0 commit comments

Comments
 (0)