Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@metamask/eslint-config-nodejs": "^12.0.0",
"@metamask/eslint-config-typescript": "^12.0.0",
"@types/keccak": "^3.0.4",
"@types/node": "^20.19.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@yarnpkg/types": "^4.0.1",
Expand All @@ -42,16 +43,16 @@
"eslint-config-prettier": "^8.5.0",
"eslint-config-turbo": "^1.11.3",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-jsdoc": "^41.1.2",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "latest",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"keccak": "^3.0.4",
"nodemon": "^3.1.0",
"prettier": "^3.3.3",
"prettier": "^2.7.1",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question: why do we need to specify the "prettier" version here if we also specify the same version on every package? Shouldn't they get the "prettier" version from this parent package.json?

"turbo": "latest",
"typescript": "5.0.4",
"typescript": "^5.4.0",
"viem": "^2.31.4",
"webauthn-p256": "^0.0.10"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/delegation-abis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
},
"devDependencies": {
"@metamask/auto-changelog": "^5.0.2",
"prettier": "^2.7.1",
"tsup": "^8.5.0",
"typescript": "5.0.4"
"typescript": "^5.4.0"
}
}
5 changes: 3 additions & 2 deletions packages/delegation-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@
},
"devDependencies": {
"@metamask/auto-changelog": "^5.0.2",
"@types/node": "^20.10.6",
"@types/node": "^20.19.0",
"prettier": "^2.7.1",
"tsup": "^8.5.0",
"typescript": "5.0.4",
"typescript": "^5.4.0",
"vitest": "^3.2.4"
},
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/delegation-deployments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"devDependencies": {
"@metamask/auto-changelog": "^5.0.2",
"compare-versions": "^6.1.1",
"prettier": "^2.7.1",
"tsup": "^8.5.0",
"typescript": "5.0.4"
"typescript": "^5.4.0"
}
}
12 changes: 9 additions & 3 deletions packages/delegation-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,20 +125,26 @@
"@metamask/eslint-config": "^12.0.0",
"@metamask/eslint-config-nodejs": "^12.0.0",
"@metamask/eslint-config-typescript": "^12.0.0",
"@types/node": "^20.10.6",
"@types/node": "^20.19.0",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@vitest/coverage-v8": "3.2.4",
"dotenv": "^16.3.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-jsdoc": "^41.1.2",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"import": "^0.0.6",
"prettier": "^3.3.3",
"prettier": "^2.7.1",
"sinon": "^18.0.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.5.0",
"typescript": "5.0.4",
"typescript": "^5.4.0",
"viem": "2.31.4",
"vitest": "^3.2.4"
},
Expand Down
Loading
Loading