Skip to content

Commit

Permalink
Merge pull request #877 from reg-viz/renovate/node-20.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency @types/node to v20
  • Loading branch information
Quramy authored Mar 29, 2024
2 parents d51400e + 19735f6 commit ee3e1c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/storycap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"devDependencies": {
"@types/jest": "29.5.12",
"@types/mkdirp": "^2.0.0",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@types/rimraf": "^3.0.0",
"@types/wait-on": "^5.0.0",
"@types/yargs": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storycrawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
"devDependencies": {
"@types/jest": "29.5.12",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@types/wait-on": "^5.0.0",
"jest": "29.7.0",
"ts-jest": "29.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2850,10 +2850,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.54.tgz#fc304bd66419030141fa997dc5a9e0e374029ae8"
integrity sha512-uq7O52wvo2Lggsx1x21tKZgqkJpvwCseBBPtX/nKQfpVlEsLOb11zZ1CRsWUKvJF0+lzuA9jwvA7Pr2Wt7i3xw==

"@types/node@^18.0.0":
version "18.19.26"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.26.tgz#18991279d0a0e53675285e8cf4a0823766349729"
integrity sha512-+wiMJsIwLOYCvUqSdKTrfkS8mpTp+MPINe6+Np4TAGFWWRWiBQ5kSq9nZGCSPkzx9mvT+uEukzpX4MOSCydcvw==
"@types/node@^20.0.0":
version "20.11.30"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f"
integrity sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit ee3e1c9

Please sign in to comment.