fix: move @types/node to a dev dependencies

This commit is contained in:
Ade Attwood 2022-10-24 20:18:00 +01:00
parent 233fc90ce1
commit 661126daab

View file

@ -28,11 +28,11 @@
"build": "tsc" "build": "tsc"
}, },
"dependencies": { "dependencies": {
"@types/node": "^18.11.4",
"yargs": "^17.3.1" "yargs": "^17.3.1"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.1.1", "@types/jest": "^29.1.1",
"@types/node": "^18.11.4",
"@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1", "@typescript-eslint/parser": "^5.38.1",
"eslint": "^8.25.0", "eslint": "^8.25.0",
@ -44,4 +44,4 @@
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^4.8.4" "typescript": "^4.8.4"
} }
} }