From 8b120b0177d0d28fa6f4906796e0692a9e3e512e Mon Sep 17 00:00:00 2001 From: Pranab Das <31024886+pranabdas@users.noreply.github.com> Date: Fri, 1 Mar 2024 19:18:34 +0800 Subject: [PATCH] SOF-6927: update libs for spin magnetic calculation --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84476f4..46e4ccf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -548,9 +548,9 @@ }, "dependencies": { "@babel/helper-plugin-utils": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", - "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz", + "integrity": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==", "dev": true } } @@ -1264,9 +1264,8 @@ } }, "@exabyte-io/application-flavors.js": { - "version": "2024.2.27-1", - "resolved": "https://registry.npmjs.org/@exabyte-io/application-flavors.js/-/application-flavors.js-2024.2.27-1.tgz", - "integrity": "sha512-aZ6TCg4x1ImVrC8cqM1TSIEedbwsiMgNhwsDW8KsTwm6O5nzwLb7mCBxsTVWljmdilq769K8XEfcTSEbyWnFVQ==", + "version": "git+https://github.com/Exabyte-io/application-flavors.git#b25b433276e4b874de525b44ad6f9a6e8624aa6d", + "from": "git+https://github.com/Exabyte-io/application-flavors.git#b25b433276e4b874de525b44ad6f9a6e8624aa6d", "dev": true, "requires": { "@babel/cli": "7.16.0", diff --git a/package.json b/package.json index 8f2ba3d..8522711 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@exabyte-io/code.js": "2023.11.22-0", "@exabyte-io/eslint-config": "^2022.11.17-0", "@exabyte-io/made.js": "2022.6.15-0", - "@exabyte-io/application-flavors.js": "2024.2.27-1", + "@exabyte-io/application-flavors.js": "git+https://github.com/Exabyte-io/application-flavors.git#b25b433276e4b874de525b44ad6f9a6e8624aa6d", "chai": "^4.3.4", "eslint": "7.32.0", "eslint-config-airbnb": "19.0.2",