Skip to content

Commit

Permalink
chore(fix): resolve incompatibility with latest pnpm
Browse files Browse the repository at this point in the history
Bump types/node to version ^22.x to resolve installation failures with pnpm.

Signed-off-by: venilinvasilev <[email protected]>
  • Loading branch information
Venilin Vasilev authored and venilinvasilev committed Jan 29, 2025
1 parent 8c1fcc9 commit fcfd48f
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 33 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@types/chai": "^4.3.4",
"@types/crypto-js": "^4.2.0",
"@types/mocha": "^10.0.1",
"@types/node": "^20.8.10",
"@types/node": "^22.0.0",
"@types/utf8": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.62.0",
Expand Down Expand Up @@ -116,8 +116,8 @@
"nyc": "^17.1.0",
"prettier": "^3.0.3",
"sinon": "^19.0.2",
"typescript": "^5.7.2",
"typedoc": "^0.27.6",
"typescript": "^5.7.2",
"vite": "^5.3.5",
"yalc": "1.0.0-pre.53"
},
Expand Down
1 change: 1 addition & 0 deletions packages/cryptography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"@types/elliptic": "^6.4.14",
"@types/node-forge": "^1.3.4",
"@types/spark-md5": "^3.0.2",
"@types/node": "^22.0.0",
"@types/utf8": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
Expand Down
30 changes: 20 additions & 10 deletions packages/cryptography/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@babel/core": "^7.23.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
Expand Down
18 changes: 14 additions & 4 deletions packages/proto/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 16 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fcfd48f

Please sign in to comment.