Skip to content

Commit

Permalink
set node types minimum version to oldest (#5029)
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Dec 18, 2024
1 parent 921a2e5 commit 5a1b3bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@stylistic/eslint-plugin-js": "^2.8.0",
"@types/node": "^16.18.103",
"@types/node": "^16.0.0",
"autocannon": "^4.5.2",
"aws-sdk": "^2.1446.0",
"axios": "^1.7.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -956,10 +956,10 @@
dependencies:
undici-types "~5.26.4"

"@types/node@^16.18.103":
version "16.18.103"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.103.tgz#5557c7c32a766fddbec4b933b1d5c365f89b20a4"
integrity sha512-gOAcUSik1nR/CRC3BsK8kr6tbmNIOTpvb1sT+v5Nmmys+Ho8YtnIHP90wEsVK4hTcHndOqPVIlehEGEA5y31bA==
"@types/node@^16.0.0":
version "16.18.122"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.122.tgz#54948ddbe2ddef8144ee16b37f160e3f99c32397"
integrity sha512-rF6rUBS80n4oK16EW8nE75U+9fw0SSUgoPtWSvHhPXdT7itbvmS7UjB/jyM8i3AkvI6yeSM5qCwo+xN0npGDHg==

"@types/prop-types@*":
version "15.7.5"
Expand Down

0 comments on commit 5a1b3bc

Please sign in to comment.