diff --git a/apps/fabric-example/android/build.gradle b/apps/fabric-example/android/build.gradle index 8e49f6c24579..82ceec0eb685 100644 --- a/apps/fabric-example/android/build.gradle +++ b/apps/fabric-example/android/build.gradle @@ -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() diff --git a/apps/fabric-example/package.json b/apps/fabric-example/package.json index 80003b03f9cf..87725fa2c6e6 100644 --- a/apps/fabric-example/package.json +++ b/apps/fabric-example/package.json @@ -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", diff --git a/packages/eslint-plugin-reanimated/types/index.d.ts b/packages/eslint-plugin-reanimated/types/index.d.ts index 1f58dd81a751..39887d3d1110 100644 --- a/packages/eslint-plugin-reanimated/types/index.d.ts +++ b/packages/eslint-plugin-reanimated/types/index.d.ts @@ -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 + >; }; diff --git a/yarn.lock b/yarn.lock index 3d67fbedd30c..26433db8ff30 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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: @@ -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" @@ -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" @@ -19568,16 +19560,6 @@ __metadata: languageName: node linkType: hard -"typescript@patch:typescript@npm%3A5.0.4#optional!builtin": - version: 5.0.4 - resolution: "typescript@patch:typescript@npm%3A5.0.4#optional!builtin::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, typescript@patch:typescript@npm%3A^3.9.5#optional!builtin, typescript@patch:typescript@npm%3A^3.9.7#optional!builtin": version: 3.9.10 resolution: "typescript@patch:typescript@npm%3A3.9.10#optional!builtin::version=3.9.10&hash=3bd3d3"