Update all dependencies (#299)
This commit is contained in:
parent
078556e7d7
commit
1650f3f222
File diff suppressed because it is too large
Load Diff
49
package.json
49
package.json
|
@ -24,36 +24,35 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@remobile/react-native-toast": "^1.0.7",
|
||||
"@storybook/addons": "^3.4.0",
|
||||
"@storybook/react-native": "^3.4.0",
|
||||
"@storybook/addons": "^3.4.5",
|
||||
"@storybook/react-native": "^3.4.5",
|
||||
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
||||
"babel-plugin-transform-remove-console": "^6.9.1",
|
||||
"babel-plugin-transform-remove-console": "^6.9.4",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
"babel-preset-expo": "^4.0.0",
|
||||
"deep-equal": "^1.0.1",
|
||||
"ejson": "^2.1.2",
|
||||
"js-base64": "^2.4.3",
|
||||
"lodash": "^4.17.4",
|
||||
"js-base64": "^2.4.5",
|
||||
"lodash": "^4.17.10",
|
||||
"moment": "^2.22.1",
|
||||
"prop-types": "^15.6.1",
|
||||
"react": "^16.3.2",
|
||||
"react-clone-referenced-element": "^1.0.1",
|
||||
"react-emojione": "^5.0.0",
|
||||
"react-native": "^0.55.3",
|
||||
"react-native": "^0.55.4",
|
||||
"react-native-action-button": "^2.8.3",
|
||||
"react-native-actionsheet": "^2.4.1",
|
||||
"react-native-audio": "^4.0.0",
|
||||
"react-native-cached-image": "^1.4.3",
|
||||
"react-native-actionsheet": "^2.4.2",
|
||||
"react-native-audio": "^4.1.3",
|
||||
"react-native-easy-markdown": "git+https://github.com/diegolmello/react-native-easy-markdown.git",
|
||||
"react-native-fabric": "^0.5.1",
|
||||
"react-native-fast-image": "^4.0.8",
|
||||
"react-native-fast-image": "^4.0.14",
|
||||
"react-native-fetch-blob": "^0.10.8",
|
||||
"react-native-image-picker": "^0.26.7",
|
||||
"react-native-image-picker": "^0.26.10",
|
||||
"react-native-keyboard-aware-scroll-view": "^0.5.0",
|
||||
"react-native-keyboard-input": "git+https://github.com/RocketChat/react-native-keyboard-input.git",
|
||||
"react-native-keyboard-tracking-view": "git+https://github.com/RocketChat/react-native-keyboard-tracking-view.git",
|
||||
"react-native-meteor": "^1.2.0",
|
||||
"react-native-modal": "^5.4.0",
|
||||
"react-native-modal": "^6.0.0",
|
||||
"react-native-optimized-flatlist": "^1.0.4",
|
||||
"react-native-push-notification": "^3.0.1",
|
||||
"react-native-responsive-ui": "^1.1.1",
|
||||
|
@ -70,36 +69,36 @@
|
|||
"react-native-zeroconf": "^0.8.3",
|
||||
"react-navigation": "^1.5.11",
|
||||
"react-redux": "^5.0.6",
|
||||
"realm": "^2.3.4",
|
||||
"realm": "^2.6.0",
|
||||
"redux": "^4.0.0",
|
||||
"redux-enhancer-react-native-appstate": "^0.3.1",
|
||||
"redux-immutable-state-invariant": "^2.1.0",
|
||||
"redux-saga": "^0.16.0",
|
||||
"regenerator-runtime": "^0.11.1",
|
||||
"simple-markdown": "^0.3.3",
|
||||
"snyk": "^1.71.0",
|
||||
"simple-markdown": "^0.4.1",
|
||||
"snyk": "^1.80.1",
|
||||
"strip-ansi": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-storyshots": "^3.4.0",
|
||||
"babel-eslint": "^8.0.2",
|
||||
"babel-jest": "^22.4.3",
|
||||
"@storybook/addon-storyshots": "^3.4.5",
|
||||
"babel-eslint": "^8.2.3",
|
||||
"babel-jest": "^22.4.4",
|
||||
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"babel-preset-react-native": "^4.0.0",
|
||||
"codecov": "^3.0.0",
|
||||
"codecov": "^3.0.2",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-config-airbnb": "^16.1.0",
|
||||
"eslint-plugin-import": "^2.11.0",
|
||||
"eslint-plugin-import": "^2.12.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.0.3",
|
||||
"eslint-plugin-react": "^7.5.1",
|
||||
"eslint-plugin-react": "^7.8.2",
|
||||
"eslint-plugin-react-native": "^3.2.0",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jest": "^22.4.3",
|
||||
"jest-cli": "^22.4.3",
|
||||
"react-dom": "^16.3.1",
|
||||
"jest": "^22.4.4",
|
||||
"jest-cli": "^22.4.4",
|
||||
"react-dom": "^16.3.2",
|
||||
"react-native-bundle-visualizer": "^1.2.0",
|
||||
"react-test-renderer": "^16.3.1",
|
||||
"react-test-renderer": "^16.3.2",
|
||||
"reactotron-react-native": "^1.14.0",
|
||||
"reactotron-redux": "^1.13.0",
|
||||
"reactotron-redux-saga": "^1.13.0"
|
||||
|
|
Loading…
Reference in New Issue