Skip to content

fix: 修复package.json中依赖版本错误的问题 #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified harmony/keyboard_controller.har
Binary file not shown.
28 changes: 0 additions & 28 deletions harmony/keyboard_controller/oh-package-lock.json5

This file was deleted.

3 changes: 1 addition & 2 deletions harmony/keyboard_controller/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "@react-native-oh-tpl/react-native-keyboard-controller",
"version": "1.12.17-0.0.1",
"version": "1.12.7-0.0.2",
"description": " control keyboard show or hide",
"main": "Index.ets",
"author": "",
"license": "MIT License",
"dependencies": {
"@rnoh/react-native-openharmony": "file:../react_native_openharmony",
"@react-native-oh-tpl/react-native-reanimated": "file:../../node_modules/@react-native-oh-tpl/react-native-reanimated/harmony/reanimated.har"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-oh-tpl/react-native-keyboard-controller",
"version": "1.12.17-0.0.1",
"version": "1.12.7-0.0.1",
"description": "Keyboard manager which works in identical way on iOS and Android and harmony",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand All @@ -12,6 +12,7 @@
"lib",
"android",
"ios",
"harmony",
"cpp",
"react-native-keyboard-controller.podspec",
"jest",
Expand Down Expand Up @@ -106,7 +107,7 @@
"react": "*",
"react-native": "*",
"react-native-reanimated": ">=3.0.0",
"react-native-keyboard-controller": "1.12.17"
"react-native-keyboard-controller": "1.12.7"
},
"jest": {
"preset": "react-native",
Expand Down Expand Up @@ -165,6 +166,5 @@
},
"harmony": {
"alias": "react-native-keyboard-controller"
},
"exclude": ["harmony"]
}
}