Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LarmuseauNiels committed Mar 22, 2023
1 parent 2581e3f commit e5c4e1f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion captain-definition
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"WORKDIR /usr/src/app",
"COPY ./package.json /usr/src/app/",
"COPY ./yarn.lock /usr/src/app/",
"RUN yarn install --production",
"RUN yarn",
"COPY ./ /usr/src/app",
"RUN npx prisma generate",
"ENV NODE_ENV production",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"openai": "^3.2.1"
},
"devDependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"discord-api-types": "^0.23.1",
"prettier": "2.7.1",
"prisma": "^3.3.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"discord-api-types": "^0.23.1",
"@discordjs/rest": "^0.1.0-canary.0"
"typescript": "^5.0.2"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -993,10 +993,10 @@ type-is@~1.6.18:
media-typer "0.3.0"
mime-types "~2.1.24"

typescript@^4.8.4:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
typescript@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==

undici@^5.20.0:
version "5.21.0"
Expand Down

0 comments on commit e5c4e1f

Please sign in to comment.