Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chupapee committed Mar 29, 2024
1 parent 7e14939 commit 1fcc5b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"process:start": "node dist/index.js"
},
"dependencies": {
"@types/node": "^20.1.7",
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.0.3",
"firebase": "^9.22.0",
"nodemon": "^2.0.22",
"puppeteer": "^20.2.1",
"telegraf": "^4.12.2",
"telegraf-i18n": "^6.6.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"telegraf-i18n": "^6.6.0"
},
"devDependencies": {
"@types/node": "^20.1.7",
"eslint": "^8.42.0",
"eslint-kit": "^9.1.0",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.7",
"tsconfig-paths": "^4.2.0"
"tsconfig-paths": "^4.2.0",
"typescript": "^5.0.4"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4202,7 +4202,7 @@ ts-node@^10.9.1:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"

tsc-alias@^1.8.8:
tsc-alias@^1.8.7:
version "1.8.8"
resolved "https://registry.yarnpkg.com/tsc-alias/-/tsc-alias-1.8.8.tgz#48696af442b7656dd7905e37ae0bc332d80be3fe"
integrity sha512-OYUOd2wl0H858NvABWr/BoSKNERw3N9GTi3rHPK8Iv4O1UyUXIrTTOAZNHsjlVpXFOhpJBVARI1s+rzwLivN3Q==
Expand Down

0 comments on commit 1fcc5b1

Please sign in to comment.