Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent 7d8e4d9 commit b442f7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/node": "^16.0.0",
"@types/node": "^18.0.0",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "latest",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3473,10 +3473,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^16.0.0":
version: 16.18.3
resolution: "@types/node@npm:16.18.3"
checksum: 6b8ba2ea5d842f7986e366cb9184c54d273d492784dc62e08fd5afeae938d9b61aec6e4222d2541cd18f9b1412ba361bbcb3f4204fb003608af80a2a6af959f9
"@types/node@npm:^18.0.0":
version: 18.18.3
resolution: "@types/node@npm:18.18.3"
checksum: ed97a832179e0cfbb93738021fe16d0bc5c0f34bea35269c23c9dd5f0ecc8be93dbe5efd51630189a099b31786a47c1bde115508831a7245613a55c3ad1a7d6b
languageName: node
linkType: hard

Expand Down Expand Up @@ -15238,7 +15238,7 @@ typescript@^4.4.2:
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.0.0
"@types/jest": ^29.0.0
"@types/node": ^16.0.0
"@types/node": ^18.0.0
"@types/react": ^17.0.20
"@types/react-dom": ^17.0.9
"@types/tailwindcss": ^3.0.0
Expand Down

0 comments on commit b442f7a

Please sign in to comment.