Skip to content

Commit

Permalink
Add @types/node to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Oct 3, 2024
1 parent 1c2be66 commit 1d6ff8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"@reduxjs/toolkit": "^2.0.1",
"@testing-library/react": "^14.1.2",
"@types/lodash": "^4.14.175",
"@types/node": "^22.7.4",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/shelljs": "^0.8.11",
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
"@types/node@npm:*, @types/node@npm:^22.7.4":
version: 22.7.4
resolution: "@types/node@npm:22.7.4"
dependencies:
Expand Down Expand Up @@ -4309,6 +4309,7 @@ __metadata:
"@reduxjs/toolkit": "npm:^2.0.1"
"@testing-library/react": "npm:^14.1.2"
"@types/lodash": "npm:^4.14.175"
"@types/node": "npm:^22.7.4"
"@types/react": "npm:^18.2.38"
"@types/react-dom": "npm:^18.2.17"
"@types/shelljs": "npm:^0.8.11"
Expand Down

0 comments on commit 1d6ff8d

Please sign in to comment.