Skip to content

Commit fce9074

Browse files
chore(deps): update all non-major dependencies (#1698)
* chore(deps): update all non-major dependencies * Update snapshots --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <[email protected]>
1 parent 3184647 commit fce9074

File tree

35 files changed

+815
-744
lines changed

35 files changed

+815
-744
lines changed

extension/package.json

Lines changed: 5 additions & 5 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.11.4",
26+
"@emotion/react": "^11.13.0",
2727
"@redux-devtools/app": "^6.1.0",
2828
"@redux-devtools/core": "^4.0.0",
2929
"@redux-devtools/instrument": "^2.1.0",
@@ -60,24 +60,24 @@
6060
"@types/react": "^18.3.3",
6161
"@types/react-dom": "^18.3.0",
6262
"@types/styled-components": "^5.1.34",
63-
"chromedriver": "^126.0.4",
63+
"chromedriver": "^126.0.5",
6464
"cross-env": "^7.0.3",
6565
"electron": "^31.2.1",
6666
"esbuild": "^0.23.0",
6767
"eslint": "^8.57.0",
6868
"eslint-config-airbnb": "^19.0.4",
6969
"eslint-plugin-import": "^2.29.1",
7070
"eslint-plugin-jsx-a11y": "^6.9.0",
71-
"eslint-plugin-react": "^7.34.4",
71+
"eslint-plugin-react": "^7.35.0",
7272
"eslint-plugin-react-hooks": "^4.6.2",
7373
"immutable": "^4.3.6",
7474
"jest": "^29.7.0",
7575
"jest-environment-jsdom": "^29.7.0",
7676
"pug": "^3.0.3",
7777
"rimraf": "^6.0.1",
78-
"selenium-webdriver": "^4.22.0",
78+
"selenium-webdriver": "^4.23.0",
7979
"sinon-chrome": "^3.0.1",
80-
"ts-jest": "^29.2.2",
80+
"ts-jest": "^29.2.3",
8181
"typescript": "~5.5.3",
8282
"webpack": "^5.93.0",
8383
"webpack-cli": "^5.1.4"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"eslint": "^8.57.0",
1111
"eslint-config-prettier": "^9.1.0",
1212
"eslint-plugin-jest": "^28.6.0",
13-
"eslint-plugin-react": "^7.34.4",
13+
"eslint-plugin-react": "^7.35.0",
1414
"eslint-plugin-react-hooks": "^4.6.2",
1515
"jest": "^29.7.0",
16-
"nx": "^19.4.3",
16+
"nx": "^19.5.1",
1717
"prettier": "3.3.3",
1818
"typescript": "~5.5.3"
1919
},
@@ -39,5 +39,5 @@
3939
"packages/redux-devtools-rtk-query-monitor/demo",
4040
"packages/redux-devtools-slider-monitor/examples/todomvc"
4141
],
42-
"packageManager": "[email protected].8"
42+
"packageManager": "[email protected].9"
4343
}

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.24.9",
3333
"@babel/preset-env": "^7.24.8",
3434
"@babel/preset-typescript": "^7.24.7",
35-
"@types/node": "^20.14.10",
35+
"@types/node": "^20.14.11",
3636
"@typescript-eslint/eslint-plugin": "^7.16.1",
3737
"@typescript-eslint/parser": "^7.16.1",
3838
"babel-loader": "^9.1.3",

packages/map2tree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"immutable": "^4.3.6",
5151
"jest": "^29.7.0",
5252
"rimraf": "^6.0.1",
53-
"ts-jest": "^29.2.2",
53+
"ts-jest": "^29.2.3",
5454
"typescript": "~5.5.3"
5555
}
5656
}

packages/react-base16-styling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"jest": "^29.7.0",
5454
"jest-environment-jsdom": "^29.7.0",
5555
"rimraf": "^6.0.1",
56-
"ts-jest": "^29.2.2",
56+
"ts-jest": "^29.2.3",
5757
"typescript": "~5.5.3"
5858
}
5959
}

packages/react-dock/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/preset-env": "^7.24.8",
2424
"@babel/preset-react": "^7.24.7",
2525
"@babel/preset-typescript": "^7.24.7",
26-
"@types/node": "^20.14.10",
26+
"@types/node": "^20.14.11",
2727
"@types/react": "^18.3.3",
2828
"@types/react-dom": "^18.3.0",
2929
"@types/styled-components": "^5.1.34",
@@ -33,7 +33,7 @@
3333
"cross-env": "^7.0.3",
3434
"eslint": "^8.57.0",
3535
"eslint-config-prettier": "^9.1.0",
36-
"eslint-plugin-react": "^7.34.4",
36+
"eslint-plugin-react": "^7.35.0",
3737
"eslint-plugin-react-hooks": "^4.6.2",
3838
"fork-ts-checker-webpack-plugin": "^9.0.2",
3939
"html-webpack-plugin": "^5.6.0",

packages/react-dock/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
"eslint": "^8.57.0",
4949
"eslint-config-prettier": "^9.1.0",
5050
"eslint-plugin-jest": "^28.6.0",
51-
"eslint-plugin-react": "^7.34.4",
51+
"eslint-plugin-react": "^7.35.0",
5252
"eslint-plugin-react-hooks": "^4.6.2",
5353
"jest": "^29.7.0",
5454
"jest-environment-jsdom": "^29.7.0",
5555
"react": "^18.3.1",
5656
"react-test-renderer": "^18.3.1",
5757
"rimraf": "^6.0.1",
58-
"ts-jest": "^29.2.2",
58+
"ts-jest": "^29.2.3",
5959
"typescript": "~5.5.3"
6060
},
6161
"peerDependencies": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/preset-env": "^7.24.8",
3131
"@babel/preset-react": "^7.24.7",
3232
"@babel/preset-typescript": "^7.24.7",
33-
"@types/node": "^20.14.10",
33+
"@types/node": "^20.14.11",
3434
"@types/react": "^18.3.3",
3535
"@types/react-dom": "^18.3.0",
3636
"@typescript-eslint/eslint-plugin": "^7.16.1",
@@ -39,7 +39,7 @@
3939
"cross-env": "^7.0.3",
4040
"eslint": "^8.57.0",
4141
"eslint-config-prettier": "^9.1.0",
42-
"eslint-plugin-react": "^7.34.4",
42+
"eslint-plugin-react": "^7.35.0",
4343
"eslint-plugin-react-hooks": "^4.6.2",
4444
"fork-ts-checker-webpack-plugin": "^9.0.2",
4545
"html-webpack-plugin": "^5.6.0",

packages/react-json-tree/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252
"eslint": "^8.57.0",
5353
"eslint-config-prettier": "^9.1.0",
5454
"eslint-plugin-jest": "^28.6.0",
55-
"eslint-plugin-react": "^7.34.4",
55+
"eslint-plugin-react": "^7.35.0",
5656
"eslint-plugin-react-hooks": "^4.6.2",
5757
"jest": "^29.7.0",
5858
"react": "^18.3.1",
5959
"react-test-renderer": "^18.3.1",
6060
"rimraf": "^6.0.1",
61-
"ts-jest": "^29.2.2",
61+
"ts-jest": "^29.2.3",
6262
"typescript": "~5.5.3"
6363
},
6464
"peerDependencies": {

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@
6060
"@babel/preset-env": "^7.24.8",
6161
"@babel/preset-react": "^7.24.7",
6262
"@babel/preset-typescript": "^7.24.7",
63-
"@emotion/react": "^11.11.4",
63+
"@emotion/react": "^11.13.0",
6464
"@rjsf/core": "^4.2.3",
6565
"@testing-library/dom": "^10.3.2",
6666
"@testing-library/jest-dom": "^6.4.6",
6767
"@testing-library/react": "^16.0.0",
6868
"@types/jest": "^29.5.12",
6969
"@types/jsan": "^3.1.5",
7070
"@types/json-schema": "^7.0.15",
71-
"@types/node": "^20.14.10",
71+
"@types/node": "^20.14.11",
7272
"@types/react": "^18.3.3",
7373
"@types/react-dom": "^18.3.0",
7474
"@types/styled-components": "^5.1.34",
@@ -79,7 +79,7 @@
7979
"eslint": "^8.57.0",
8080
"eslint-plugin-jest": "^28.6.0",
8181
"eslint-config-prettier": "^9.1.0",
82-
"eslint-plugin-react": "^7.34.4",
82+
"eslint-plugin-react": "^7.35.0",
8383
"eslint-plugin-react-hooks": "^4.6.2",
8484
"jest": "^29.7.0",
8585
"jest-environment-jsdom": "^29.7.0",
@@ -90,12 +90,12 @@
9090
"redux-persist": "^6.0.0",
9191
"rimraf": "^6.0.1",
9292
"styled-components": "^5.3.11",
93-
"ts-jest": "^29.2.2",
93+
"ts-jest": "^29.2.3",
9494
"ts-node": "^10.9.2",
9595
"typescript": "~5.5.3"
9696
},
9797
"peerDependencies": {
98-
"@emotion/react": "^11.11.4",
98+
"@emotion/react": "^11.13.0",
9999
"@reduxjs/toolkit": "^1.0.0 || ^2.0.0",
100100
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
101101
"@types/styled-components": "^5.1.34",

0 commit comments

Comments
 (0)