Skip to content

Commit

Permalink
Rol @types/node back to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed Nov 18, 2024
1 parent 7db23f4 commit 10f6e66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.4",
"@types/node": "^16.11.7",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/react-input-autosize": "^2.2.4",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"enabled": false
},
{
"matchPackageNames": ["@types/jest", "chalk"],
"matchPackageNames": ["@types/node", "@types/jest", "chalk"],
"matchUpdateTypes": ["major"],
"enabled": false
},
Expand Down
10 changes: 4 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3605,12 +3605,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==

"@types/node@^18.19.4":
version "18.19.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.4.tgz#89672e84f11a2c19543d694dac00ab8d7bc20ddb"
integrity sha512-xNzlUhzoHotIsnFoXmJB+yWmBvFZgKCI9TtPIEdYIMM1KWfwuY8zh7wvc1u1OAXlC7dlf6mZVx/s+Y5KfFz19A==
dependencies:
undici-types "~5.26.4"
"@types/node@^16.11.7":
version "16.18.119"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.119.tgz#88443bb82119b7c0920e86949673876cbe1c3492"
integrity sha512-ia7V9a2FnhUFfetng4/sRPBMTwHZUkPFY736rb1cg9AgG7MZdR97q7/nLR9om+sq5f1la9C857E0l/nrI0RiFQ==

"@types/parse-json@^4.0.0":
version "4.0.2"
Expand Down

0 comments on commit 10f6e66

Please sign in to comment.