Skip to content

Commit

Permalink
Add @types/node to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Nov 6, 2024
1 parent c0fdece commit 634c5d5
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.9.0",
"@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 @@ -772,7 +772,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
"@types/node@npm:*, @types/node@npm:^22.9.0":
version: 22.9.0
resolution: "@types/node@npm:22.9.0"
dependencies:
Expand Down Expand Up @@ -4145,6 +4145,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.9.0"
"@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 634c5d5

Please sign in to comment.