将某个包移至dev dependencies

This commit is contained in:
zhl 2023-03-15 13:18:55 +08:00
parent 2b36cc865c
commit a7c06558d0

View File

@ -17,7 +17,6 @@
"@fastify/formbody": "^7.3.0",
"@fastify/helmet": "^10.0.1",
"@fastify/jwt": "^6.3.2",
"@typegoose/typegoose": "^9.12.1",
"axios": "^1.1.3",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
@ -32,6 +31,7 @@
"verify-apple-id-token": "^3.0.0"
},
"devDependencies": {
"@typegoose/typegoose": "^9.12.1",
"@types/dotenv": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",