Skip to content

Commit eb77385

Browse files
authored
Merge pull request #108 from CodeDead/hotfix/dependencies
Hotfix/dependencies
2 parents d19d91e + 555296c commit eb77385

File tree

7 files changed

+1392
-1354
lines changed

7 files changed

+1392
-1354
lines changed
Lines changed: 336 additions & 336 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.0.2.cjs
3+
yarnPath: .yarn/releases/yarn-4.1.0.cjs

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ All other images were provided by [MUI](https://mui.com/material-ui/material-ico
9595

9696
This library is maintained by CodeDead. You can find more about us using the following links:
9797
* [Website](https://codedead.com/)
98-
* [Twitter](https://twitter.com/C0DEDEAD/)
98+
* [ X ](https://twitter.com/C0DEDEAD/)
9999
* [Facebook](https://facebook.com/deadlinecodedead/)
100+
* [Reddit](https://www.reddit.com/r/CodeDead/)
100101

101102
Copyright © 2024 CodeDead

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"@emotion/react": "^11.11.3",
88
"@emotion/styled": "^11.11.0",
99
"@fontsource/roboto": "^5.0.8",
10-
"@mui/icons-material": "^5.15.7",
11-
"@mui/material": "^5.15.7",
12-
"@mui/system": "^5.15.7",
13-
"@mui/x-data-grid": "^6.19.3",
10+
"@mui/icons-material": "^5.15.10",
11+
"@mui/material": "^5.15.10",
12+
"@mui/system": "^5.15.9",
13+
"@mui/x-data-grid": "^6.19.4",
1414
"@shopify/react-web-worker": "^5.0.13",
1515
"@tauri-apps/api": "^1.5.3",
1616
"crypto-js": "^4.2.0",
@@ -32,7 +32,7 @@
3232
"react-app/jest"
3333
]
3434
},
35-
"packageManager": "yarn@4.0.2",
35+
"packageManager": "yarn@4.1.0",
3636
"devDependencies": {
3737
"@tauri-apps/cli": "^1.5.9",
3838
"@vitejs/plugin-react": "^4.2.1",
@@ -43,7 +43,7 @@
4343
"eslint-plugin-jsx-a11y": "^6.8.0",
4444
"eslint-plugin-react": "^7.33.2",
4545
"eslint-plugin-react-hooks": "^4.6.0",
46-
"vite": "^5.0.12",
46+
"vite": "^5.1.2",
4747
"vite-plugin-eslint": "^1.8.1",
4848
"vite-plugin-svgr": "^4.2.0"
4949
}

0 commit comments

Comments
 (0)