Skip to content

Commit

Permalink
fix(deps): move dependencies to devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jul 13, 2023
1 parent 04acca3 commit 77f9919
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,30 +44,30 @@
]
},
"dependencies": {
"@types/mock-fs": "^4.13.1",
"@types/node": "^16.11.45",
"csv-parse": "^5.3.0",
"dotenv": "^16.0.1",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"yargs": "^17.5.1"
},
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"@tsconfig/node16-strictest-esm": "^1.0.3",
"@types/mock-fs": "^4.13.1",
"@types/node": "^16.11.45",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"c8": "^7.12.0",
"chalk": "^4.1.2",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"mock-fs": "^5.1.2",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"semantic-release": "^19.0.3",
"typescript": "^4.7.4",
"vitest": "^0.19.1"
},
"packageManager": "yarn@3.6.1",
Expand Down

0 comments on commit 77f9919

Please sign in to comment.