Skip to content

Commit 3d98db3

Browse files
committed
smaller adjustments
1 parent ea25547 commit 3d98db3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
/dist
1313
*.tsbuildinfo
1414

15-
# ESLint
15+
# Cache
1616
.eslintcache

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"typescript": "^5.4.3"
6565
},
6666
"peerDependencies": {
67-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
68-
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
67+
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
68+
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
6969
}
7070
}

0 commit comments

Comments
 (0)