Skip to content

Commit

Permalink
Update ji-lattice dependency
Browse files Browse the repository at this point in the history
Fixes lattice issues with fractional monzos.
  • Loading branch information
frostburn committed Mar 29, 2024
1 parent f7cd28b commit d9cf756
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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
@@ -1,6 +1,6 @@
{
"name": "scale-workshop",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"isomorphic-qwerty": "^0.0.2",
"ji-lattice": "^0.0.2",
"ji-lattice": "^0.0.3",
"jszip": "^3.10.1",
"moment-of-symmetry": "^0.4.2",
"pinia": "^2.1.7",
Expand Down

0 comments on commit d9cf756

Please sign in to comment.