Skip to content

Commit

Permalink
update rn dbots (Picovoice#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored Dec 1, 2022
1 parent aabc4dc commit 1d03d86
Show file tree
Hide file tree
Showing 4 changed files with 2,240 additions and 2,196 deletions.
24 changes: 20 additions & 4 deletions binding/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@
"devDependencies": {
"@commitlint/config-conventional": "^8.3.4",
"@picovoice/react-native-voice-processor": "^1.0.4",
"@react-native-community/bob": "^0.16.2",
"@react-native-community/eslint-config": "^2.0.0",
"@release-it/conventional-changelog": "^5.1.1",
"@types/jest": "^26.0.0",
"@types/react": "^16.9.19",
"@types/react-native": "0.68.5",
"commitlint": "^8.3.5",
"commitlint": "^17.3.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
Expand All @@ -56,6 +55,7 @@
"prettier": "^2.0.5",
"react": "17.0.2",
"react-native": "0.68.5",
"react-native-builder-bob": "^0.18.3",
"release-it": "^15.4.1",
"typescript": "^4.9.3"
},
Expand Down Expand Up @@ -130,5 +130,21 @@
"typescript"
]
},
"dependencies": {}
}
"dependencies": {},
"files": [
"src",
"lib",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
"typescript"
]
}
}
Loading

0 comments on commit 1d03d86

Please sign in to comment.