Skip to content

Commit

Permalink
Update some dependencies to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
yasharAyari committed Oct 10, 2018
1 parent 1913f5d commit 70f3f64
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
21 changes: 9 additions & 12 deletions .babelrc
@@ -1,29 +1,26 @@
{
"env": {
"development": {
"presets": ["react-native"],
"presets": ["module:metro-react-native-babel-preset"],
"plugins": [
"transform-react-jsx-source",
"transform-decorators-legacy",
"transform-decorators",
"@babel/plugin-transform-react-jsx-source",
["@babel/plugin-proposal-decorators", { "legacy": true }],
"transform-class-properties"
]
},
"production": {
"presets": ["react-native"],
"presets": ["module:metro-react-native-babel-preset"],
"plugins": [
"transform-react-jsx-source",
"transform-decorators-legacy",
"transform-decorators",
"@babel/plugin-transform-react-jsx-source",
["@babel/plugin-proposal-decorators", { "legacy": true }],
"transform-class-properties"
]
},
"test": {
"presets": ["react-native"],
"presets": ["module:metro-react-native-babel-preset"],
"plugins": [
"transform-react-jsx-source",
"transform-decorators-legacy",
"transform-decorators",
"@babel/plugin-transform-react-jsx-source",
["@babel/plugin-proposal-decorators", { "legacy": true }],
"transform-class-properties"
]
}
Expand Down
21 changes: 12 additions & 9 deletions package.json
Expand Up @@ -44,35 +44,34 @@
"history": "^4.7.2",
"https-browserify": "0.0.1",
"lisk-elements": "=1.0.0",
"lottie-react-native": "=2.3.2",
"lottie-react-native": "=2.5.7",
"moment": "^2.22.0",
"numeral": "^2.0.6",
"path-browserify": "0.0.0",
"process": "^0.11.10",
"prop-types": "^15.6.0",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"react": "16.2.0",
"react-native": "0.52.0",
"react": "16.5.0",
"react-native": "0.57.1",
"react-native-app-settings": "^2.0.0",
"react-native-background-timer": "^2.0.1",
"react-native-camera": "^1.2.0",
"react-native-camera-kit": "^6.2.6",
"react-native-camera-roll-picker": "^1.2.3",
"react-native-crypto": "^2.1.2",
"react-native-elements": "^0.19.0",
"react-native-fingerprint-scanner": "^2.4.0",
"react-native-http": "github:tradle/react-native-http#834492d",
"react-native-keyboard-accessory": "0.0.12",
"react-native-keyboard-accessory": "0.1.5",
"react-native-keyboard-aware-scroll-view": "^0.6.0",
"react-native-keychain": "^3.0.0",
"react-native-level-fs": "^3.0.1",
"react-native-linear-gradient": "^2.4.0",
"react-native-linear-gradient": "^2.4.2",
"react-native-modal": "^6.1.0",
"react-native-os": "^1.2.1",
"react-native-permissions": "^1.1.1",
"react-native-qrcode-svg": "^5.1.0",
"react-native-randombytes": "^3.2.0",
"react-native-randombytes": "^3.5.0",
"react-native-svg": "^5.3.0",
"react-native-svg-uri": "^1.2.3",
"react-native-switch-pro": "^1.0.0-beta",
Expand All @@ -98,6 +97,9 @@
"vm-browserify": "0.0.4"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.1.0",
"@babel/plugin-transform-react-jsx-source": "^7.0.0",
"@babel/preset-stage-2": "^7.0.0",
"asyncstorage-down": "^4.0.1",
"babel-core": "^6.26.3",
"babel-eslint": "=8.0.2",
Expand All @@ -108,7 +110,6 @@
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-native": "4.0.0",
"eslint": "=4.9.0",
"eslint-config-airbnb": "=15.1.0",
"eslint-config-airbnb-base": "=12.1.0",
Expand All @@ -121,11 +122,13 @@
"jest-cli": "^22.4.2",
"jest-fetch-mock": "^1.6.2",
"jest-runner-eslint": "^0.6.0",
"metro-react-native-babel-preset": "^0.45.6",
"moxios": "^0.4.0",
"react-test-renderer": "16.3.1",
"redux-connect-decorator": "^0.2.0",
"redux-mock-store": "^1.5.3",
"rn-nodeify": "github:mvayngrib/rn-nodeify"
"rn-nodeify": "github:mvayngrib/rn-nodeify",
"schedule": "^0.4.0"
},
"react-native": {
"zlib": "browserify-zlib",
Expand Down

0 comments on commit 70f3f64

Please sign in to comment.