Skip to content

Commit

Permalink
chore(deps): update dependency swr to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 18, 2024
1 parent aa106b0 commit e278a18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion next-modal-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-use": "17.4.0",
"swr": "1.3.0"
"swr": "2.2.5"
},
"devDependencies": {
"@types/node": "18.11.18",
Expand Down
2 changes: 1 addition & 1 deletion open-api-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"next": "12.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^1.3.0"
"swr": "^2.0.0"
},
"devDependencies": {
"@types/node": "18.11.18",
Expand Down
2 changes: 1 addition & 1 deletion swc-suspense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ky": "^0.33.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^1.3.0"
"swr": "^2.0.0"
},
"devDependencies": {
"@types/react": "^18.0.17",
Expand Down
2 changes: 1 addition & 1 deletion vitest-jest-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ky-universal": "0.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "1.3.0"
"swr": "2.2.5"
},
"devDependencies": {
"@testing-library/react": "13.4.0",
Expand Down

0 comments on commit e278a18

Please sign in to comment.