Skip to content

Commit

Permalink
Merge pull request #5 from ronnyhaase/patch-1
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
mikemaccana committed Jul 17, 2023
2 parents 8e07e96 + 50be3c2 commit 557435d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"jsdom": "^21.1.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-polyfill-node": "^0.12.0",
"ts-jest": "^29.1.0",
"tsup": "^6.7.0",
"typescript": "^4.9.5"
"typescript": "^4.9.5",
"vite-plugin-dts": "^2.0.2"
},
"dependencies": {
"@onsol/tldparser": "^0.5.3",
"@solana/web3.js": "^1.73.3",
"@solflare-wallet/pfp": "^0.1.0",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.0.3",
"fetch-unfucked": "^1.0.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-polyfill-node": "^0.12.0",
"vite-plugin-dts": "^2.0.2"
"fetch-unfucked": "^1.0.0"
}
}

0 comments on commit 557435d

Please sign in to comment.