Skip to content

Commit

Permalink
replace deprecates TS config rule, increase version of react-native-b…
Browse files Browse the repository at this point in the history
…uilder-bob (#1026)
  • Loading branch information
radetsky committed Oct 3, 2023
1 parent c761a83 commit 9bda981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/wrappers/themis/react-native-themis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"prettier": "^2.0.5",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-builder-bob": "^0.18.0",
"react-native-builder-bob": "^0.23.0",
"release-it": "^16.2.1",
"typescript": "^5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/themis/react-native-themis/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"esModuleInterop": true,
"importsNotUsedAsValues": "error",
"verbatimModuleSyntax": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"lib": ["esnext"],
Expand Down

0 comments on commit 9bda981

Please sign in to comment.