Skip to content

Commit

Permalink
Update to SUSHI 3.6.1 and GoFSH 2.3.0 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafeltra authored Jan 23, 2024
1 parent 49bf88f commit 3848457
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"browserify-zlib": "^0.2.0",
"codemirror": "^5.65.16",
"file-saver": "^2.0.5",
"fsh-sushi": "^3.6.0",
"gofsh": "^2.2.0",
"fsh-sushi": "^3.6.1",
"gofsh": "^2.3.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"react": "^16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/TopBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function TopBar() {
FSH ONLINE
</Typography>
<Typography order={2} className={classes.versionText}>
Powered by SUSHI v3.6.0 and GoFSH v2.2.0
Powered by SUSHI v3.6.1 and GoFSH v2.3.0
</Typography>
</StylesProvider>
</Box>
Expand Down

0 comments on commit 3848457

Please sign in to comment.