Skip to content

Commit

Permalink
Update ALL to latest libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nyusternie committed Oct 2, 2024
1 parent 719dd06 commit 769c40c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nexajs",
"version": "24.10.3",
"version": "24.10.4",
"license": "MIT",
"description": "A comprehensive JavaScript Library + SDK for building Nexa applications on Node.js (back-end) and web browsers (front-end).",
"author": "Ava's DAO",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@nexajs/token": "24.10.1",
"@nexajs/transaction": "24.10.1",
"@nexajs/utils": "24.7.15",
"@nexajs/wallet": "24.10.3",
"@nexajs/wallet": "24.10.4",
"@nexajs/zk": "24.9.5",
"events": "3.3.0"
},
Expand Down
14 changes: 7 additions & 7 deletions lib/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -631,10 +631,10 @@
resolved "https://registry.yarnpkg.com/@nexajs/utils/-/utils-24.7.15.tgz#499bf20e1643e7c7bad91529a3f30c80512b6c5a"
integrity sha512-kI2GSorfBmylBjmnuwqeIeJWqlaIONX2MLPZ1FyGSviXFfd9H91Yr5KrHyDTh+BIV2dIfhPDqu/Lk5caG6XiiA==

"@nexajs/wallet@24.10.3":
version "24.10.3"
resolved "https://registry.yarnpkg.com/@nexajs/wallet/-/wallet-24.10.3.tgz#8a9aed549c6faa49b72beba5eae2708d3c2de0b4"
integrity sha512-qGMFcVTtHXC6OSRhGQkOPmkVBWnv9DSvln12DuKbxshvebjIOS4VSPaq+GfuwvzOKD/Sk+dVuUrF8cpEyuCYeg==
"@nexajs/wallet@24.10.4":
version "24.10.4"
resolved "https://registry.yarnpkg.com/@nexajs/wallet/-/wallet-24.10.4.tgz#bf93971bc9506eb024ba5af79495a1a4c550284c"
integrity sha512-jiYbw9Y9sFiPd9pIiH/xOhrFy/mUUYEEDzLOhy4gj1LUxqaMhUIGXJ7fnALaZy1f/kxfWtk9JIDglT4+PMC74g==
dependencies:
"@nexajs/address" "24.10.1"
"@nexajs/crypto" "24.9.5"
Expand Down Expand Up @@ -1542,9 +1542,9 @@ eastasianwidth@^0.2.0:
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==

electron-to-chromium@^1.5.28:
version "1.5.30"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.30.tgz#5b264b489cfe0c3dd71097c164d795444834e7c7"
integrity sha512-sXI35EBN4lYxzc/pIGorlymYNzDBOqkSlVRe6MkgBsW/hW1tpC/HDJ2fjG7XnjakzfLEuvdmux0Mjs6jHq4UOA==
version "1.5.31"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.31.tgz#b1478418769dec72ea70d9fdf147a81491857f10"
integrity sha512-QcDoBbQeYt0+3CWcK/rEbuHvwpbT/8SV9T3OSgs6cX1FlcUAkgrkqbg9zLnDrMM/rLamzQwal4LYFCiWk861Tg==

elliptic@6.5.4:
version "6.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/Wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexajs/wallet",
"version": "24.10.3",
"version": "24.10.4",
"description": "Manage a collection of assets spread across multiple blockchains.",
"main": "index.js",
"repository": "https://github.com/avasdao/nexajs",
Expand Down
2 changes: 1 addition & 1 deletion studio-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"formidable": "3.5.1",
"html2canvas": "1.4.1",
"moment": "2.29.4",
"nexajs": "24.10.3",
"nexajs": "24.10.4",
"numeral": "2.0.6",
"nuxt": "3.12.4",
"pinia": "2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion studio-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@pinia/nuxt": "0.5.4",
"@trezor/connect-web": "9.1.4",
"moment": "2.30.1",
"nexajs": "24.10.3",
"nexajs": "24.10.4",
"numeral": "2.0.6",
"nuxt": "3.12.4",
"pinia": "2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion studio/templates/nuxt-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@pinia/nuxt": "0.5.4",
"nexajs": "24.10.3",
"nexajs": "24.10.4",
"nuxt": "3.12.4",
"pinia": "2.2.2"
},
Expand Down

0 comments on commit 769c40c

Please sign in to comment.