Skip to content

Commit

Permalink
Merge pull request #68 from gadingnst/dependabot/npm_and_yarn/main/ne…
Browse files Browse the repository at this point in the history
…xt-13.1.2

fix(deps): bump next from 13.0.0 to 13.1.2
  • Loading branch information
Gading Nasution committed Jan 17, 2023
2 parents 5297567 + 744ce51 commit 2856dcd
Show file tree
Hide file tree
Showing 3 changed files with 415 additions and 418 deletions.
5 changes: 1 addition & 4 deletions apps/swr-global-state-demo/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
module.exports = {
reactStrictMode: true,
experimental: {
transpilePackages: ['swr-global-state']
}
reactStrictMode: true
};
2 changes: 1 addition & 1 deletion apps/swr-global-state-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"swr-global-state": "*",
"next": "13.0.0",
"next": "13.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

1 comment on commit 2856dcd

@vercel
Copy link

@vercel vercel bot commented on 2856dcd Jan 17, 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.