From 1233976c27ba9b850cef5db1311a60d693e8c03d Mon Sep 17 00:00:00 2001 From: Elliot Braem <16282460+elliotBraem@users.noreply.github.com> Date: Thu, 22 Feb 2024 08:42:22 -0700 Subject: [PATCH] updates vm to dev (#178) --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8351c67f..c721c338 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "error-polyfill": "^0.1.2", "local-storage": "^2.0.0", "near-api-js": "^2.1.3", - "near-social-vm": "git+https://github.com/NearSocial/VM.git#0285e7ca7126ebb865492bd6c8523338d09f99f1", + "near-social-vm": "git+https://github.com/NearSocial/VM.git#dev", "near-social-vm-types": "^1.0.0", "prettier": "^3.2.5", "qrcode.react": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index b918b090..9571d048 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9174,9 +9174,9 @@ near-social-vm-types@^1.0.0: resolved "https://registry.yarnpkg.com/near-social-vm-types/-/near-social-vm-types-1.0.0.tgz#721494a863d2c0d64da2a43d80224e4080b690db" integrity sha512-K5CxfiiKc7evzFb/1BGBOD2x4QqnEBuVaHkgRsRTGv02ctLkxA/Xf892SornWSkD75Hf0s9j/jeM5PpMfXcM9A== -"near-social-vm@git+https://github.com/NearSocial/VM.git#0285e7ca7126ebb865492bd6c8523338d09f99f1": - version "2.5.3" - resolved "git+https://github.com/NearSocial/VM.git#0285e7ca7126ebb865492bd6c8523338d09f99f1" +"near-social-vm@git+https://github.com/NearSocial/VM.git#dev": + version "2.5.6" + resolved "git+https://github.com/NearSocial/VM.git#84c83803481de340ca888900ee44081ecd3eafbd" dependencies: "@radix-ui/react-accordion" "^1.1.1" "@radix-ui/react-alert-dialog" "^1.0.3"