Skip to content

Commit ab8a557

Browse files
committed
feat: dependency upgrades
1 parent 1d7613e commit ab8a557

6 files changed

Lines changed: 601 additions & 403 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
runs-on: ${{ matrix.platform }}
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131

3232
- name: install dependencies (ubuntu only)
3333
if: startsWith(matrix.platform, 'ubuntu-22.04')

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
runs-on: ${{ matrix.platform }}
4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545

4646
- name: install dependencies (ubuntu only)
4747
if: startsWith(matrix.platform, 'ubuntu-22.04')

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"dependencies": {
1616
"@emotion/react": "^11.14.0",
1717
"@emotion/styled": "^11.14.1",
18-
"@fontsource/roboto": "^5.2.9",
19-
"@mui/icons-material": "^7.3.7",
20-
"@mui/material": "^7.3.7",
21-
"@mui/x-data-grid": "^8.27.0",
18+
"@fontsource/roboto": "^5.2.10",
19+
"@mui/icons-material": "^7.3.8",
20+
"@mui/material": "^7.3.8",
21+
"@mui/x-data-grid": "^8.27.1",
2222
"@tauri-apps/api": "^2.10.1",
2323
"@tauri-apps/plugin-dialog": "^2.6.0",
2424
"@tauri-apps/plugin-os": "^2.3.2",
@@ -32,7 +32,7 @@
3232
"@types/react": "^19.2.14",
3333
"@types/react-dom": "^19.2.3",
3434
"@vitejs/plugin-react": "^5.1.4",
35-
"eslint": "^10.0.0",
35+
"eslint": "^10.0.1",
3636
"eslint-config-react-app": "^7.0.1",
3737
"eslint-plugin-import": "^2.32.0",
3838
"eslint-plugin-react": "^7.37.5",

0 commit comments

Comments
 (0)