Skip to content

Commit

Permalink
Update pnpm and mpl-token-metadata packages (#108)
Browse files Browse the repository at this point in the history
* Update mpl-token-metadata and pnpm version

* Update more dependencies to fix unmet peer deps
  • Loading branch information
danenbm authored Sep 5, 2024
1 parent b444c09 commit b061129
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 207 deletions.
10 changes: 5 additions & 5 deletions clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "Metaplex Maintainers <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@metaplex-foundation/mpl-token-metadata": "3.0.0-alpha.27",
"@metaplex-foundation/mpl-token-metadata": "3.2.1",
"@metaplex-foundation/digital-asset-standard-api": "^1.0.4",
"@metaplex-foundation/mpl-toolbox": "^0.9.0",
"@noble/hashes": "^1.3.1",
Expand All @@ -36,14 +36,14 @@
},
"devDependencies": {
"@ava/typescript": "^3.0.1",
"@metaplex-foundation/umi": "^0.8.2",
"@metaplex-foundation/umi": "^0.8.9",
"@metaplex-foundation/umi-bundle-tests": "^0.8.3",
"@solana/web3.js": "^1.73.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.46.1",
"ava": "^5.1.0",
"dotenv": "^16.3.1",
"eslint": "^8.0.1",
"eslint": "^8.2.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
Expand All @@ -68,5 +68,5 @@
"dotenv/config"
]
},
"packageManager": "pnpm@8.2.0"
"packageManager": "pnpm@8.15.9"
}
Loading

0 comments on commit b061129

Please sign in to comment.