Skip to content

Commit

Permalink
feat: packages updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhilt committed Dec 5, 2024
1 parent de6e42f commit 74d7a80
Show file tree
Hide file tree
Showing 2 changed files with 1,724 additions and 1,823 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calindra/cartesify",
"version": "1.1.0",
"version": "2.0.0",
"description": "Web3 Client to Send Input to dApp",
"source": "src/index.ts",
"main": "dist/index.js",
Expand All @@ -23,33 +23,33 @@
"private": false,
"devDependencies": {
"@jest/globals": "^29.7.0",
"@parcel/packager-ts": "^2.10.3",
"@parcel/transformer-typescript-types": "^2.12.0",
"@parcel/packager-ts": "^2.13.2",
"@parcel/transformer-typescript-types": "^2.13.2",
"@sunodo/wagmi-plugin-hardhat-deploy": "^0.3.0",
"@types/debug": "^4.1.12",
"@types/node": "^22",
"@wagmi/cli": "^2.1.2",
"http-request-mock": "^1.8.17",
"@types/node": "^22.10.1",
"@wagmi/cli": "^2.1.18",
"http-request-mock": "^2.0.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nock": "^13.5.1",
"nock": "^13.5.6",
"npm-run-all": "^4.1.5",
"parcel": "^2.10.1",
"parcel": "^2.13.2",
"rimraf": "^6.0.1",
"ts-jest": "^29.1.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
"typescript": "^5.7.2"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@cartesi/rollups": "^1.4.0",
"axios": "^1.6.7",
"debug": "^4.3.4",
"ethers": "^6.11.1",
"prettier": "^3.4.1",
"viem": "^2.21.12"
"@cartesi/rollups": "^1.4.3",
"axios": "^1.7.9",
"debug": "^4.3.7",
"ethers": "^6.13.4",
"prettier": "^3.4.2",
"viem": "^2.21.53"
},
"directories": {
"test": "tests"
Expand Down
Loading

0 comments on commit 74d7a80

Please sign in to comment.