Skip to content

Commit

Permalink
feat: webhook push
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanyawat-Arsaga committed Aug 16, 2024
1 parent 8a1e4db commit 9342f68
Show file tree
Hide file tree
Showing 8 changed files with 1,076 additions and 1,064 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,30 +38,30 @@
"@ffmpeg/core": "^0.12.6",
"@ffmpeg/ffmpeg": "^0.12.10",
"@line/bot-sdk": "^9.2.2",
"@nestjs/axios": "^3.0.2",
"@nestjs/common": "^10.3.10",
"@nestjs/axios": "^3.0.3",
"@nestjs/common": "^10.4.1",
"@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/core": "^10.4.1",
"@nestjs/platform-express": "^10.4.1",
"@nestjs/platform-fastify": "^10.4.1",
"@nestjs/schedule": "^4.1.0",
"@nestjs/swagger": "^7.4.0",
"@nestjs/throttler": "^5.2.0",
"@nestjs/throttler": "^6.1.1",
"@nestjs/typeorm": "^10.0.2",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.6.6",
"axios": "^1.7.2",
"@swc/core": "^1.7.11",
"axios": "^1.7.4",
"canvas": "^2.11.2",
"cron-parser": "^4.9.0",
"discord-api-types": "^0.37.91",
"discord-api-types": "^0.37.94",
"discord.js": "^14.15.3",
"eslint-config-prettier": "^9.1.0",
"fast-xml-parser": "^4.4.0",
"fast-xml-parser": "^4.4.1",
"fastify": "^4.28.1",
"fb": "^2.0.0",
"gaxios": "^6.7.0",
"gaxios": "^6.7.1",
"he": "^1.2.0",
"libsodium-wrappers": "^0.7.13",
"libsodium-wrappers": "^0.7.15",
"lodash": "^4.17.21",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-gfm": "^3.0.0",
Expand All @@ -73,18 +73,18 @@
"moment-timezone": "^0.5.45",
"needle": "^3.3.1",
"nestjs-spelunker": "^1.3.0",
"next": "^14.2.4",
"next": "^14.2.5",
"node-ical": "^0.18.0",
"openapi-client-axios": "^7.5.5",
"pg": "^8.12.0",
"promptpay-qr": "^0.5.0",
"qr-image": "^3.2.0",
"qs": "^6.12.2",
"rc-slider": "10.6.2",
"qs": "^6.13.0",
"rc-slider": "11.1.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reflect-metadata": "^0.2.2",
"rimraf": "^5.0.7",
"rimraf": "^6.0.1",
"rrule": "2.8.1",
"rtmp-server": "^0.2.0",
"run-script-webpack-plugin": "^0.2.0",
Expand All @@ -97,30 +97,30 @@
"ytsr": "^3.8.4"
},
"devDependencies": {
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.10",
"@nestjs/cli": "^10.4.4",
"@nestjs/schematics": "^10.1.3",
"@nestjs/testing": "^10.4.1",
"@types/express": "^4.17.21",
"@types/jest": "29.5.12",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.9",
"@types/lodash": "^4.17.7",
"@types/node": "^22.3.0",
"@types/qr-image": "^3.2.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.57.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^9.9.0",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"start-server-webpack-plugin": "^2.2.5",
"supertest": "^7.0.0",
"ts-jest": "29.1.5",
"ts-jest": "29.2.4",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"webpack-node-externals": "^3.0.0"
},
"jest": {
Expand Down
Loading

0 comments on commit 9342f68

Please sign in to comment.