Skip to content

Commit 5228d46

Browse files
fix(deps): update all non-major dependencies (#1794)
* fix(deps): update all non-major dependencies * Downgrade Ubuntu Possibly related: - electron/electron#41066 - SeleniumHQ/selenium#14609 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <[email protected]>
1 parent 2002a81 commit 5228d46

File tree

32 files changed

+1639
-1036
lines changed

32 files changed

+1639
-1036
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: 'ubuntu-22.04'
1212

1313
steps:
1414
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions: write-all
1010
jobs:
1111
release:
1212
name: Release
13-
runs-on: ubuntu-latest
13+
runs-on: 'ubuntu-22.04'
1414
steps:
1515
- name: Checkout Repo
1616
uses: actions/checkout@v4

extension/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"type-check": "tsc --noEmit"
2525
},
2626
"dependencies": {
27-
"@emotion/react": "^11.13.5",
27+
"@emotion/react": "^11.14.0",
2828
"@redux-devtools/app": "workspace:^",
2929
"@redux-devtools/core": "workspace:^",
3030
"@redux-devtools/instrument": "workspace:^",
3131
"@redux-devtools/serialize": "workspace:^",
3232
"@redux-devtools/slider-monitor": "workspace:^",
3333
"@redux-devtools/ui": "workspace:^",
3434
"@redux-devtools/utils": "workspace:^",
35-
"@reduxjs/toolkit": "^2.4.0",
35+
"@reduxjs/toolkit": "^2.5.0",
3636
"@types/jsan": "^3.1.5",
3737
"jsan": "^3.1.14",
3838
"localforage": "^1.10.0",
@@ -42,7 +42,7 @@
4242
"react-icons": "^5.4.0",
4343
"react-is": "^18.3.1",
4444
"react-json-tree": "workspace:^",
45-
"react-redux": "^9.1.2",
45+
"react-redux": "^9.2.0",
4646
"redux": "^5.0.1",
4747
"redux-persist": "^6.0.0",
4848
"styled-components": "^5.3.11"
@@ -58,14 +58,14 @@
5858
"@testing-library/react": "^16.1.0",
5959
"@types/chrome": "^0.0.287",
6060
"@types/lodash-es": "^4.17.12",
61-
"@types/react": "^18.3.14",
62-
"@types/react-dom": "^18.3.2",
61+
"@types/react": "^18.3.18",
62+
"@types/react-dom": "^18.3.5",
6363
"@types/styled-components": "^5.1.34",
6464
"chromedriver": "^126.0.5",
6565
"cross-env": "^7.0.3",
6666
"electron": "^31.7.6",
67-
"esbuild": "^0.24.0",
68-
"globals": "^15.13.0",
67+
"esbuild": "^0.24.2",
68+
"globals": "^15.14.0",
6969
"immutable": "^4.3.7",
7070
"jest": "^29.7.0",
7171
"jest-environment-jsdom": "^29.7.0",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"private": true,
33
"devDependencies": {
44
"@babel/core": "^7.26.0",
5-
"@changesets/cli": "^2.27.10",
5+
"@changesets/cli": "^2.27.11",
66
"@eslint/compat": "^1.2.4",
7-
"@eslint/js": "^9.16.0",
8-
"eslint": "^9.16.0",
7+
"@eslint/js": "^9.17.0",
8+
"eslint": "^9.17.0",
99
"eslint-config-prettier": "^9.1.0",
10-
"eslint-plugin-jest": "^28.9.0",
11-
"eslint-plugin-react": "^7.37.2",
10+
"eslint-plugin-jest": "^28.10.0",
11+
"eslint-plugin-react": "^7.37.3",
1212
"eslint-plugin-react-hooks": "^4.6.2",
1313
"jest": "^29.7.0",
1414
"prettier": "3.4.2",
1515
"typescript": "~5.7.2",
16-
"typescript-eslint": "^8.17.0"
16+
"typescript-eslint": "^8.18.2"
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].0"
27+
"packageManager": "[email protected].2"
2828
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@babel/core": "^7.26.0",
3333
"@babel/preset-env": "^7.26.0",
3434
"@babel/preset-typescript": "^7.26.0",
35-
"@types/node": "^22.10.1",
35+
"@types/node": "^22.10.2",
3636
"babel-loader": "^9.2.1",
3737
"cross-env": "^7.0.3",
3838
"fork-ts-checker-webpack-plugin": "^9.0.2",
@@ -41,6 +41,6 @@
4141
"typescript": "~5.7.2",
4242
"webpack": "^5.97.1",
4343
"webpack-cli": "^5.1.4",
44-
"webpack-dev-server": "^5.1.0"
44+
"webpack-dev-server": "^5.2.0"
4545
}
4646
}

packages/react-dock/demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"react": "^18.3.1",
14-
"react-bootstrap": "^2.10.6",
14+
"react-bootstrap": "^2.10.7",
1515
"react-dock": "workspace:^",
1616
"react-dom": "^18.3.1",
1717
"react-icons": "^5.4.0",
@@ -23,9 +23,9 @@
2323
"@babel/preset-env": "^7.26.0",
2424
"@babel/preset-react": "^7.26.3",
2525
"@babel/preset-typescript": "^7.26.0",
26-
"@types/node": "^22.10.1",
27-
"@types/react": "^18.3.14",
28-
"@types/react-dom": "^18.3.2",
26+
"@types/node": "^22.10.2",
27+
"@types/react": "^18.3.18",
28+
"@types/react-dom": "^18.3.5",
2929
"@types/styled-components": "^5.1.34",
3030
"babel-loader": "^9.2.1",
3131
"cross-env": "^7.0.3",
@@ -35,6 +35,6 @@
3535
"typescript": "~5.7.2",
3636
"webpack": "^5.97.1",
3737
"webpack-cli": "^5.1.4",
38-
"webpack-dev-server": "^5.1.0"
38+
"webpack-dev-server": "^5.2.0"
3939
}
4040
}

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.14",
44-
"@types/react": "^18.3.14",
44+
"@types/react": "^18.3.18",
4545
"@types/react-test-renderer": "^18.3.1",
4646
"jest": "^29.7.0",
4747
"jest-environment-jsdom": "^29.7.0",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"@babel/preset-env": "^7.26.0",
3131
"@babel/preset-react": "^7.26.3",
3232
"@babel/preset-typescript": "^7.26.0",
33-
"@types/node": "^22.10.1",
34-
"@types/react": "^18.3.14",
35-
"@types/react-dom": "^18.3.2",
33+
"@types/node": "^22.10.2",
34+
"@types/react": "^18.3.18",
35+
"@types/react-dom": "^18.3.5",
3636
"babel-loader": "^9.2.1",
3737
"cross-env": "^7.0.3",
3838
"fork-ts-checker-webpack-plugin": "^9.0.2",
@@ -41,6 +41,6 @@
4141
"typescript": "~5.7.2",
4242
"webpack": "^5.97.1",
4343
"webpack-cli": "^5.1.4",
44-
"webpack-dev-server": "^5.1.0"
44+
"webpack-dev-server": "^5.2.0"
4545
}
4646
}

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.14",
48-
"@types/react": "^18.3.14",
48+
"@types/react": "^18.3.18",
4949
"@types/react-test-renderer": "^18.3.1",
5050
"jest": "^29.7.0",
5151
"react": "^18.3.1",

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,26 +60,26 @@
6060
"@babel/preset-env": "^7.26.0",
6161
"@babel/preset-react": "^7.26.3",
6262
"@babel/preset-typescript": "^7.26.0",
63-
"@emotion/react": "^11.13.5",
64-
"@reduxjs/toolkit": "^2.4.0",
65-
"@rjsf/core": "^5.23.1",
63+
"@emotion/react": "^11.14.0",
64+
"@reduxjs/toolkit": "^2.5.0",
65+
"@rjsf/core": "^5.23.2",
6666
"@testing-library/dom": "^10.4.0",
6767
"@testing-library/jest-dom": "^6.6.3",
6868
"@testing-library/react": "^16.1.0",
6969
"@types/jest": "^29.5.14",
7070
"@types/jsan": "^3.1.5",
7171
"@types/json-schema": "^7.0.15",
72-
"@types/node": "^22.10.1",
73-
"@types/react": "^18.3.14",
74-
"@types/react-dom": "^18.3.2",
72+
"@types/node": "^22.10.2",
73+
"@types/react": "^18.3.18",
74+
"@types/react-dom": "^18.3.5",
7575
"@types/styled-components": "^5.1.34",
7676
"cross-env": "^7.0.3",
77-
"esbuild": "^0.24.0",
77+
"esbuild": "^0.24.2",
7878
"jest": "^29.7.0",
7979
"jest-environment-jsdom": "^29.7.0",
8080
"react": "^18.3.1",
8181
"react-dom": "^18.3.1",
82-
"react-redux": "^9.1.2",
82+
"react-redux": "^9.2.0",
8383
"redux": "^5.0.1",
8484
"redux-persist": "^6.0.0",
8585
"rimraf": "^6.0.1",
@@ -89,7 +89,7 @@
8989
"typescript": "~5.7.2"
9090
},
9191
"peerDependencies": {
92-
"@emotion/react": "^11.13.5",
92+
"@emotion/react": "^11.14.0",
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)