Skip to content

Commit

Permalink
Move @types/node to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianParkhomenko committed May 8, 2024
1 parent 97ef373 commit d51afb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"url": "https://github.com/DemianParkhomenko/mono-openapi/issues"
},
"dependencies": {
"@types/node": "^20.12.10",
"openapi-fetch": "^0.9.5"
},
"description": "Monobank client",
"devDependencies": {
"@eslint/js": "^9.2.0",
"@types/node": "^20.12.10",
"eslint": "^8.57.0",
"prettier": "3.2.5",
"typescript": "^5.4.5",
Expand Down

0 comments on commit d51afb6

Please sign in to comment.