Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
chore: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Jun 6, 2024
1 parent 291f9f1 commit 7db5e4f
Show file tree
Hide file tree
Showing 2 changed files with 1,847 additions and 1,579 deletions.
51 changes: 27 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,37 +50,40 @@
"devDependencies": {
"@ethereumjs/common": "^3.0.0",
"@lavamoat/allow-scripts": "^3.0.4",
"@metamask/auto-changelog": "^3.0.0",
"@metamask/eslint-config": "^11.1.0",
"@metamask/eslint-config-jest": "^8.0.0",
"@metamask/eslint-config-nodejs": "^11.1.0",
"@metamask/eslint-config-typescript": "^8.0.0",
"@metamask/auto-changelog": "^3.4.4",
"@metamask/eslint-config": "^12.2.0",
"@metamask/eslint-config-jest": "^12.1.0",
"@metamask/eslint-config-nodejs": "^12.1.0",
"@metamask/eslint-config-typescript": "^12.1.0",
"@types/ethereumjs-tx": "^1.0.1",
"@types/hdkey": "^2.0.1",
"@types/jest": "^28.1.6",
"@types/node": "^16.18.57",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@types/sinon": "^9.0.10",
"@types/w3c-web-usb": "^1.0.6",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"depcheck": "^1.4.3",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-jsdoc": "^43.0.7",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"ethereumjs-tx": "^1.3.4",
"jest": "^28.1.3",
"jest-it-up": "^2.2.0",
"prettier": "^2.3.0",
"prettier-plugin-packagejson": "^2.2.12",
"rimraf": "^4.1.2",
"jest": "^29.7.0",
"jest-it-up": "^3.1.0",
"prettier": "^2.7.1",
"prettier-plugin-packagejson": "^2.5.0",
"rimraf": "^5.0.7",
"sinon": "^9.2.3",
"ts-jest": "^28.0.7",
"ts-node": "^10.7.0",
"typedoc": "^0.23.15",
"typescript": "~4.8.4"
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typedoc": "^0.25.13",
"typescript": "~5.1"
},
"packageManager": "yarn@3.3.1",
"engines": {
Expand Down
Loading

0 comments on commit 7db5e4f

Please sign in to comment.