Skip to content

Commit 8d03b22

Browse files
committed
feat: Yarn upgrade, dependency upgrade
1 parent 89a2fb6 commit 8d03b22

File tree

7 files changed

+1374
-1416
lines changed

7 files changed

+1374
-1416
lines changed

.yarn/releases/yarn-4.8.1.cjs

Lines changed: 0 additions & 935 deletions
This file was deleted.

.yarn/releases/yarn-4.9.1.cjs

Lines changed: 948 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.8.1.cjs
3+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
"@emotion/react": "^11.14.0",
88
"@emotion/styled": "^11.14.0",
99
"@fontsource/roboto": "^5.2.5",
10-
"@mui/icons-material": "^7.0.1",
11-
"@mui/material": "^7.0.1",
12-
"@mui/system": "^7.0.1",
13-
"@mui/x-data-grid": "^7.28.2",
10+
"@mui/icons-material": "^7.0.2",
11+
"@mui/material": "^7.0.2",
12+
"@mui/system": "^7.0.2",
13+
"@mui/x-data-grid": "^7.28.3",
1414
"@shopify/react-web-worker": "^5.1.6",
15-
"@tauri-apps/api": "^2.4.0",
15+
"@tauri-apps/api": "^2.4.1",
1616
"@tauri-apps/plugin-clipboard-manager": "^2.2.2",
17-
"@tauri-apps/plugin-dialog": "^2.2.0",
17+
"@tauri-apps/plugin-dialog": "^2.2.1",
1818
"@tauri-apps/plugin-os": "^2.2.1",
1919
"crypto-js": "^4.2.0",
2020
"graphemer": "^1.4.0",
2121
"react": "^19.1.0",
2222
"react-dom": "^19.1.0",
2323
"react-ga4": "^2.1.0",
24-
"react-router-dom": "^7.4.1"
24+
"react-router-dom": "^7.5.0"
2525
},
2626
"scripts": {
2727
"start": "vite",
@@ -37,18 +37,18 @@
3737
]
3838
},
3939
"devDependencies": {
40-
"@tauri-apps/cli": "^2.4.0",
40+
"@tauri-apps/cli": "^2.4.1",
4141
"@vitejs/plugin-react": "^4.3.4",
4242
"eslint": "^8.57.1",
4343
"eslint-config-airbnb": "^19.0.4",
4444
"eslint-config-react-app": "^7.0.1",
4545
"eslint-plugin-import": "^2.31.0",
4646
"eslint-plugin-jsx-a11y": "^6.10.2",
47-
"eslint-plugin-react": "^7.37.4",
47+
"eslint-plugin-react": "^7.37.5",
4848
"eslint-plugin-react-hooks": "^5.2.0",
49-
"vite": "^6.2.4",
49+
"vite": "^6.2.6",
5050
"vite-plugin-eslint": "^1.8.1",
5151
"vite-plugin-svgr": "^4.3.0"
5252
},
53-
"packageManager": "yarn@4.8.1"
53+
"packageManager": "yarn@4.9.1"
5454
}

0 commit comments

Comments
 (0)