Skip to content

Commit bcf6ead

Browse files
committed
change versions
1 parent 36625e5 commit bcf6ead

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ink-form",
33
"type": "module",
4-
"version": "2.0.1",
4+
"version": "2.0.0",
55
"description": "Complex user-friendly form component for React Ink",
66
"main": "lib/index.js",
77
"exports": "./lib/index.js",
@@ -45,8 +45,8 @@
4545
"prettier:write": "prettier --write ."
4646
},
4747
"peerDependencies": {
48-
"ink": "^4",
49-
"react": "^18"
48+
"ink": ">=4",
49+
"react": ">=18"
5050
},
5151
"dependencies": {
5252
"ink-select-input": "^5.0.0",

0 commit comments

Comments
 (0)