Skip to content

Commit 3d98db3

Browse files
committed
smaller adjustments
1 parent ea25547 commit 3d98db3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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)