Skip to content

Commit

Permalink
fix: upgrade minor modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tangimds committed Jul 14, 2022
1 parent 234528c commit cc25532
Show file tree
Hide file tree
Showing 6 changed files with 228 additions and 34 deletions.
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "api_monsuivipsy",
"version": "0.1.0",
"mobileAppVersion": "1.31.7",
"mobileAppBuildNumber": 126,
"mobileAppVersion": "1.31.8",
"mobileAppBuildNumber": 127,
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled true
versionCode 126
versionName "1.31.7"
versionCode 127
versionName "1.31.8"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {
// We configure the NDK build only if you decide to opt-in for the New Architecture.
Expand Down
4 changes: 2 additions & 2 deletions app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "monsuivipsy",
"displayName": "Mon Suivi Psy",
"version": {
"buildNumber": 126,
"buildName": "1.31.7"
"buildNumber": 127,
"buildName": "1.31.8"
}
}
8 changes: 4 additions & 4 deletions app/ios/monsuivipsy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -708,13 +708,13 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 126;
CURRENT_PROJECT_VERSION = 127;
DEVELOPMENT_TEAM = 76GBKHVK25;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = monsuivipsy/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.31.7;
MARKETING_VERSION = 1.31.8;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -737,12 +737,12 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 126;
CURRENT_PROJECT_VERSION = 127;
DEVELOPMENT_TEAM = 76GBKHVK25;
INFOPLIST_FILE = monsuivipsy/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.31.7;
MARKETING_VERSION = 1.31.8;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
14 changes: 7 additions & 7 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "monsuivipsy",
"version": "1.31.7",
"buildNumber": 126,
"version": "1.31.8",
"buildNumber": 127,
"private": true,
"scripts": {
"get-ip": "./get-ip.sh",
Expand All @@ -25,22 +25,22 @@
"printWidth": 110
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.13.2",
"@react-native-async-storage/async-storage": "^1.17.7",
"@react-native-community/art": "react-native-community/art",
"@react-native-community/checkbox": "^0.5.6",
"@react-native-community/datetimepicker": "^3.5.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^5.9.9",
"@react-native-community/push-notification-ios": "^1.10.1",
"@react-native-picker/picker": "^2.2.0",
"@react-native-picker/picker": "^2.4.2",
"@react-navigation/material-top-tabs": "^5.3.10",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"csv-parser": "^3.0.0",
"date-fns": "^2.16.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"fetch-retry": "^5.0.2",
"fetch-retry": "^5.0.3",
"fs": "^0.0.1-security",
"ip-anonymize": "^0.1.0",
"prettier": "^2.5.1",
Expand Down Expand Up @@ -69,8 +69,8 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@babel/core": "^7.18.6",
"@babel/runtime": "^7.18.6",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
Expand Down
Loading

0 comments on commit cc25532

Please sign in to comment.