Skip to content

Commit

Permalink
make sure next version is >= 12
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Jul 27, 2022
1 parent cfce33c commit f985a49
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/blog/package.json
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"react": "*",
"react-dom": "*",
"next": "*",
"next": ">=12",
"nextra": "workspace:*",
"nextra-theme-blog": "workspace:*"
}
}
}
2 changes: 1 addition & 1 deletion examples/docs/package.json
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"react": "*",
"react-dom": "*",
"next": "*",
"next": ">=12",
"nextra": "workspace:*",
"nextra-theme-docs": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/swr-site/package.json
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"react": "*",
"react-dom": "*",
"next": "*",
"next": ">=12",
"@reach/skip-nav": "^0.16.0",
"focus-visible": "^5.1.0",
"intersection-observer": "^0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra-theme-blog/package.json
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"nextra": "workspace:*",
"next": "*",
"next": ">=12",
"react": "*",
"react-dom": "*",
"concurrently": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra-theme-docs/package.json
Expand Up @@ -86,7 +86,7 @@
"react-dom": ">=16.13.1"
},
"devDependencies": {
"next": "*",
"next": ">=12",
"react": "*",
"react-dom": "*",
"nextra": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra/package.json
Expand Up @@ -101,7 +101,7 @@
"@types/react": "*",
"@types/react-dom": "*",
"@types/webpack": "^5.28.0",
"next": "*",
"next": ">=12",
"react": "*",
"react-dom": "*",
"tsup": "*"
Expand Down

0 comments on commit f985a49

Please sign in to comment.