Skip to content

Commit 68b886c

Browse files
committed
chore(website): upgrade deps
1 parent e4f5b06 commit 68b886c

File tree

3 files changed

+308
-138
lines changed

3 files changed

+308
-138
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ yarn install
3737
yarn watch
3838
```
3939

40-
On each run the program compiles and it takes time. Please wait until it shows "Compiled successfully!" and an
41-
instruction about with which IP:PORT to connect.
40+
On each run the program compiles, and it takes time. Please wait a few minutes and refresh the page.
4241

4342
## User Manual
4443

packages/hedgehog-website/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@hedgehogcomputing/website",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"license": "Apache-2.0",
55
"dependencies": {
66
"@emotion/react": "^11.4.1",
77
"@emotion/styled": "^11.3.0",
88
"@hedgehogcomputing/core": "0.7.0",
99
"@hookform/resolvers": "^2.8.3",
1010
"@monaco-editor/react": "^3.4.2",
11-
"@mui/icons-material": "^5.8.2",
12-
"@mui/lab": "^5.0.0-alpha.84",
13-
"@mui/material": "^5.8.2",
14-
"@mui/styles": "^5.8.0",
15-
"@mui/x-data-grid": "^5.12.2",
11+
"@mui/icons-material": "^5.10.16",
12+
"@mui/lab": "^5.0.0-alpha.110",
13+
"@mui/material": "^5.10.16",
14+
"@mui/styles": "^5.10.16",
15+
"@mui/x-data-grid": "^5.17.13",
1616
"@tensorflow/tfjs": "^2.7.0",
1717
"@types/react-syntax-highlighter": "^13.5.2",
1818
"axios": "^0.26.1",

0 commit comments

Comments
 (0)