Skip to content

Commit

Permalink
chore: change peer dept declaration and fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jianliao authored and Westbrook committed May 25, 2023
1 parent 5be9c7d commit a6bf2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cem-plugin-react-wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function genPackageJson(
"${dependencyPkgName}": "^${dependencyPkgVersion}"
},
"peerDependencies": {
"next": "^13.4.1 || latest",
"next": "~13.4",
},
"peerDependenciesMeta": {
"next": {
Expand Down

0 comments on commit a6bf2b1

Please sign in to comment.