solana-developers / solana-actions

https://solana-developers.github.io/solana-actions/
Apache License 2.0
92 stars 38 forks source link

Need to update @solana/spl-token version 0.4.x #10

Closed 0xlarry closed 2 months ago

0xlarry commented 2 months ago

We could not deploy our server to AWS due to conflicting dependencies...

we were depending on @solana/spl-token@0.4.0

@solana/actions depends on @solana/spl-token@0.3.5

we had to downgrade to @solana/spl-token@0.3.5 in order to use @solana/actions

nickfrosty commented 2 months ago

the current version listed in the @solana/actions package is "@solana/spl-token": "^0.3.5", with the ^ your desired version of 0.4.0 should work fine.

was there a specific error you were getting?

nickfrosty commented 2 months ago

I just realized that even though this package has the spl-token package installed, it is not actually using it.... I will clean up the dependencies :)

nickfrosty commented 2 months ago

This is now resolved with the latest update :)