Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • twiggers/ThaliApp
1 result
Show changes
Commits on Source (4)
......@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip
......@@ -47,54 +47,54 @@
}
},
"dependencies": {
"@react-native-community/cli": "^1.9.5",
"i18next": "^14.1.1",
"i18next-react-native-language-detector": "^1.0.2",
"metro-config": "^0.54.1",
"metro-core": "^0.51.1",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"@react-native-community/cli": "1.9.5",
"i18next": "14.1.1",
"i18next-react-native-language-detector": "1.0.2",
"metro-config": "0.54.1",
"metro-core": "0.51.1",
"moment": "2.24.0",
"prop-types": "15.7.2",
"react": "16.8.3",
"react-i18next": "^9.0.10",
"react-i18next": "9.0.10",
"react-native": "0.59.8",
"react-native-dotenv": "^0.2.0",
"react-native-drawer": "^2.3.0",
"react-native-dotenv": "0.2.0",
"react-native-drawer": "2.5.1",
"react-native-firebase": "5.0.0-rc0",
"react-native-linear-gradient": "^2.4.0",
"react-native-locale-detector": "^1.0.1",
"react-native-render-html": "^4.1.1",
"react-native-sentry": "^0.39.0",
"react-native-share": "^1.1.3",
"react-native-snackbar": "^0.4.7",
"react-native-vector-icons": "^6.3.0",
"react-navigation": "^2.18.3",
"react-redux": "^5.1.1",
"redux": "^4.0.1",
"redux-saga": "^0.16.0"
"react-native-linear-gradient": "2.5.4",
"react-native-locale-detector": "1.0.1",
"react-native-render-html": "4.1.2",
"react-native-sentry": "0.39.1",
"react-native-share": "1.1.3",
"react-native-snackbar": "0.4.7",
"react-native-vector-icons": "6.4.2",
"react-navigation": "2.18.3",
"react-redux": "5.1.1",
"redux": "4.0.1",
"redux-saga": "0.16.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-proposal-optional-chaining": "7.2.0",
"@babel/plugin-transform-flow-strip-types": "7.4.4",
"@babel/plugin-transform-runtime": "7.4.4",
"@babel/preset-env": "7.4.5",
"@babel/preset-react": "7.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-native": "^3.7.0",
"i18next-scanner": "^2.10.1",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.1",
"metro-react-native-babel-transformer": "^0.54.1",
"react-native-git-upgrade": "^0.2.7",
"react-test-renderer": "^16.8.6",
"redux-mock-store": "^1.5.3",
"redux-saga-test-plan": "^3.2.0"
"babel-eslint": "10.0.1",
"babel-jest": "24.8.0",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-react-native": "3.7.0",
"i18next-scanner": "2.10.1",
"jest": "24.8.0",
"metro-react-native-babel-preset": "0.54.1",
"metro-react-native-babel-transformer": "0.54.1",
"react-native-git-upgrade": "0.2.7",
"react-test-renderer": "16.8.6",
"redux-mock-store": "1.5.3",
"redux-saga-test-plan": "3.7.0"
}
}
This diff is collapsed.