From b4ebe8a534d63a6e1ed3028690584b2a73610f22 Mon Sep 17 00:00:00 2001 From: Fuyao Zhao Date: Fri, 13 Dec 2024 16:55:18 +0800 Subject: [PATCH] chore(deps): upgrade deps (#132) --- examples/sui/package.json | 2 +- packages/sui/package.json | 2 +- pnpm-lock.yaml | 60 ++++++++++++--------------------------- 3 files changed, 20 insertions(+), 44 deletions(-) diff --git a/examples/sui/package.json b/examples/sui/package.json index 30633e8a..4bd7bd2d 100644 --- a/examples/sui/package.json +++ b/examples/sui/package.json @@ -16,7 +16,7 @@ "gen": "typemove-sui -t ./src/types ./src/abis" }, "dependencies": { - "@mysten/sui": "~1.13.0", + "@mysten/sui": "~1.17.0", "@typemove/move": "workspace:*", "@typemove/sui": "workspace:*" }, diff --git a/packages/sui/package.json b/packages/sui/package.json index c3cf91b7..1a85af76 100644 --- a/packages/sui/package.json +++ b/packages/sui/package.json @@ -51,7 +51,7 @@ }, "types": "./dist/cjs/index.d.ts", "dependencies": { - "@mysten/sui": "~1.16.0", + "@mysten/sui": "~1.17.0", "@typemove/move": "workspace:*", "chalk": "^5.3.0", "commander": "^12.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 680e8bfa..32d4c1ed 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -105,8 +105,8 @@ importers: examples/sui: dependencies: '@mysten/sui': - specifier: ~1.13.0 - version: 1.13.0(typescript@5.5.3) + specifier: ~1.17.0 + version: 1.17.0(typescript@5.5.3) '@typemove/move': specifier: workspace:* version: link:../../packages/move @@ -144,8 +144,8 @@ importers: packages/sui: dependencies: '@mysten/sui': - specifier: ~1.16.0 - version: 1.16.0(typescript@5.5.3) + specifier: ~1.17.0 + version: 1.17.0(typescript@5.5.3) '@typemove/move': specifier: workspace:* version: link:../move @@ -428,22 +428,14 @@ packages: '@ls-lint/ls-lint@2.2.3': resolution: {integrity: sha512-ekM12jNm/7O2I/hsRv9HvYkRdfrHpiV1epVuI2NP+eTIcEgdIdKkKCs9KgQydu/8R5YXTov9aHdOgplmCHLupw==} - cpu: [x64, arm64, s390x] os: [darwin, linux, win32] hasBin: true - '@mysten/bcs@1.1.0': - resolution: {integrity: sha512-yy9/1Y4d0FlRywS1+9ze/T7refCbrvwFwJIOKs9M3QBK1njbcHZp+LkVeLqBvIJA5eZ3ZCzmhQ1Xq4Sed5mEBA==} + '@mysten/bcs@1.2.0': + resolution: {integrity: sha512-LuKonrGdGW7dq/EM6U2L9/as7dFwnhZnsnINzB/vu08Xfrj0qzWwpLOiXagAa5yZOPLK7anRZydMonczFkUPzA==} - '@mysten/bcs@1.1.1': - resolution: {integrity: sha512-8X3IwmVfkwgHnNHR4izpi7f7aD0iVDU2B8p2KoIzCA9sCGcl9O2RnFDezHbNGgT+yBT+dKVDpTAczhnwZ6eUkQ==} - - '@mysten/sui@1.13.0': - resolution: {integrity: sha512-zxRFWkb5dFjwQh6gGkswNrdSVoeBbjrL70AmRa13seNe8mfnf2lZgE8Kcj1fj4MTsDI2mGNWihQVkK99cprW+w==} - engines: {node: '>=18'} - - '@mysten/sui@1.16.0': - resolution: {integrity: sha512-KI4richLtbq4RYbv5SmhWMIFD5BRW0tNOSGxZMLxjDBqBwkTqkQ4WBvmxjpbG/2WsLw0SCNrc7JYmoiaB58aLA==} + '@mysten/sui@1.17.0': + resolution: {integrity: sha512-vL6QrH3l10dTatimPmz/feqMbYfEjvh8MPf3Xwn5tjuwDwBCS0ha1kdN+4vUpu6t0aCFviK+Df/vanORS8cbGQ==} engines: {node: '>=18'} '@noble/curves@1.4.0': @@ -586,6 +578,10 @@ packages: '@shikijs/vscode-textmate@9.3.0': resolution: {integrity: sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==} + '@simplewebauthn/typescript-types@7.4.0': + resolution: {integrity: sha512-8/ZjHeUPe210Bt5oyaOIGx4h8lHdsQs19BiOT44gi/jBEgK7uBGA0Fy7NRsyh777al3m6WM0mBf0UR7xd4R7WQ==} + deprecated: This package has been renamed to @simplewebauthn/types. Please install @simplewebauthn/types instead to ensure you receive future updates. + '@sindresorhus/is@4.6.0': resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==} engines: {node: '>=10'} @@ -3073,41 +3069,19 @@ snapshots: '@ls-lint/ls-lint@2.2.3': {} - '@mysten/bcs@1.1.0': - dependencies: - bs58: 6.0.0 - - '@mysten/bcs@1.1.1': + '@mysten/bcs@1.2.0': dependencies: bs58: 6.0.0 - '@mysten/sui@1.13.0(typescript@5.5.3)': + '@mysten/sui@1.17.0(typescript@5.5.3)': dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) - '@mysten/bcs': 1.1.0 - '@noble/curves': 1.6.0 - '@noble/hashes': 1.5.0 - '@scure/bip32': 1.4.0 - '@scure/bip39': 1.3.0 - '@suchipi/femver': 1.0.0 - bech32: 2.0.0 - gql.tada: 1.8.10(graphql@16.9.0)(typescript@5.5.3) - graphql: 16.9.0 - tweetnacl: 1.0.3 - valibot: 0.36.0 - transitivePeerDependencies: - - '@gql.tada/svelte-support' - - '@gql.tada/vue-support' - - typescript - - '@mysten/sui@1.16.0(typescript@5.5.3)': - dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) - '@mysten/bcs': 1.1.1 + '@mysten/bcs': 1.2.0 '@noble/curves': 1.6.0 '@noble/hashes': 1.5.0 '@scure/bip32': 1.4.0 '@scure/bip39': 1.3.0 + '@simplewebauthn/typescript-types': 7.4.0 '@suchipi/femver': 1.0.0 bech32: 2.0.0 gql.tada: 1.8.10(graphql@16.9.0)(typescript@5.5.3) @@ -3316,6 +3290,8 @@ snapshots: '@shikijs/vscode-textmate@9.3.0': {} + '@simplewebauthn/typescript-types@7.4.0': {} + '@sindresorhus/is@4.6.0': {} '@sindresorhus/merge-streams@2.3.0': {}