mirror of
https://github.com/Xevion/bus-reminder.git
synced 2025-12-07 22:06:33 -06:00
Raise typescript version, expand setup details in README with Node v18 specification
This commit is contained in:
@@ -42,6 +42,15 @@ might be easier (although I require Node APIs, I believe).
|
|||||||
- [Upstash][upstash] for Redis (free)
|
- [Upstash][upstash] for Redis (free)
|
||||||
- [Discord][discord] to deliver notifications via Bot account.
|
- [Discord][discord] to deliver notifications via Bot account.
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
- Requires Node v18 (`Intl.supportedValuesOf` will issue type errors otherwise)
|
||||||
|
- Requires credentials specified in `.env` (use [`.env.example`](./.env.example) as a template)
|
||||||
|
- Redis
|
||||||
|
- Discord
|
||||||
|
- Life360 (username, password)
|
||||||
|
- Optional: Loki (logging)
|
||||||
|
|
||||||
[nextjs]: https://nextjs.org/
|
[nextjs]: https://nextjs.org/
|
||||||
[life360-node-api]: https://github.com/kaylathedev/life360-node-api
|
[life360-node-api]: https://github.com/kaylathedev/life360-node-api
|
||||||
[vercel]: https://vercel.com
|
[vercel]: https://vercel.com
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
"react-simple-code-editor": "^0.13.1",
|
"react-simple-code-editor": "^0.13.1",
|
||||||
"sass": "^1.58.3",
|
"sass": "^1.58.3",
|
||||||
"tailwindcss": "^3.2.7",
|
"tailwindcss": "^3.2.7",
|
||||||
"typescript": "4.9.5",
|
"typescript": "^5.1.3",
|
||||||
"zod": "^3.20.6"
|
"zod": "^3.20.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -1023,10 +1023,10 @@ tslib@^2.4.0, tslib@^2.4.1:
|
|||||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
|
||||||
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
|
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
|
||||||
|
|
||||||
typescript@4.9.5:
|
typescript@^5.1.3:
|
||||||
version "4.9.5"
|
version "5.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
|
||||||
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
|
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
|
||||||
|
|
||||||
undici@^5.13.0:
|
undici@^5.13.0:
|
||||||
version "5.20.0"
|
version "5.20.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user