Merge pull request #268 from ZynerOrg/renovate/tsconfig-paths-4.x

Update dependency tsconfig-paths to v4
This commit is contained in:
Axel Olausson Holtenäs 2022-05-17 09:35:47 +02:00 committed by GitHub
commit 5cd086b110
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -33,6 +33,8 @@ Xyter is an open source, multi-purpose Discord bot that is develoepd by students
If you liked this repository, feel free to leave a star ⭐ to help promote Xyter! If you liked this repository, feel free to leave a star ⭐ to help promote Xyter!
**For a more updated documentation visit [this site](https://xyter.zyner.org/)!**
## ❗ Features ## ❗ Features
**10+** commands and counting across **13** different categories! **10+** commands and counting across **13** different categories!
@ -58,8 +60,6 @@ Xyter also comes packed with a variety of features, such as:
- Code optimisation - Code optimisation
- New discord features - New discord features
- Suggestions we deem very good. - Suggestions we deem very good.
- Rewrite to TypeScript
- Make it API-driven
Some more is available in issues Some more is available in issues

View file

@ -39,7 +39,7 @@
"mongoose": "^6.2.3", "mongoose": "^6.2.3",
"node-schedule": "^2.1.0", "node-schedule": "^2.1.0",
"ts-node": "^10.7.0", "ts-node": "^10.7.0",
"tsconfig-paths": "^3.14.1", "tsconfig-paths": "^4.0.0",
"typescript": "^4.6.3", "typescript": "^4.6.3",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"winston-daily-rotate-file": "^4.6.1" "winston-daily-rotate-file": "^4.6.1"