Skip to content

Commit 2d9a817

Browse files
committed
fix: 部分引用插件版本还原
解决方案:NA 影响范围:all 关联工单:NA 更新版本:NA
1 parent fa82856 commit 2d9a817

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"typecheck": "tsc --noEmit",
3232
"lint": "eslint \"**/*.{js,ts,tsx}\"",
3333
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
34-
"prepare": "husky install",
34+
"prepare": "bob build",
3535
"release": "release-it"
3636
},
3737
"keywords": [
@@ -50,11 +50,11 @@
5050
"registry": "https://registry.npmjs.org/"
5151
},
5252
"devDependencies": {
53-
"@commitlint/cli": "19.7.1",
54-
"@commitlint/config-conventional": "19.7.1",
53+
"@commitlint/cli": "17.0.2",
54+
"@commitlint/config-conventional": "17.0.2",
5555
"@evilmartians/lefthook": "^1.5.0",
5656
"@react-native/eslint-config": "^0.72.2",
57-
"@release-it/conventional-changelog": "^10.0.0",
57+
"@release-it/conventional-changelog": "^5.0.0",
5858
"@types/jest": "^28.1.2",
5959
"@types/react": "~17.0.21",
6060
"@types/react-native": "0.70.0",

0 commit comments

Comments
 (0)