Skip to content

Commit 1cf802b

Browse files
committed
update dependencies
1 parent 013fb03 commit 1cf802b

3 files changed

Lines changed: 113 additions & 77 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### [0.11.1](https://github.com/xdevguild/buildo.dev/releases/tag/v0.11.1) (2023-12-29)
2+
- update dependencies (some improvements in useElven)
3+
14
### [0.11.0](https://github.com/xdevguild/buildo.dev/releases/tag/v0.11.0) (2023-12-25)
25
- add experimental inscriptions operation (the txData schema may change) read more at [MultiversX Agora](https://agora.multiversx.com/t/a-guide-for-builders-on-how-to-properly-create-and-manage-inscriptions-on-multiversx/303)
36
- fix sign message when using with redirections (web wallet)

package-lock.json

Lines changed: 101 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "buildo.dev",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"author": "Julian Ćwirko <julian.io>",
55
"license": "MIT",
66
"homepage": "https://www.buildo.dev",
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@aws-crypto/sha256-browser": "5.2.0",
21-
"@hookform/resolvers": "3.3.2",
21+
"@hookform/resolvers": "3.3.3",
2222
"@multiversx/sdk-core": "12.17.0",
2323
"@multiversx/sdk-transaction-decoder": "1.0.2",
2424
"@multiversx/sdk-wallet": "4.2.0",
@@ -32,14 +32,14 @@
3232
"@radix-ui/react-separator": "1.0.3",
3333
"@radix-ui/react-slot": "1.0.2",
3434
"@radix-ui/react-tooltip": "1.0.7",
35-
"@useelven/core": "0.14.0",
36-
"axios": "1.6.2",
35+
"@useelven/core": "0.15.2",
36+
"axios": "1.6.3",
3737
"bignumber.js": "9.1.2",
3838
"buffer": "6.0.3",
3939
"class-variance-authority": "0.7.0",
40-
"clsx": "2.0.0",
40+
"clsx": "2.1.0",
4141
"keccak": "3.0.4",
42-
"lucide-react": "0.301.0",
42+
"lucide-react": "0.303.0",
4343
"next": "14.0.4",
4444
"next-themes": "0.2.1",
4545
"qrcode": "1.5.3",
@@ -56,11 +56,11 @@
5656
"@types/keccak": "3.0.4",
5757
"@types/node": "20.10.5",
5858
"@types/qrcode": "1.5.5",
59-
"@types/react": "18.2.45",
59+
"@types/react": "18.2.46",
6060
"@types/react-dom": "18.2.18",
6161
"@types/sanitize-html": "2.9.5",
62-
"@typescript-eslint/eslint-plugin": "6.15.0",
63-
"@typescript-eslint/parser": "6.15.0",
62+
"@typescript-eslint/eslint-plugin": "6.16.0",
63+
"@typescript-eslint/parser": "6.16.0",
6464
"autoprefixer": "10.4.16",
6565
"eslint": "8.56.0",
6666
"eslint-config-next": "14.0.4",

0 commit comments

Comments
 (0)