Skip to content

Commit

Permalink
feat: upgraded next-cache-tags on example
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasconstantino committed Jan 2, 2023
1 parent 3746536 commit 96e82ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default handler

## Example

Checkout the [./examples/redis](./examples/redis/) project for a complete, yet simple, use case.
Checkout the [./examples/redis](./examples/redis/) project for a complete, yet simple, use case. This project is deployed [here](https://next-cache-tags-redis-example.vercel.app/alphabet).

## License

Expand Down
2 changes: 1 addition & 1 deletion examples/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"classnames": "^2.3.2",
"next": "12.x.x",
"next-cache-tags": "^0.1.1",
"next-cache-tags": "^0.2.1",
"react": "18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/redis/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ nanoid@^3.3.4:
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==

next-cache-tags@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/next-cache-tags/-/next-cache-tags-0.1.1.tgz#5c99b7ffb259d17ffb941118f803856c44777fe9"
integrity sha512-hkJmi4pkup9WhHnmsOtRXf0EXGF3Mvqr9iWgB9OkscJZ71DZQ3Oj8B1++gIhEe6K7MJDqorhJZha8iuhwwgBNQ==
next-cache-tags@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/next-cache-tags/-/next-cache-tags-0.2.1.tgz#79469ce9d88ad99182d1f5f0b023f83345e11cb9"
integrity sha512-0WYS20LOks3QmxpS/G1DeH+NDFzQSgHE4THYwgK91xkqBM4VKC135z5Wd8MG2a0BTlIjKfwVnQ+W+85HbFMUeg==

next@12.x.x:
version "12.3.4"
Expand Down

1 comment on commit 96e82ad

@vercel
Copy link

@vercel vercel bot commented on 96e82ad Jan 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.