fix depend

This commit is contained in:
rca 2024-08-08 01:23:29 +09:00
parent 4115b8a57b
commit f2fb9bea0d
2 changed files with 14 additions and 3 deletions

12
package-lock.json generated
View File

@ -20,7 +20,8 @@
"live-server": "^1.2.2", "live-server": "^1.2.2",
"minio": "^8.0.1", "minio": "^8.0.1",
"node-cron": "^3.0.3", "node-cron": "^3.0.3",
"reflect-metadata": "^0.2.2" "reflect-metadata": "^0.2.2",
"tsc": "^2.0.4"
}, },
"devDependencies": { "devDependencies": {
"@types/bcryptjs": "^2.4.6", "@types/bcryptjs": "^2.4.6",
@ -3843,6 +3844,15 @@
} }
} }
}, },
"node_modules/tsc": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/tsc/-/tsc-2.0.4.tgz",
"integrity": "sha512-fzoSieZI5KKJVBYGvwbVZs/J5za84f2lSTLPYf6AGiIf43tZ3GNrI1QzTLcjtyDDP4aLxd46RTZq1nQxe7+k5Q==",
"license": "MIT",
"bin": {
"tsc": "bin/tsc"
}
},
"node_modules/type-is": { "node_modules/type-is": {
"version": "1.6.18", "version": "1.6.18",
"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",

View File

@ -14,7 +14,6 @@
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@prisma/client": "^5.15.1", "@prisma/client": "^5.15.1",
"@types/cors": "^2.8.17",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"chalk": "^5.3.0", "chalk": "^5.3.0",
"cors": "^2.8.5", "cors": "^2.8.5",
@ -24,7 +23,8 @@
"live-server": "^1.2.2", "live-server": "^1.2.2",
"minio": "^8.0.1", "minio": "^8.0.1",
"node-cron": "^3.0.3", "node-cron": "^3.0.3",
"reflect-metadata": "^0.2.2" "reflect-metadata": "^0.2.2",
"tsc": "^2.0.4"
}, },
"devDependencies": { "devDependencies": {
"@types/bcryptjs": "^2.4.6", "@types/bcryptjs": "^2.4.6",
@ -35,6 +35,7 @@
"@types/node-cron": "^3.0.11", "@types/node-cron": "^3.0.11",
"@types/swagger-jsdoc": "^6.0.4", "@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6", "@types/swagger-ui-express": "^4.1.6",
"@types/cors": "^2.8.17",
"nodemon": "^3.1.4", "nodemon": "^3.1.4",
"prisma": "^5.15.1", "prisma": "^5.15.1",
"swagger-jsdoc": "^6.2.8", "swagger-jsdoc": "^6.2.8",