Skip to content

Commit d80b53d

Browse files
committed
fix: peer deps
1 parent bf671d1 commit d80b53d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "lilin-project",
2+
"name": "taror-project",
33
"private": true,
44
"workspaces": [
55
"packages/*"

packages/nextjs/package.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,8 @@
8888
"react-dom": "^17.0.2"
8989
},
9090
"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"
91+
"next": ">=11.1.4",
92+
"react": ">=17.0.2",
93+
"react-dom": ">=17.0.2"
9694
}
9795
}

0 commit comments

Comments
 (0)