Skip to content

Commit

Permalink
refactor: bump dependencies (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
stayradiated authored Jan 10, 2024
1 parent 5e70ce5 commit d19f25a
Show file tree
Hide file tree
Showing 20 changed files with 773 additions and 483 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pnpm run dev
```shell
cp .env.template .env.test

# update DATABASE_URL to point to Postgre
# update DATABASE_URL to point to Postgres
edit .env.test

# install dependencies (if you haven't already)
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"tidy": "xo --fix",
"tidy:check": "xo",
"test": "env-cmd -f .env.test -- vitest --watch=false",
"test": "TZ=UTC env-cmd -f .env.test -- vitest --watch=false",
"build": "prisma generate && tsc",
"start": "node ./dist/index.js",
"dev": "nodemon -I --exec node --experimental-specifier-resolution=node --loader ts-node/esm ./src/index.ts",
Expand All @@ -30,29 +30,29 @@
},
"homepage": "https://github.com/Runn-Fast/handover#readme",
"devDependencies": {
"@types/node": "20.4.2",
"del-cli": "5.0.0",
"@types/node": "20.10.8",
"del-cli": "5.1.0",
"env-cmd": "10.1.0",
"nodemon": "3.0.1",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"vitest": "0.33.0",
"xo": "0.55.0"
"nodemon": "3.0.2",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"vitest": "1.1.3",
"xo": "0.56.0"
},
"dependencies": {
"@prisma/client": "5.0.0",
"@slack/bolt": "3.13.2",
"@slack/web-api": "6.8.1",
"@stayradiated/error-boundary": "4.1.0",
"@prisma/client": "5.8.0",
"@slack/bolt": "3.17.0",
"@slack/web-api": "6.11.2",
"@stayradiated/error-boundary": "4.2.1",
"cilly": "1.0.25",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.0",
"mem": "9.0.2",
"openai": "3.3.0",
"p-queue": "7.3.4",
"prisma": "5.0.0",
"regex-parser": "2.2.11",
"zod": "3.21.4"
"openai": "4.24.2",
"p-queue": "8.0.1",
"prisma": "5.8.0",
"regex-parser": "2.3.0",
"zod": "3.22.4"
},
"xo": {
"space": true,
Expand Down
Loading

0 comments on commit d19f25a

Please sign in to comment.