Skip to content

Commit

Permalink
Merge pull request #2040 from endojs/mfig-allow-node-16
Browse files Browse the repository at this point in the history
build: temporarily allow Node.js 16
  • Loading branch information
michaelfig committed Feb 8, 2024
2 parents 7eebe9d + 7c85cd5 commit b463c57
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"eslint-plugin-jsdoc": "^46.4.3",
"lerna": "^5.6.2",
"lerna-update-wizard": "^0.17.5",
"ts-api-utils": "~1.0.1",
"type-coverage": "^2.26.3",
"typedoc": "^0.25.7",
"typescript": "~5.3.3"
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"dependencies": {
"@typescript-eslint/utils": "^6.18.1",
"requireindex": "~1.1.0",
"ts-api-utils": "~1.0.1",
"tsutils": "~3.21.0",
"typescript": "~5.3.3"
},
Expand Down
1 change: 1 addition & 0 deletions packages/stream-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.4.3",
"prettier": "^3.0.0",
"ts-api-utils": "~1.0.1",
"typescript": "~5.3.3"
},
"files": [
Expand Down
1 change: 1 addition & 0 deletions packages/stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.4.3",
"prettier": "^3.0.0",
"ts-api-utils": "~1.0.1",
"typescript": "~5.3.3"
},
"files": [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7483,10 +7483,10 @@ trim-newlines@^3.0.0:
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==

ts-api-utils@^1.0.1:
version "1.2.0"
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.2.0.tgz#48c31073e7ae7868d27ffabef993a2de8c2b006f"
integrity sha512-d+3WxW4r8WQy2cZWpNRPPGExX8ffOLGcIhheUANKbL5Sqjbhkneki76fRAWeXkaslV2etTb4tSJBSxOsH5+CJw==
ts-api-utils@~1.0.1, ts-api-utils@^1.0.1:
version "1.0.3"
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==

tsconfig-paths@^3.15.0:
version "3.15.0"
Expand Down

0 comments on commit b463c57

Please sign in to comment.