Skip to content

Commit 2479a18

Browse files
authored
chore: Align eth-block-tracker dependencies with monorepo (#6856)
## Explanation This aligns `eth-block-tracker` dependencies with the monorepo, to match the versions used by other packages, and to remove unnecessary dependencies. ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? For example: * Fixes #12345 * Related to #67890 --> ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs), highlighting breaking changes as necessary - [ ] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
1 parent f706184 commit 2479a18

File tree

1 file changed

+6
-30
lines changed

1 file changed

+6
-30
lines changed

merged-packages/eth-block-tracker/package.json

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -48,46 +48,22 @@
4848
"test:watch": "jest --watch"
4949
},
5050
"dependencies": {
51-
"@metamask/eth-json-rpc-provider": "^5.0.0",
52-
"@metamask/safe-event-emitter": "^3.1.1",
53-
"@metamask/utils": "^11.0.1",
51+
"@metamask/eth-json-rpc-provider": "^5.0.1",
52+
"@metamask/safe-event-emitter": "^3.0.0",
53+
"@metamask/utils": "^11.8.1",
5454
"json-rpc-random-id": "^1.0.1"
5555
},
5656
"devDependencies": {
57-
"@arethetypeswrong/cli": "^0.15.3",
58-
"@jest/types": "^27.5.1",
59-
"@lavamoat/allow-scripts": "^3.0.4",
6057
"@metamask/auto-changelog": "^3.4.4",
61-
"@metamask/eslint-config": "^14.0.0",
62-
"@metamask/eslint-config-jest": "^14.0.0",
63-
"@metamask/eslint-config-nodejs": "^14.0.0",
64-
"@metamask/eslint-config-typescript": "^14.0.0",
65-
"@metamask/json-rpc-engine": "^10.0.0",
66-
"@ts-bridge/cli": "^0.6.3",
58+
"@metamask/json-rpc-engine": "^10.1.1",
6759
"@types/jest": "^27.4.1",
6860
"@types/json-rpc-random-id": "^1.0.1",
69-
"@types/node": "^18.18",
70-
"@yarnpkg/types": "^4.0.1",
7161
"deepmerge": "^4.2.2",
72-
"depcheck": "^1.4.3",
73-
"eslint": "^9.11.0",
74-
"eslint-config-prettier": "^9.1.0",
75-
"eslint-import-resolver-typescript": "^3.6.3",
76-
"eslint-plugin-import-x": "^4.3.0",
77-
"eslint-plugin-jest": "^28.8.3",
78-
"eslint-plugin-jsdoc": "^50.2.4",
79-
"eslint-plugin-n": "^17.10.3",
80-
"eslint-plugin-prettier": "^5.2.1",
81-
"eslint-plugin-promise": "^7.1.0",
8262
"jest": "^27.5.1",
83-
"prettier": "^3.3.3",
84-
"prettier-plugin-packagejson": "^2.5.8",
85-
"rimraf": "^3.0.2",
8663
"ts-jest": "^27.1.4",
87-
"ts-node": "^10.9.1",
8864
"typedoc": "^0.24.8",
89-
"typescript": "~5.2.2",
90-
"typescript-eslint": "^8.7.0"
65+
"typedoc-plugin-missing-exports": "^2.0.0",
66+
"typescript": "~5.2.2"
9167
},
9268
"packageManager": "yarn@4.5.3",
9369
"engines": {

0 commit comments

Comments
 (0)