Skip to content

Commit

Permalink
Merge pull request #326 from doo/qa
Browse files Browse the repository at this point in the history
v5.1.0
  • Loading branch information
StefanKScanbot authored Aug 26, 2024
2 parents 4c11ec1 + 28890f4 commit 6d77d89
Show file tree
Hide file tree
Showing 310 changed files with 16,427 additions and 42,738 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/latest" # Location of package manifests
directory: "./" # Location of package manifests
schedule:
interval: "weekly"
open-pull-requests-limit: 10
13 changes: 11 additions & 2 deletions latest/.gitignore → .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DerivedData
*.hmap
*.ipa
*.xcuserstate
ios/.xcode.env.local
**/.xcode.env.local

# Android/IntelliJ
#
Expand Down Expand Up @@ -56,11 +56,20 @@ yarn-error.log
*.jsbundle

# Ruby / CocoaPods
/ios/Pods/
**/Pods/
/vendor/bundle/

# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*

# testing
/coverage


#YARN v3
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
File renamed without changes.
File renamed without changes.
874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.4.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
6 changes: 0 additions & 6 deletions 0.64.X/.buckconfig

This file was deleted.

6 changes: 0 additions & 6 deletions 0.64.X/.eslintrc.js

This file was deleted.

3 changes: 0 additions & 3 deletions 0.64.X/.gitattributes

This file was deleted.

63 changes: 0 additions & 63 deletions 0.64.X/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions 0.64.X/.prettierrc.js

This file was deleted.

14 changes: 0 additions & 14 deletions 0.64.X/__tests__/App-test.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions 0.64.X/android/.project

This file was deleted.

55 changes: 0 additions & 55 deletions 0.64.X/android/app/_BUCK

This file was deleted.

Loading

0 comments on commit 6d77d89

Please sign in to comment.