Skip to content

Commit 2d7d332

Browse files
chore(examples): upgrade next package dependencies
next ^10.0.0 → ^11.1.2 react ^17.0.1 → ^17.0.2 react-dom ^17.0.1 → ^17.0.2
1 parent affa5e3 commit 2d7d332

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/next/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
},
77
"dependencies": {
88
"html-react-parser": "../../",
9-
"next": "^10.0.0",
10-
"react": "^17.0.1",
11-
"react-dom": "^17.0.1"
9+
"next": "^11.1.2",
10+
"react": "^17.0.2",
11+
"react-dom": "^17.0.2"
1212
}
1313
}

0 commit comments

Comments
 (0)