Skip to content

Commit 379cdd7

Browse files
authored
Merge pull request #2733 from pyth-network/fixing-node-types-version
fix: adjusted @types/node to pull from global setting through catalog setting
2 parents ff58d77 + a684be7 commit 379cdd7

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

contract_manager/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
},
8989
"devDependencies": {
9090
"@types/web3": "^1.2.2",
91+
"@types/node": "catalog:",
9192
"eslint": "^8.0.0",
9293
"prettier": "catalog:",
9394
"typedoc": "^0.25.7"

pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

target_chains/fuel/sdk/js/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"license": "Apache-2.0",
3939
"devDependencies": {
4040
"@pythnetwork/hermes-client": "workspace:*",
41+
"@types/node": "catalog:",
4142
"@typescript-eslint/eslint-plugin": "^7.7.0",
4243
"@typescript-eslint/parser": "^7.7.0",
4344
"copyfiles": "^2.4.1",

target_chains/solana/sdk/js/pyth_solana_receiver/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"devDependencies": {
3535
"@pythnetwork/hermes-client": "workspace:*",
3636
"@types/jest": "^29.4.0",
37+
"@types/node": "catalog:",
3738
"@typescript-eslint/eslint-plugin": "^5.20.0",
3839
"@typescript-eslint/parser": "^5.20.0",
3940
"eslint": "^8.13.0",

0 commit comments

Comments
 (0)