diff --git a/apps/common-app/package.json b/apps/common-app/package.json index ececc21993f4..cd9084db1e61 100644 --- a/apps/common-app/package.json +++ b/apps/common-app/package.json @@ -36,8 +36,7 @@ "react-native-reanimated": "workspace:*", "react-native-safe-area-context": "5.1.0", "react-native-screens": "4.5.0", - "react-native-svg": "15.11.1", - "react-strict-dom": "0.0.27" + "react-native-svg": "15.11.1" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/apps/tvos-example/ios/Podfile.lock b/apps/tvos-example/ios/Podfile.lock index aae625c4ac2f..5841c27773a9 100644 --- a/apps/tvos-example/ios/Podfile.lock +++ b/apps/tvos-example/ios/Podfile.lock @@ -1892,4 +1892,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 79e1477a8eb76b717bdd7c1610f7f8e6772536a9 -COCOAPODS: 1.16.1 +COCOAPODS: 1.14.3 diff --git a/apps/web-example/package.json b/apps/web-example/package.json index 926abecf301a..9d45dff6731d 100644 --- a/apps/web-example/package.json +++ b/apps/web-example/package.json @@ -6,8 +6,6 @@ "scripts": { "start": "expo start --web", "start:noplugin": "DISABLE_BABEL_PLUGIN=1 yarn start", - "lint": "eslint --max-warnings=0 .", - "format": "prettier --write --list-different .", "production": "yarn expo export -p web && yarn serve dist --single", "build": "" },