Skip to content

Commit

Permalink
Chore/update deps (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
aspnxdd authored Jan 24, 2023
1 parent 65e67d3 commit 9721f5f
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 374 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@
"author": "Boxfish Studio <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.32.0",
"tsup": "^6.5.0",
"typescript": "^4.7.4"
"typescript": "^4.9.4",
"tsup": "^6.5.0"
},
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@metaplex/arweave-cost": "^1.0.4",
"@project-serum/anchor": "^0.25.0",
"@solana/spl-token": "^0.2.0",
"@solana/web3.js": "^1.50.1",
"@project-serum/anchor": "^0.26.0",
"@solana/spl-token": "^0.3.7",
"@solana/web3.js": "^1.73.0",
"@supercharge/promise-pool": "^2.3.2",
"husky": "^8.0.3",
"js-file-download": "^0.4.12",
"lint-staged": "^13.1.0",
"prettier": "^2.8.2"
"prettier": "^2.8.3"
},
"lint-staged": {
"*.{js,ts}": [
Expand Down
Loading

0 comments on commit 9721f5f

Please sign in to comment.