We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf671d1 commit d80b53dCopy full SHA for d80b53d
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "lilin-project",
+ "name": "taror-project",
3
"private": true,
4
"workspaces": [
5
"packages/*"
packages/nextjs/package.json
@@ -88,10 +88,8 @@
88
"react-dom": "^17.0.2"
89
},
90
"peerDependencies": {
91
- "fibers": ">= 3.1.0",
92
- "next": "^11.1.4",
93
- "node-sass": "^4.0.0 || ^5.0.0",
94
- "react": "^17.0.2",
95
- "react-dom": "^17.0.2"
+ "next": ">=11.1.4",
+ "react": ">=17.0.2",
+ "react-dom": ">=17.0.2"
96
}
97
0 commit comments