Skip to content

Commit 9fa9a6f

Browse files
fix(deps): update all non-major dependencies (#1713)
* fix(deps): update all non-major dependencies * weird --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
1 parent 2a93de4 commit 9fa9a6f

File tree

35 files changed

+1578
-1373
lines changed

35 files changed

+1578
-1373
lines changed

extension/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"type-check": "tsc --noEmit"
2424
},
2525
"dependencies": {
26-
"@emotion/react": "^11.13.0",
26+
"@emotion/react": "^11.13.3",
2727
"@redux-devtools/app": "^6.1.0",
2828
"@redux-devtools/core": "^4.0.0",
2929
"@redux-devtools/instrument": "^2.1.0",
@@ -38,7 +38,7 @@
3838
"lodash-es": "^4.17.21",
3939
"react": "^18.3.1",
4040
"react-dom": "^18.3.1",
41-
"react-icons": "^5.2.1",
41+
"react-icons": "^5.3.0",
4242
"react-is": "^18.3.1",
4343
"react-json-tree": "^0.19.0",
4444
"react-redux": "^9.1.2",
@@ -48,22 +48,22 @@
4848
},
4949
"devDependencies": {
5050
"@babel/core": "^7.25.2",
51-
"@babel/preset-env": "^7.25.3",
51+
"@babel/preset-env": "^7.25.4",
5252
"@babel/preset-react": "^7.24.7",
5353
"@babel/preset-typescript": "^7.24.7",
5454
"@babel/register": "^7.24.6",
5555
"@testing-library/dom": "^10.4.0",
56-
"@testing-library/jest-dom": "^6.4.8",
56+
"@testing-library/jest-dom": "^6.5.0",
5757
"@testing-library/react": "^16.0.0",
58-
"@types/chrome": "^0.0.269",
58+
"@types/chrome": "^0.0.270",
5959
"@types/lodash-es": "^4.17.12",
60-
"@types/react": "^18.3.3",
60+
"@types/react": "^18.3.4",
6161
"@types/react-dom": "^18.3.0",
6262
"@types/styled-components": "^5.1.34",
6363
"chromedriver": "^126.0.5",
6464
"cross-env": "^7.0.3",
65-
"electron": "^31.3.1",
66-
"esbuild": "^0.23.0",
65+
"electron": "^31.4.0",
66+
"esbuild": "^0.23.1",
6767
"eslint": "^8.57.0",
6868
"eslint-config-airbnb": "^19.0.4",
6969
"eslint-plugin-import": "^2.29.1",
@@ -77,9 +77,9 @@
7777
"rimraf": "^6.0.1",
7878
"selenium-webdriver": "^4.23.0",
7979
"sinon-chrome": "^3.0.1",
80-
"ts-jest": "^29.2.4",
80+
"ts-jest": "^29.2.5",
8181
"typescript": "~5.5.4",
82-
"webpack": "^5.93.0",
82+
"webpack": "^5.94.0",
8383
"webpack-cli": "^5.1.4"
8484
}
8585
}

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.7.0",
11+
"eslint-plugin-jest": "^28.8.0",
1212
"eslint-plugin-react": "^7.35.0",
1313
"eslint-plugin-react-hooks": "^4.6.2",
1414
"jest": "^29.7.0",
15-
"nx": "^19.5.6",
15+
"nx": "^19.6.2",
1616
"prettier": "3.3.3",
1717
"typescript": "~5.5.4",
18-
"typescript-eslint": "^8.0.1"
18+
"typescript-eslint": "^8.2.0"
1919
},
2020
"scripts": {
2121
"format": "prettier --write .",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
},
3131
"devDependencies": {
3232
"@babel/core": "^7.25.2",
33-
"@babel/preset-env": "^7.25.3",
33+
"@babel/preset-env": "^7.25.4",
3434
"@babel/preset-typescript": "^7.24.7",
35-
"@types/node": "^20.14.14",
35+
"@types/node": "^20.16.1",
3636
"babel-loader": "^9.1.3",
3737
"cross-env": "^7.0.3",
3838
"fork-ts-checker-webpack-plugin": "^9.0.2",
3939
"html-webpack-plugin": "^5.6.0",
4040
"ts-node": "^10.9.2",
4141
"typescript": "~5.5.4",
42-
"webpack": "^5.93.0",
42+
"webpack": "^5.94.0",
4343
"webpack-cli": "^5.1.4",
4444
"webpack-dev-server": "^5.0.4"
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.4",
48+
"ts-jest": "^29.2.5",
4949
"typescript": "~5.5.4"
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.4",
51+
"ts-jest": "^29.2.5",
5252
"typescript": "~5.5.4"
5353
}
5454
}

packages/react-dock/demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"react-bootstrap": "^2.10.4",
1515
"react-dock": "^0.7.0",
1616
"react-dom": "^18.3.1",
17-
"react-icons": "^5.2.1",
17+
"react-icons": "^5.3.0",
1818
"react-is": "^18.3.1",
1919
"styled-components": "^5.3.11"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.25.2",
23-
"@babel/preset-env": "^7.25.3",
23+
"@babel/preset-env": "^7.25.4",
2424
"@babel/preset-react": "^7.24.7",
2525
"@babel/preset-typescript": "^7.24.7",
26-
"@types/node": "^20.14.14",
27-
"@types/react": "^18.3.3",
26+
"@types/node": "^20.16.1",
27+
"@types/react": "^18.3.4",
2828
"@types/react-dom": "^18.3.0",
2929
"@types/styled-components": "^5.1.34",
3030
"babel-loader": "^9.1.3",
@@ -33,7 +33,7 @@
3333
"html-webpack-plugin": "^5.6.0",
3434
"ts-node": "^10.9.2",
3535
"typescript": "~5.5.4",
36-
"webpack": "^5.93.0",
36+
"webpack": "^5.94.0",
3737
"webpack-cli": "^5.1.4",
3838
"webpack-dev-server": "^5.0.4"
3939
}

packages/react-dock/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
},
4242
"devDependencies": {
4343
"@types/jest": "^29.5.12",
44-
"@types/react": "^18.3.3",
44+
"@types/react": "^18.3.4",
4545
"@types/react-test-renderer": "^18.3.0",
4646
"jest": "^29.7.0",
4747
"jest-environment-jsdom": "^29.7.0",
4848
"react": "^18.3.1",
4949
"react-test-renderer": "^18.3.1",
5050
"rimraf": "^6.0.1",
51-
"ts-jest": "^29.2.4",
51+
"ts-jest": "^29.2.5",
5252
"typescript": "~5.5.4"
5353
},
5454
"peerDependencies": {

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
},
2828
"devDependencies": {
2929
"@babel/core": "^7.25.2",
30-
"@babel/preset-env": "^7.25.3",
30+
"@babel/preset-env": "^7.25.4",
3131
"@babel/preset-react": "^7.24.7",
3232
"@babel/preset-typescript": "^7.24.7",
33-
"@types/node": "^20.14.14",
34-
"@types/react": "^18.3.3",
33+
"@types/node": "^20.16.1",
34+
"@types/react": "^18.3.4",
3535
"@types/react-dom": "^18.3.0",
3636
"babel-loader": "^9.1.3",
3737
"cross-env": "^7.0.3",
3838
"fork-ts-checker-webpack-plugin": "^9.0.2",
3939
"html-webpack-plugin": "^5.6.0",
4040
"ts-node": "^10.9.2",
4141
"typescript": "~5.5.4",
42-
"webpack": "^5.93.0",
42+
"webpack": "^5.94.0",
4343
"webpack-cli": "^5.1.4",
4444
"webpack-dev-server": "^5.0.4"
4545
}

packages/react-json-tree/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
},
4646
"devDependencies": {
4747
"@types/jest": "^29.5.12",
48-
"@types/react": "^18.3.3",
48+
"@types/react": "^18.3.4",
4949
"@types/react-test-renderer": "^18.3.0",
5050
"jest": "^29.7.0",
5151
"react": "^18.3.1",
5252
"react-test-renderer": "^18.3.1",
5353
"rimraf": "^6.0.1",
54-
"ts-jest": "^29.2.4",
54+
"ts-jest": "^29.2.5",
5555
"typescript": "~5.5.4"
5656
},
5757
"peerDependencies": {

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

Lines changed: 11 additions & 11 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.0",
38+
"@babel/runtime": "^7.25.4",
3939
"@redux-devtools/chart-monitor": "^5.0.1",
4040
"@redux-devtools/core": "^4.0.0",
4141
"@redux-devtools/inspector-monitor": "^6.0.0",
@@ -49,32 +49,32 @@
4949
"javascript-stringify": "^2.1.0",
5050
"jsan": "^3.1.14",
5151
"jsondiffpatch": "^0.6.0",
52-
"react-icons": "^5.2.1",
52+
"react-icons": "^5.3.0",
5353
"react-is": "^18.3.1"
5454
},
5555
"devDependencies": {
5656
"@babel/cli": "^7.24.8",
5757
"@babel/core": "^7.25.2",
5858
"@babel/eslint-parser": "^7.25.1",
59-
"@babel/plugin-transform-runtime": "^7.24.7",
60-
"@babel/preset-env": "^7.25.3",
59+
"@babel/plugin-transform-runtime": "^7.25.4",
60+
"@babel/preset-env": "^7.25.4",
6161
"@babel/preset-react": "^7.24.7",
6262
"@babel/preset-typescript": "^7.24.7",
63-
"@emotion/react": "^11.13.0",
63+
"@emotion/react": "^11.13.3",
6464
"@reduxjs/toolkit": "^2.2.7",
6565
"@rjsf/core": "^4.2.3",
6666
"@testing-library/dom": "^10.4.0",
67-
"@testing-library/jest-dom": "^6.4.8",
67+
"@testing-library/jest-dom": "^6.5.0",
6868
"@testing-library/react": "^16.0.0",
6969
"@types/jest": "^29.5.12",
7070
"@types/jsan": "^3.1.5",
7171
"@types/json-schema": "^7.0.15",
72-
"@types/node": "^20.14.14",
73-
"@types/react": "^18.3.3",
72+
"@types/node": "^20.16.1",
73+
"@types/react": "^18.3.4",
7474
"@types/react-dom": "^18.3.0",
7575
"@types/styled-components": "^5.1.34",
7676
"cross-env": "^7.0.3",
77-
"esbuild": "^0.23.0",
77+
"esbuild": "^0.23.1",
7878
"jest": "^29.7.0",
7979
"jest-environment-jsdom": "^29.7.0",
8080
"react": "^18.3.1",
@@ -84,12 +84,12 @@
8484
"redux-persist": "^6.0.0",
8585
"rimraf": "^6.0.1",
8686
"styled-components": "^5.3.11",
87-
"ts-jest": "^29.2.4",
87+
"ts-jest": "^29.2.5",
8888
"ts-node": "^10.9.2",
8989
"typescript": "~5.5.4"
9090
},
9191
"peerDependencies": {
92-
"@emotion/react": "^11.13.0",
92+
"@emotion/react": "^11.13.3",
9393
"@reduxjs/toolkit": "^1.0.0 || ^2.0.0",
9494
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
9595
"@types/styled-components": "^5.1.34",

0 commit comments

Comments
 (0)