Skip to content

Commit

Permalink
chore: update react version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni authored and wangxingkang committed Nov 21, 2023
1 parent 8ad5edc commit 891a448
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"PR: Underlying Tools": ":hammer: Underlying Tools"
},
"cacheDir": ".changelog"
}
},
"registry": "https://registry.npmjs.org/"
}
6 changes: 3 additions & 3 deletions packages/gesture-password-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"build": "node ../../node_modules/@walrus/pansy/dist/cli.js"
},
"peerDependencies": {
"react": "^16.8.5"
"react": "*"
},
"dependencies": {
"@alitajs/gesture-password": "1.1.0"
},
"devDependencies": {
"@types/react": "^16.9.11",
"react": "^16.12.0"
"@types/react": "*",
"react": "*"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 891a448

Please sign in to comment.