Skip to content

Commit

Permalink
Bump VM to 2.3.0 (NearSocial#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Kuzyakov authored Aug 18, 2023
1 parent 5b287f6 commit 00c8b50
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.13.2",
"version": "0.14.0",
"homepage": "/",
"private": true,
"dependencies": {
@@ -27,7 +27,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#default-finality",
"near-social-vm": "git+https://github.com/NearSocial/VM.git#2.3.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -8532,9 +8532,9 @@ near-seed-phrase@^0.2.0:
near-hd-key "^1.2.1"
tweetnacl "^1.0.2"

"near-social-vm@git+https://github.com/NearSocial/VM.git#default-finality":
version "2.2.4"
resolved "git+https://github.com/NearSocial/VM.git#3f30c043f8728e20745d88fc97fa856d963aa386"
"near-social-vm@git+https://github.com/NearSocial/VM.git#2.3.0":
version "2.3.0"
resolved "git+https://github.com/NearSocial/VM.git#240abd0cb443a5820e0beb0d441ce97a7bc065a0"
dependencies:
"@braintree/sanitize-url" "6.0.0"
"@radix-ui/react-accordion" "^1.1.1"

0 comments on commit 00c8b50

Please sign in to comment.