Skip to content

Commit

Permalink
chore(examples): upgrade next package dependencies
Browse files Browse the repository at this point in the history
 next       ^10.0.0  β†’  ^11.1.2
 react      ^17.0.1  β†’  ^17.0.2
 react-dom  ^17.0.1  β†’  ^17.0.2
  • Loading branch information
remarkablemark committed Sep 5, 2021
1 parent affa5e3 commit 2d7d332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/next/package.json
Expand Up @@ -6,8 +6,8 @@
},
"dependencies": {
"html-react-parser": "../../",
"next": "^10.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"next": "^11.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}

0 comments on commit 2d7d332

Please sign in to comment.