Skip to content

Commit 5861c19

Browse files
[tools] Upgrade dependencies (#151)
1 parent 02a0951 commit 5861c19

File tree

2 files changed

+353
-187
lines changed

2 files changed

+353
-187
lines changed

tools-public/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
},
1111
"dependencies": {
1212
"@googleapis/sheets": "^4.0.2",
13+
"@mui/system": "^5.15.14",
1314
"@mui/toolpad": "^0.1.40",
14-
"@mui/x-charts": "^6.19.3",
15-
"@mui/system": "^5.0.0",
15+
"@mui/x-charts": "^7.0.0",
1616
"@octokit/core": "^4.2.1",
17-
"axios": "^1.3.6",
17+
"axios": "^1.6.8",
1818
"dayjs": "^1.11.8",
1919
"google-auth-library": "^8.8.0",
2020
"graphql": "^16.6.0",
@@ -23,7 +23,7 @@
2323
"ssh2-promise": "^1.0.3"
2424
},
2525
"devDependencies": {
26-
"@types/node": "^18.16.1",
27-
"@types/ssh2": "^1.11.11"
26+
"@types/node": "^18.19.26",
27+
"@types/ssh2": "^1.15.0"
2828
}
2929
}

0 commit comments

Comments
 (0)