Skip to content

Commit

Permalink
Revert "Bump @types/node from 18.15.11 to 20.3.2 (#340)"
Browse files Browse the repository at this point in the history
This reverts commit 8c78ca2.
  • Loading branch information
ncipollo committed Jun 27, 2023
1 parent 8c78ca2 commit cb77c9e
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 @@ -61,7 +61,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/node": "^20.3.2",
"@types/node": "^18.15.11",
"jest": "^29.5.0",
"jest-circus": "^29.5.0",
"ts-jest": "^29.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1092,10 +1092,10 @@
expect "^29.0.0"
pretty-format "^29.0.0"

"@types/node@*", "@types/node@>= 8", "@types/node@^20.3.2":
version "20.3.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.3.2.tgz#fa6a90f2600e052a03c18b8cb3fd83dd4e599898"
integrity sha512-vOBLVQeCQfIcF/2Y7eKFTqrMnizK5lRNQ7ykML/5RuwVXVWxYkgwS7xbt4B6fKCUPgbSL5FSsjHQpaGQP/dQmw==
"@types/node@*", "@types/node@>= 8", "@types/node@^18.15.11":
version "18.15.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f"
integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==

"@types/prettier@^2.1.5":
version "2.3.0"
Expand Down

0 comments on commit cb77c9e

Please sign in to comment.