Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Asjas committed Oct 24, 2023
1 parent bc82a41 commit ca21088
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
21 changes: 15 additions & 6 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "prisma-redis-middleware",
"description": "Example of using Prisma Redis Middleware for caching results of queries in Redis",
"engines": {
"node": "^14.x || ^16.x || ^18.0.0",
"node": "^20.0.0",
"npm": "^10.0.0"
},
"author": "A-J Roos <[email protected]>",
Expand All @@ -27,7 +27,7 @@
"devDependencies": {
"@prisma/client": "5.4.2",
"@types/ioredis": "4.28.10",
"@types/node": "18.18.6",
"@types/node": "20.8.8",
"nodemon": "3.0.1",
"rimraf": "5.0.5",
"ts-node": "10.9.1",
Expand Down

0 comments on commit ca21088

Please sign in to comment.