From 7049782dacc2f6867052a1309137e5c62e10078d Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 31 Dec 2023 11:34:46 +0100 Subject: [PATCH] Updated dependencies --- Dockerfile.cache | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.cache b/Dockerfile.cache index dd29ad9..c1f34cd 100644 --- a/Dockerfile.cache +++ b/Dockerfile.cache @@ -3,4 +3,4 @@ FROM node:20.9.0-alpine3.18 COPY package.json ./ COPY yarn.lock ./ -RUN yarn install \ No newline at end of file +RUN yarn install --production \ No newline at end of file diff --git a/package.json b/package.json index c07b786..0486892 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ "ioredis": "^5.3.2", "mongoose": "^7.0.1", "ms": "^2.1.3", - "pretty-ms": "^8.0.0" + "pretty-ms": "^8.0.0", + "typescript": "^5.3.3" }, "devDependencies": { "@types/ms": "^0.7.34", @@ -35,7 +36,6 @@ "@typescript-eslint/parser": "^6.16.0", "eslint": "^8.56.0", "prettier": "^3.1.1", - "ts-node": "^10.9.2", - "typescript": "^5.3.3" + "ts-node": "^10.9.2" } }