Skip to content

Commit

Permalink
chore: upgrade dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Mar 11, 2024
1 parent 326d75f commit a8e8d77
Show file tree
Hide file tree
Showing 2 changed files with 522 additions and 548 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
"viem": "^2.7.22"
},
"devDependencies": {
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "16.2.4",
"@commitlint/cli": "19.0.3",
"@commitlint/config-conventional": "19.0.3",
"@metamask/providers": "^14.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-terser": "^0.4.4",
Expand All @@ -116,34 +116,34 @@
"@types/bl": "^5.1.0",
"@types/callback-to-async-iterator": "^1.1.7",
"@types/elliptic": "^6.4.18",
"@types/node": "^18.19.18",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@types/node": "^18.19.23",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitest/coverage-v8": "^1.3.1",
"@xmtp/rollup-plugin-resolve-extensions": "1.0.1",
"benny": "^3.7.1",
"dd-trace": "^5.5.0",
"dd-trace": "^5.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.0",
"eslint-plugin-jsdoc": "^48.2.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"ethers": "^5.7.2",
"happy-dom": "^13.6.2",
"happy-dom": "^13.7.3",
"husky": "^7.0.4",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"rollup": "^4.12.0",
"rollup": "^4.12.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-filesize": "^10.0.0",
"semantic-release": "^21.1.2",
"typedoc": "^0.25.9",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"typedoc": "^0.25.12",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vitest": "^1.3.1"
},
"packageManager": "[email protected]",
Expand Down
Loading

0 comments on commit a8e8d77

Please sign in to comment.