Skip to content
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
6 changes: 3 additions & 3 deletions apps/fabric-example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ allprojects {
buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 21
minSdkVersion = 23
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "25.1.8937393"
kotlinVersion = "1.8.0"
ndkVersion = "26.1.10909125"
kotlinVersion = "1.9.22"
}
repositories {
google()
Expand Down
2 changes: 2 additions & 0 deletions apps/fabric-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.22.3",
"@react-native-community/cli": "13.6.4",
"@react-native-community/cli-platform-android": "13.6.4",
"@react-native-community/slider": "^4.5.0",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-native-picker/picker": "^2.7.0",
Expand Down
6 changes: 5 additions & 1 deletion packages/eslint-plugin-reanimated/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import type { TSESLint } from '@typescript-eslint/utils';
export declare const rules: {
'animated-style-non-animated-component': TSESLint.RuleModule<"animatedStyle" | "sharedValue", [], TSESLint.RuleListener>;
'animated-style-non-animated-component': TSESLint.RuleModule<
'animatedStyle' | 'sharedValue',
[],
TSESLint.RuleListener
>;
};
24 changes: 3 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10422,7 +10422,7 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^8.0.0-0, eslint@npm:^8.57.0":
"eslint@npm:^8.57.0":
version: 8.57.0
resolution: "eslint@npm:8.57.0"
dependencies:
Expand Down Expand Up @@ -11083,6 +11083,8 @@ __metadata:
"@babel/preset-env": "npm:^7.20.0"
"@babel/runtime": "npm:^7.20.0"
"@react-native-async-storage/async-storage": "npm:^1.22.3"
"@react-native-community/cli": "npm:13.6.4"
"@react-native-community/cli-platform-android": "npm:13.6.4"
"@react-native-community/slider": "npm:^4.5.0"
"@react-native-masked-view/masked-view": "npm:^0.3.1"
"@react-native-picker/picker": "npm:^2.7.0"
Expand Down Expand Up @@ -19538,16 +19540,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.0.4":
version: 5.0.4
resolution: "typescript@npm:5.0.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/e5c3adff09a138c0e27d13b5bb2b106ca17a162ffa945d66161669c265c65436309c5817358a2af1abb69d07440d358f8c1ed7cbb63a2c8680e19b9c268fe4ef
languageName: node
linkType: hard

"typescript@npm:^3.9.10, typescript@npm:^3.9.5, typescript@npm:^3.9.7":
version: 3.9.10
resolution: "typescript@npm:3.9.10"
Expand All @@ -19568,16 +19560,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.0.4#optional!builtin<compat/typescript>":
version: 5.0.4
resolution: "typescript@patch:typescript@npm%3A5.0.4#optional!builtin<compat/typescript>::version=5.0.4&hash=b5f058"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/b1b62606c7ec75efe9edc61e195d9e69f0440cac1bcd111dfa864f839255f0d9a7b79869f2823559c608826fc0c9894d2917ae4063e0aa06f5d0784a35170497
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^3.9.10#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^3.9.5#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^3.9.7#optional!builtin<compat/typescript>":
version: 3.9.10
resolution: "typescript@patch:typescript@npm%3A3.9.10#optional!builtin<compat/typescript>::version=3.9.10&hash=3bd3d3"
Expand Down