Skip to content

Commit

Permalink
fix: timezone (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanyawat-Arsaga committed Jul 2, 2024
1 parent dee6d8f commit d2bd89d
Show file tree
Hide file tree
Showing 5 changed files with 1,906 additions and 1,697 deletions.
89 changes: 45 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,95 +31,96 @@
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^2.2.0",
"@discordjs/rest": "^2.3.0",
"@discordjs/voice": "^0.16.1",
"@fastify/nextjs": "^10.0.1",
"@fastify/static": "^6.12.0",
"@ffmpeg/core": "^0.12.6",
"@ffmpeg/ffmpeg": "^0.12.10",
"@line/bot-sdk": "^8.2.0",
"@nestjs/axios": "^3.0.1",
"@nestjs/common": "^10.3.0",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.3.0",
"@nestjs/platform-express": "^10.3.0",
"@nestjs/platform-fastify": "^10.3.0",
"@nestjs/schedule": "^4.0.0",
"@nestjs/swagger": "^7.1.17",
"@nestjs/throttler": "^5.1.1",
"@nestjs/typeorm": "^10.0.1",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.102",
"axios": "^1.6.5",
"@line/bot-sdk": "^8.4.1",
"@nestjs/axios": "^3.0.2",
"@nestjs/common": "^10.3.10",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.3.10",
"@nestjs/platform-express": "^10.3.10",
"@nestjs/platform-fastify": "^10.3.10",
"@nestjs/schedule": "^4.0.2",
"@nestjs/swagger": "^7.4.0",
"@nestjs/throttler": "^5.2.0",
"@nestjs/typeorm": "^10.0.2",
"@swc/cli": "^0.1.65",
"@swc/core": "^1.6.6",
"axios": "^1.7.2",
"canvas": "^2.11.2",
"cron-parser": "^4.9.0",
"discord-api-types": "^0.37.67",
"discord.js": "^14.14.1",
"discord-api-types": "^0.37.91",
"discord.js": "^14.15.3",
"eslint-config-prettier": "^9.1.0",
"fast-xml-parser": "^4.3.2",
"fastify": "^4.25.2",
"fast-xml-parser": "^4.4.0",
"fastify": "^4.28.1",
"fb": "^2.0.0",
"gaxios": "^6.1.1",
"gaxios": "^6.7.0",
"he": "^1.2.0",
"libsodium-wrappers": "^0.7.13",
"lodash": "^4.17.21",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-markdown": "^2.1.0",
"mdast-util-to-string": "^4.0.0",
"micromark-extension-gfm": "^3.0.0",
"mkdirp": "^3.0.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"needle": "^3.3.1",
"nestjs-spelunker": "^1.3.0",
"next": "^14.0.4",
"node-ical": "^0.17.1",
"openapi-client-axios": "^7.5.1",
"pg": "^8.11.3",
"next": "^14.2.4",
"node-ical": "^0.17.2",
"openapi-client-axios": "^7.5.5",
"pg": "^8.12.0",
"promptpay-qr": "^0.5.0",
"qr-image": "^3.2.0",
"qs": "^6.11.2",
"qs": "^6.12.2",
"rc-slider": "10.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reflect-metadata": "^0.2.1",
"rimraf": "^5.0.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reflect-metadata": "^0.2.2",
"rimraf": "^5.0.7",
"rrule": "2.8.1",
"rtmp-server": "^0.2.0",
"run-script-webpack-plugin": "^0.2.0",
"rxjs": "^7.8.1",
"sqlite3": "^5.1.7",
"trello": "^0.11.0",
"typeorm": "^0.3.19",
"typeorm": "^0.3.20",
"ytdl": "^1.4.1",
"ytdl-core": "^4.11.5",
"ytsr": "^3.8.4"
},
"devDependencies": {
"@nestjs/cli": "^10.3.0",
"@nestjs/schematics": "^10.1.0",
"@nestjs/testing": "^10.3.0",
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.10",
"@types/express": "^4.17.21",
"@types/jest": "29.5.11",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.7",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.9",
"@types/qr-image": "^3.2.9",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"prettier": "^3.3.2",
"start-server-webpack-plugin": "^2.2.5",
"supertest": "^6.3.3",
"supertest": "^6.3.4",
"ts-jest": "29.1.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3",
"typescript": "^5.5.3",
"webpack-node-externals": "^3.0.0"
},
"jest": {
Expand Down
Loading

0 comments on commit d2bd89d

Please sign in to comment.