Skip to content

Commit

Permalink
move dotenv to normal deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Jan 17, 2024
1 parent d71086f commit b0fca96
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 @@ -46,7 +46,6 @@
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"cypress-xpath": "^2.0.1",
"dotenv": "^6.1.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
Expand All @@ -65,6 +64,7 @@
"ts-jest": "^26.5.6"
},
"dependencies": {
"dotenv": "^6.1.0",
"@faker-js/faker": "^6.0.0-alpha.5",
"@hapi/boom": "^9.1.1",
"@hapi/hapi": "^20.0.1",
Expand Down

0 comments on commit b0fca96

Please sign in to comment.