Skip to content

Commit

Permalink
Update to SUSHI 3.3.3 and GoFSH 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jafeltra committed Sep 14, 2023
1 parent 31705de commit 9f25c86
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.62.3",
"file-saver": "^2.0.5",
"fsh-sushi": "^3.3.2",
"gofsh": "^2.1.0",
"fsh-sushi": "^3.3.3",
"gofsh": "^2.1.1",
"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.3.2 and GoFSH v2.1.0
Powered by SUSHI v3.3.3 and GoFSH v2.1.1
</Typography>
</StylesProvider>
</Box>
Expand Down

0 comments on commit 9f25c86

Please sign in to comment.