Skip to content

Commit e46bbca

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

File tree

34 files changed

+1844
-2017
lines changed

34 files changed

+1844
-2017
lines changed

extension/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
"@redux-devtools/slider-monitor": "workspace:^",
3333
"@redux-devtools/ui": "workspace:^",
3434
"@redux-devtools/utils": "workspace:^",
35-
"@reduxjs/toolkit": "^2.5.1",
35+
"@reduxjs/toolkit": "^2.6.0",
3636
"@types/jsan": "^3.1.5",
3737
"jsan": "^3.1.14",
3838
"localforage": "^1.10.0",
3939
"lodash-es": "^4.17.21",
4040
"react": "^18.3.1",
4141
"react-dom": "^18.3.1",
42-
"react-icons": "^5.4.0",
42+
"react-icons": "^5.5.0",
4343
"react-is": "^18.3.1",
4444
"react-json-tree": "workspace:^",
4545
"react-redux": "^9.2.0",
@@ -48,15 +48,15 @@
4848
"styled-components": "^5.3.11"
4949
},
5050
"devDependencies": {
51-
"@babel/core": "^7.26.8",
52-
"@babel/preset-env": "^7.26.8",
51+
"@babel/core": "^7.26.9",
52+
"@babel/preset-env": "^7.26.9",
5353
"@babel/preset-react": "^7.26.3",
5454
"@babel/preset-typescript": "^7.26.0",
5555
"@babel/register": "^7.25.9",
5656
"@testing-library/dom": "^10.4.0",
5757
"@testing-library/jest-dom": "^6.6.3",
5858
"@testing-library/react": "^16.2.0",
59-
"@types/chrome": "^0.0.304",
59+
"@types/chrome": "^0.0.306",
6060
"@types/lodash-es": "^4.17.12",
6161
"@types/react": "^18.3.18",
6262
"@types/react-dom": "^18.3.5",
@@ -65,17 +65,17 @@
6565
"cross-env": "^7.0.3",
6666
"electron": "^31.7.7",
6767
"esbuild": "^0.25.0",
68-
"globals": "^15.14.0",
68+
"globals": "^15.15.0",
6969
"immutable": "^4.3.7",
7070
"jest": "^29.7.0",
7171
"jest-environment-jsdom": "^29.7.0",
7272
"pug": "^3.0.3",
7373
"rimraf": "^6.0.1",
74-
"selenium-webdriver": "^4.28.1",
74+
"selenium-webdriver": "^4.29.0",
7575
"sinon-chrome": "^3.0.1",
76-
"ts-jest": "^29.2.5",
76+
"ts-jest": "^29.2.6",
7777
"typescript": "~5.7.3",
78-
"webpack": "^5.97.1",
78+
"webpack": "^5.98.0",
7979
"webpack-cli": "^6.0.1"
8080
}
8181
}

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.26.8",
5-
"@changesets/cli": "^2.27.12",
6-
"@eslint/compat": "^1.2.6",
7-
"@eslint/js": "^9.20.0",
8-
"eslint": "^9.20.0",
9-
"eslint-config-prettier": "^10.0.1",
4+
"@babel/core": "^7.26.9",
5+
"@changesets/cli": "^2.28.1",
6+
"@eslint/compat": "^1.2.7",
7+
"@eslint/js": "^9.21.0",
8+
"eslint": "^9.21.0",
9+
"eslint-config-prettier": "^10.0.2",
1010
"eslint-plugin-jest": "^28.11.0",
1111
"eslint-plugin-react": "^7.37.4",
1212
"eslint-plugin-react-hooks": "^4.6.2",
1313
"jest": "^29.7.0",
14-
"prettier": "3.5.0",
14+
"prettier": "3.5.2",
1515
"typescript": "~5.7.3",
16-
"typescript-eslint": "^8.24.0"
16+
"typescript-eslint": "^8.25.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": "[email protected].5"
27+
"packageManager": "[email protected].6"
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.26.8",
33-
"@babel/preset-env": "^7.26.8",
32+
"@babel/core": "^7.26.9",
33+
"@babel/preset-env": "^7.26.9",
3434
"@babel/preset-typescript": "^7.26.0",
35-
"@types/node": "^22.13.1",
35+
"@types/node": "^22.13.5",
3636
"babel-loader": "^9.2.1",
3737
"cross-env": "^7.0.3",
3838
"fork-ts-checker-webpack-plugin": "^9.0.2",
3939
"html-webpack-plugin": "^5.6.3",
4040
"ts-node": "^10.9.2",
4141
"typescript": "~5.7.3",
42-
"webpack": "^5.97.1",
42+
"webpack": "^5.98.0",
4343
"webpack-cli": "^6.0.1",
4444
"webpack-dev-server": "^5.2.0"
4545
}

packages/map2tree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"immutable": "^4.3.7",
4646
"jest": "^29.7.0",
4747
"rimraf": "^6.0.1",
48-
"ts-jest": "^29.2.5",
48+
"ts-jest": "^29.2.6",
4949
"typescript": "~5.7.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.2.5",
51+
"ts-jest": "^29.2.6",
5252
"typescript": "~5.7.3"
5353
}
5454
}

packages/react-dock/demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"react-bootstrap": "^2.10.9",
1515
"react-dock": "workspace:^",
1616
"react-dom": "^18.3.1",
17-
"react-icons": "^5.4.0",
17+
"react-icons": "^5.5.0",
1818
"react-is": "^18.3.1",
1919
"styled-components": "^5.3.11"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.26.8",
23-
"@babel/preset-env": "^7.26.8",
22+
"@babel/core": "^7.26.9",
23+
"@babel/preset-env": "^7.26.9",
2424
"@babel/preset-react": "^7.26.3",
2525
"@babel/preset-typescript": "^7.26.0",
26-
"@types/node": "^22.13.1",
26+
"@types/node": "^22.13.5",
2727
"@types/react": "^18.3.18",
2828
"@types/react-dom": "^18.3.5",
2929
"@types/styled-components": "^5.1.34",
@@ -33,7 +33,7 @@
3333
"html-webpack-plugin": "^5.6.3",
3434
"ts-node": "^10.9.2",
3535
"typescript": "~5.7.3",
36-
"webpack": "^5.97.1",
36+
"webpack": "^5.98.0",
3737
"webpack-cli": "^6.0.1",
3838
"webpack-dev-server": "^5.2.0"
3939
}

packages/react-dock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"react": "^18.3.1",
4949
"react-test-renderer": "^18.3.1",
5050
"rimraf": "^6.0.1",
51-
"ts-jest": "^29.2.5",
51+
"ts-jest": "^29.2.6",
5252
"typescript": "~5.7.3"
5353
},
5454
"peerDependencies": {

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"react-json-tree": "workspace:^"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "^7.26.8",
30-
"@babel/preset-env": "^7.26.8",
29+
"@babel/core": "^7.26.9",
30+
"@babel/preset-env": "^7.26.9",
3131
"@babel/preset-react": "^7.26.3",
3232
"@babel/preset-typescript": "^7.26.0",
33-
"@types/node": "^22.13.1",
33+
"@types/node": "^22.13.5",
3434
"@types/react": "^18.3.18",
3535
"@types/react-dom": "^18.3.5",
3636
"babel-loader": "^9.2.1",
@@ -39,7 +39,7 @@
3939
"html-webpack-plugin": "^5.6.3",
4040
"ts-node": "^10.9.2",
4141
"typescript": "~5.7.3",
42-
"webpack": "^5.97.1",
42+
"webpack": "^5.98.0",
4343
"webpack-cli": "^6.0.1",
4444
"webpack-dev-server": "^5.2.0"
4545
}

packages/react-json-tree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"react": "^18.3.1",
5252
"react-test-renderer": "^18.3.1",
5353
"rimraf": "^6.0.1",
54-
"ts-jest": "^29.2.5",
54+
"ts-jest": "^29.2.6",
5555
"typescript": "~5.7.3"
5656
},
5757
"peerDependencies": {

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

Lines changed: 8 additions & 8 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.26.7",
38+
"@babel/runtime": "^7.26.9",
3939
"@redux-devtools/chart-monitor": "workspace:^",
4040
"@redux-devtools/core": "workspace:^",
4141
"@redux-devtools/inspector-monitor": "workspace:^",
@@ -49,27 +49,27 @@
4949
"javascript-stringify": "^2.1.0",
5050
"jsan": "^3.1.14",
5151
"jsondiffpatch": "^0.6.0",
52-
"react-icons": "^5.4.0",
52+
"react-icons": "^5.5.0",
5353
"react-is": "^18.3.1"
5454
},
5555
"devDependencies": {
5656
"@babel/cli": "^7.26.4",
57-
"@babel/core": "^7.26.8",
57+
"@babel/core": "^7.26.9",
5858
"@babel/eslint-parser": "^7.26.8",
59-
"@babel/plugin-transform-runtime": "^7.26.8",
60-
"@babel/preset-env": "^7.26.8",
59+
"@babel/plugin-transform-runtime": "^7.26.9",
60+
"@babel/preset-env": "^7.26.9",
6161
"@babel/preset-react": "^7.26.3",
6262
"@babel/preset-typescript": "^7.26.0",
6363
"@emotion/react": "^11.14.0",
64-
"@reduxjs/toolkit": "^2.5.1",
64+
"@reduxjs/toolkit": "^2.6.0",
6565
"@rjsf/core": "^5.24.3",
6666
"@testing-library/dom": "^10.4.0",
6767
"@testing-library/jest-dom": "^6.6.3",
6868
"@testing-library/react": "^16.2.0",
6969
"@types/jest": "^29.5.14",
7070
"@types/jsan": "^3.1.5",
7171
"@types/json-schema": "^7.0.15",
72-
"@types/node": "^22.13.1",
72+
"@types/node": "^22.13.5",
7373
"@types/react": "^18.3.18",
7474
"@types/react-dom": "^18.3.5",
7575
"@types/styled-components": "^5.1.34",
@@ -84,7 +84,7 @@
8484
"redux-persist": "^6.0.0",
8585
"rimraf": "^6.0.1",
8686
"styled-components": "^5.3.11",
87-
"ts-jest": "^29.2.5",
87+
"ts-jest": "^29.2.6",
8888
"ts-node": "^10.9.2",
8989
"typescript": "~5.7.3"
9090
},

0 commit comments

Comments
 (0)