Skip to content

Commit

Permalink
fix: read gyromagnetic ratio correctly in nmrium
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Nov 22, 2023
1 parent d23ef5d commit ee42f55
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 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 @@ -16,7 +16,7 @@
"filelist-utils": "^1.10.2",
"nmr-load-save": "^0.23.3",
"nmr-processing": "^11.6.0",
"nmrium": "^0.44.1-pre.1700591828",
"nmrium": "^0.44.1-pre.1700644530",
"react-science": "^0.28.1",
"vite-plugin-pwa": "^0.17.0"
},
Expand Down Expand Up @@ -60,4 +60,4 @@
"typescript": "^5.3.2",
"vite": "^5.0.2"
}
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4543,10 +4543,10 @@ graphemer@^1.4.0:
resolved "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz"
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==

gyromagnetic-ratio@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/gyromagnetic-ratio/-/gyromagnetic-ratio-1.0.0.tgz"
integrity sha512-s55NtJPxoplsW/8OnM1C7tNWd2gEXXt+roF3NPNDKFb7YchBy9JXdxmzztf3d4JL1zCiQz5cn6HSC8M0osN78w==
gyromagnetic-ratio@^1.0.0, gyromagnetic-ratio@^1.1.0, gyromagnetic-ratio@^1.1.1:
version "1.1.1"
resolved "https://registry.npmjs.org/gyromagnetic-ratio/-/gyromagnetic-ratio-1.1.1.tgz"
integrity sha512-M1y9bAhK11moqAPRZ5oUoDCEIQCogjKYXDMlkXJiSjkLFmOAp1qevrjThF+6KrtwkSpmT7Vgy8C/mgBlIdZPSg==

has-bigints@^1.0.1, has-bigints@^1.0.2:
version "1.0.2"
Expand Down Expand Up @@ -5104,7 +5104,7 @@ jcampconverter@^9.1.0, jcampconverter@^9.1.1, jcampconverter@^9.2.2, jcampconver
cheminfo-types "^1.7.2"
dynamic-typing "^1.0.0"
ensure-string "^1.2.0"
gyromagnetic-ratio "^1.0.0"
gyromagnetic-ratio "^1.1.1"
ml-array-median "^1.1.6"

jeolconverter@^1.0.2:
Expand Down Expand Up @@ -6414,7 +6414,7 @@ nmr-load-save@^0.23.3:
cheminfo-types "^1.7.2"
convert-to-jcamp "^5.4.9"
filelist-utils "^1.10.2"
gyromagnetic-ratio "^1.0.0"
gyromagnetic-ratio "^1.1.0"
is-any-array "^2.0.1"
jcampconverter "^9.4.1"
jeolconverter "^1.0.2"
Expand Down

0 comments on commit ee42f55

Please sign in to comment.