Skip to content

Commit 68d4440

Browse files
chore(deps): update all non-major dependencies (#1729)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c52962d commit 68d4440

File tree

33 files changed

+684
-614
lines changed

33 files changed

+684
-614
lines changed

extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
"@babel/register": "^7.24.6",
5555
"@testing-library/dom": "^10.4.0",
5656
"@testing-library/jest-dom": "^6.5.0",
57-
"@testing-library/react": "^16.0.0",
57+
"@testing-library/react": "^16.0.1",
5858
"@types/chrome": "^0.0.270",
5959
"@types/lodash-es": "^4.17.12",
60-
"@types/react": "^18.3.4",
60+
"@types/react": "^18.3.5",
6161
"@types/react-dom": "^18.3.0",
6262
"@types/styled-components": "^5.1.34",
6363
"chromedriver": "^126.0.5",
@@ -75,7 +75,7 @@
7575
"jest-environment-jsdom": "^29.7.0",
7676
"pug": "^3.0.3",
7777
"rimraf": "^6.0.1",
78-
"selenium-webdriver": "^4.23.0",
78+
"selenium-webdriver": "^4.24.0",
7979
"sinon-chrome": "^3.0.1",
8080
"ts-jest": "^29.2.5",
8181
"typescript": "~5.5.4",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"@nrwl/nx-cloud": "^19.0.0",
99
"eslint": "^8.57.0",
1010
"eslint-config-prettier": "^9.1.0",
11-
"eslint-plugin-jest": "^28.8.0",
11+
"eslint-plugin-jest": "^28.8.1",
1212
"eslint-plugin-react": "^7.35.0",
1313
"eslint-plugin-react-hooks": "^4.6.2",
1414
"jest": "^29.7.0",
15-
"nx": "^19.6.2",
15+
"nx": "^19.6.4",
1616
"prettier": "3.3.3",
1717
"typescript": "~5.5.4",
18-
"typescript-eslint": "^8.2.0"
18+
"typescript-eslint": "^8.3.0"
1919
},
2020
"scripts": {
2121
"format": "prettier --write .",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@babel/core": "^7.25.2",
3333
"@babel/preset-env": "^7.25.4",
3434
"@babel/preset-typescript": "^7.24.7",
35-
"@types/node": "^20.16.1",
35+
"@types/node": "^20.16.2",
3636
"babel-loader": "^9.1.3",
3737
"cross-env": "^7.0.3",
3838
"fork-ts-checker-webpack-plugin": "^9.0.2",

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.30.1"
4646
},
4747
"devDependencies": {
48-
"@types/ramda": "^0.30.1",
48+
"@types/ramda": "^0.30.2",
4949
"rimraf": "^6.0.1",
5050
"typescript": "~5.5.4"
5151
}

packages/react-dock/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@babel/preset-env": "^7.25.4",
2424
"@babel/preset-react": "^7.24.7",
2525
"@babel/preset-typescript": "^7.24.7",
26-
"@types/node": "^20.16.1",
27-
"@types/react": "^18.3.4",
26+
"@types/node": "^20.16.2",
27+
"@types/react": "^18.3.5",
2828
"@types/react-dom": "^18.3.0",
2929
"@types/styled-components": "^5.1.34",
3030
"babel-loader": "^9.1.3",

packages/react-dock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@types/jest": "^29.5.12",
44-
"@types/react": "^18.3.4",
44+
"@types/react": "^18.3.5",
4545
"@types/react-test-renderer": "^18.3.0",
4646
"jest": "^29.7.0",
4747
"jest-environment-jsdom": "^29.7.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@babel/preset-env": "^7.25.4",
3131
"@babel/preset-react": "^7.24.7",
3232
"@babel/preset-typescript": "^7.24.7",
33-
"@types/node": "^20.16.1",
34-
"@types/react": "^18.3.4",
33+
"@types/node": "^20.16.2",
34+
"@types/react": "^18.3.5",
3535
"@types/react-dom": "^18.3.0",
3636
"babel-loader": "^9.1.3",
3737
"cross-env": "^7.0.3",

packages/react-json-tree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@types/jest": "^29.5.12",
48-
"@types/react": "^18.3.4",
48+
"@types/react": "^18.3.5",
4949
"@types/react-test-renderer": "^18.3.0",
5050
"jest": "^29.7.0",
5151
"react": "^18.3.1",

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

Lines changed: 6 additions & 6 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.25.4",
38+
"@babel/runtime": "^7.25.6",
3939
"@redux-devtools/chart-monitor": "workspace:^",
4040
"@redux-devtools/core": "workspace:^",
4141
"@redux-devtools/inspector-monitor": "workspace:^",
@@ -53,7 +53,7 @@
5353
"react-is": "^18.3.1"
5454
},
5555
"devDependencies": {
56-
"@babel/cli": "^7.24.8",
56+
"@babel/cli": "^7.25.6",
5757
"@babel/core": "^7.25.2",
5858
"@babel/eslint-parser": "^7.25.1",
5959
"@babel/plugin-transform-runtime": "^7.25.4",
@@ -62,15 +62,15 @@
6262
"@babel/preset-typescript": "^7.24.7",
6363
"@emotion/react": "^11.13.3",
6464
"@reduxjs/toolkit": "^2.2.7",
65-
"@rjsf/core": "^5.20.0",
65+
"@rjsf/core": "^5.20.1",
6666
"@testing-library/dom": "^10.4.0",
6767
"@testing-library/jest-dom": "^6.5.0",
68-
"@testing-library/react": "^16.0.0",
68+
"@testing-library/react": "^16.0.1",
6969
"@types/jest": "^29.5.12",
7070
"@types/jsan": "^3.1.5",
7171
"@types/json-schema": "^7.0.15",
72-
"@types/node": "^20.16.1",
73-
"@types/react": "^18.3.4",
72+
"@types/node": "^20.16.2",
73+
"@types/react": "^18.3.5",
7474
"@types/react-dom": "^18.3.0",
7575
"@types/styled-components": "^5.1.34",
7676
"cross-env": "^7.0.3",

packages/redux-devtools-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"socketcluster-client": "^19.2.2"
5050
},
5151
"devDependencies": {
52-
"@babel/cli": "^7.24.8",
52+
"@babel/cli": "^7.25.6",
5353
"@babel/core": "^7.25.2",
5454
"@babel/eslint-parser": "^7.25.1",
5555
"@babel/plugin-transform-runtime": "^7.25.4",
@@ -58,11 +58,11 @@
5858
"@babel/preset-typescript": "^7.24.7",
5959
"@emotion/react": "^11.13.3",
6060
"@reduxjs/toolkit": "^2.2.7",
61-
"@rjsf/core": "^5.20.0",
61+
"@rjsf/core": "^5.20.1",
6262
"@types/jsan": "^3.1.5",
6363
"@types/json-schema": "^7.0.15",
64-
"@types/node": "^20.16.1",
65-
"@types/react": "^18.3.4",
64+
"@types/node": "^20.16.2",
65+
"@types/react": "^18.3.5",
6666
"@types/react-dom": "^18.3.0",
6767
"@types/socketcluster-client": "^19.1.0",
6868
"@types/styled-components": "^5.1.34",

0 commit comments

Comments
 (0)