Skip to content

Commit

Permalink
Merge pull request #527 from sebadob/fix-vite-tla-bug
Browse files Browse the repository at this point in the history
pin `@swc/core` to `v1.6.0` to fix upstream bug of missing type info
  • Loading branch information
sebadob authored Jul 23, 2024
2 parents 810a363 + 7c88293 commit 4b34c62
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 49 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

89 changes: 45 additions & 44 deletions frontend/package-lock.json

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

3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"vite": "^5.0.12",
"vite-plugin-top-level-await": "1.4.1",
"vite-plugin-wasm": "3.3.0",
"yup": "^1.0.2"
"yup": "^1.0.2",
"@swc/core": "1.6.0"
},
"type": "module"
}

0 comments on commit 4b34c62

Please sign in to comment.