Skip to content

Update dependencies. #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 46 commits into from
Jan 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
8f843c8
Update dependencies (non-major)
renovate-bot Nov 8, 2021
a2635b0
Merge pull request #75 from Lunotte/renovate/dependencies-non-major
Lunotte Nov 9, 2021
7c9af07
ajout information sur repo
Lunotte Nov 11, 2021
a4da093
Update dependencies (non-major)
renovate-bot Nov 11, 2021
33230ba
Merge pull request #77 from Lunotte/renovate/dependencies-non-major
Lunotte Nov 13, 2021
82b9c4b
Update dependency com.android.tools.build:gradle to v4.2.2
renovate-bot Nov 13, 2021
a38d582
Merge pull request #78 from Lunotte/renovate/com.android.tools.build-…
Lunotte Nov 13, 2021
407f214
Update .travis.yml
Lunotte Nov 13, 2021
dbedf21
Bump tmpl from 1.0.4 to 1.0.5
dependabot[bot] Nov 13, 2021
0828cfb
Update .travis.yml
Lunotte Nov 13, 2021
a83bf48
Merge branch 'master' into dependabot/npm_and_yarn/tmpl-1.0.5
Lunotte Nov 13, 2021
5685862
Merge pull request #81 from Lunotte/dependabot/npm_and_yarn/tmpl-1.0.5
Lunotte Nov 13, 2021
59a6377
Update dependency gradle to v6.9.1
renovate-bot Nov 13, 2021
0a2b31b
Merge pull request #79 from Lunotte/renovate/gradle-6.x
Lunotte Nov 13, 2021
819cd61
Update FLIPPER_VERSION to v0.119.0 (#80)
renovate[bot] Nov 13, 2021
4130ea8
1.0.1
Lunotte Nov 14, 2021
5751c00
Update publish.yml
Lunotte Nov 14, 2021
a2804ea
Update publish.yml
Lunotte Nov 14, 2021
210f450
Update publish.yml
Lunotte Nov 14, 2021
df001cf
Update publish.yml
Lunotte Nov 14, 2021
4354c92
Merge branch 'Livraison' into master
Lunotte Nov 14, 2021
8ce3bf2
Update dependencies (non-major) (#91)
renovate[bot] Nov 16, 2021
2c9f7ef
Update FLIPPER_VERSION to v0.121.0 (#93)
renovate[bot] Nov 24, 2021
9f7563d
Update dependencies (non-major) (#92)
renovate[bot] Nov 24, 2021
cf5e26f
Merge branch 'Livraison' into master
Lunotte Nov 26, 2021
60c9fc7
Update FLIPPER_VERSION to v0.123.0 (#94)
renovate[bot] Dec 7, 2021
ca869f6
Update dependency json-schema to 0.4.0 [SECURITY] (#99)
renovate[bot] Dec 7, 2021
bf70201
Update dependencies (non-major) (#100)
renovate[bot] Dec 7, 2021
c51434f
Update dependency @types/lodash to v4.14.178
renovate-bot Dec 9, 2021
80729c2
Update dependencies (non-major)
renovate-bot Dec 10, 2021
da491fc
Update dependencies (non-major) to v27.4.4
renovate-bot Dec 10, 2021
45f0426
Update dependencies (non-major)
renovate-bot Dec 14, 2021
f945385
Update FLIPPER_VERSION to v0.125.0 (#105)
renovate[bot] Dec 15, 2021
2694acb
Update dependency react-native-reanimated to v2.3.1
renovate-bot Dec 15, 2021
a49ff08
Corriger les versions erronnées (#108)
Lunotte Dec 15, 2021
988b63b
Update dependencies (non-major)
renovate-bot Dec 18, 2021
6bf52db
Update dependencies (non-major)
renovate-bot Dec 23, 2021
564a754
Update dependency @types/react-native to v0.66.10
renovate-bot Dec 25, 2021
7b34654
Update dependencies (non-major) to v5.8.1
renovate-bot Dec 28, 2021
01bcd75
Update dependencies (non-major)
renovate-bot Dec 31, 2021
3864850
Update FLIPPER_VERSION to v0.127.0 (#110)
renovate[bot] Jan 1, 2022
de32234
Update dependency gradle to v6.9.2 (#112)
renovate[bot] Jan 1, 2022
716ad38
Update dependencies (non-major) (#116)
renovate[bot] Jan 1, 2022
ab2b019
Fix problème de build
Lunotte Jan 2, 2022
cd5097a
ajout fichier de configuration npm
Lunotte Jan 2, 2022
6caffa2
supprimer fichier de configuration npm
Lunotte Jan 2, 2022
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
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Publish
run: npm publish --access public --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ android.useAndroidX=true
android.enableJetifier=true

# Version of flipper SDK to use with React Native
FLIPPER_VERSION=0.119.0
FLIPPER_VERSION=0.126.0
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading