Skip to content

Commit

Permalink
Update deps, switch to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Nogesma committed Apr 24, 2024
1 parent fec32bd commit 8bbf291
Show file tree
Hide file tree
Showing 7 changed files with 3,309 additions and 3,159 deletions.
363 changes: 0 additions & 363 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
enableTelemetry: false

nodeLinker: node-modules
compressionLevel: mixed

enableGlobalCache: false

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine

ENV NODE_ENV production

Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@
},
"dependencies": {
"bluebird": "^3.7.2",
"chalk": "^5.2.0",
"chalk": "^5.3.0",
"cookie-parser": "^1.4.6",
"cron": "^2.2.0",
"dayjs": "^1.11.7",
"discord.js": "^14.7.1",
"express": "^4.18.2",
"fs-extra": "^11.1.0",
"mongoose": "^7.0.0",
"nanoid": "^4.0.1",
"node-fetch": "^3.3.0",
"cron": "^2.4.4",
"dayjs": "^1.11.10",
"discord.js": "^14.14.1",
"express": "^4.19.2",
"fs-extra": "^11.2.0",
"mongoose": "^7.6.11",
"nanoid": "^4.0.2",
"node-fetch": "^3.3.2",
"ramda": "^0.28.0",
"scrambow": "^1.7.0",
"winston": "^3.8.2"
"scrambow": "^1.8.1",
"winston": "^3.13.0"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.6",
"debugging-aid": "^0.6.7",
"dotenv": "^16.0.3",
"jest": "^29.4.3",
"nodemon": "^2.0.21",
"prettier": "^2.8.4"
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.31",
"debugging-aid": "^0.6.8",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"nodemon": "^2.0.22",
"prettier": "^2.8.8"
},
"packageManager": "yarn@3.3.1"
"packageManager": "yarn@4.1.1"
}
Loading

0 comments on commit 8bbf291

Please sign in to comment.