Skip to content

Commit

Permalink
Update example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
klis87 committed Feb 13, 2024
1 parent a476194 commit c67e7cf
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 26 deletions.
37 changes: 15 additions & 22 deletions examples/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@babel/polyfill": "7.12.1",
"@normy/react-query": "0.14.0",
"@normy/react-query": "0.14.2",
"@tanstack/react-query": "5.4.3",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/rtk-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@babel/polyfill": "7.12.1",
"@normy/rtk-query": "0.1.0",
"@normy/rtk-query": "0.1.3",
"@reduxjs/toolkit": "^2.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@babel/polyfill": "7.12.1",
"@normy/swr": "0.1.0",
"@normy/swr": "0.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "2.2.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@babel/polyfill": "7.12.1",
"@normy/react-query": "0.14.0",
"@normy/react-query": "0.14.2",
"@tanstack/react-query": "5.4.3",
"@trpc/client": "11.0.0-next.92",
"@trpc/react-query": "11.0.0-next.92",
Expand Down

0 comments on commit c67e7cf

Please sign in to comment.