-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #758 from eisbuk/chore/repo-maintenance-1
Chore/repo maintenance 1
- Loading branch information
Showing
265 changed files
with
9,141 additions
and
12,855 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,3 @@ | ||
{ | ||
"mismatchedVersions": [ | ||
{ | ||
"dependencyName": "firebase-admin", | ||
"versions": [ | ||
{ | ||
"projects": ["@eisbuk/backup-restore"], | ||
"version": "^11.0.1" | ||
}, | ||
{ | ||
"projects": [ | ||
"@eisbuk/client", | ||
"@eisbuk/e2e", | ||
"@eisbuk/firestore-process-delivery", | ||
"@eisbuk/functions" | ||
], | ||
"version": "^9.4.2" | ||
} | ||
] | ||
}, | ||
{ | ||
"dependencyName": "@firebase/app", | ||
"versions": [ | ||
{ | ||
"projects": [ | ||
"@eisbuk/client", | ||
"@eisbuk/react-redux-firebase-firestore" | ||
], | ||
"version": "0.7.2" | ||
}, | ||
{ | ||
"projects": ["@eisbuk/e2e"], | ||
"version": "^0.7.20" | ||
} | ||
] | ||
}, | ||
{ | ||
"dependencyName": "@firebase/firestore", | ||
"versions": [ | ||
{ | ||
"projects": [ | ||
"@eisbuk/client", | ||
"@eisbuk/react-redux-firebase-firestore" | ||
], | ||
"version": "3.1.0" | ||
}, | ||
{ | ||
"projects": ["@eisbuk/e2e"], | ||
"version": "^3.4.7" | ||
} | ||
] | ||
}, | ||
{ | ||
"dependencyName": "firebase", | ||
"versions": [ | ||
{ | ||
"projects": [ | ||
"@eisbuk/client", | ||
"@eisbuk/react-redux-firebase-firestore" | ||
], | ||
"version": "9.1.1" | ||
}, | ||
{ | ||
"projects": [ | ||
"@eisbuk/firestore-process-delivery", | ||
"@eisbuk/functions" | ||
], | ||
"version": "^8.2.4" | ||
} | ||
] | ||
} | ||
] | ||
"mismatchedVersions": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#@ def checkout(fetchdepth=1): | ||
uses: actions/checkout@v2 | ||
with: | ||
submodules: "recursive" | ||
fetch-depth: #@ fetchdepth | ||
#@ end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.