Skip to content

Commit

Permalink
Move some devDependencies to dependencies
Browse files Browse the repository at this point in the history
Dependencies required to compile the app have been moved from
devDependencies to dependencies to resolve issue #2611.
  • Loading branch information
samholmes committed Jun 10, 2021
1 parent 3820ce3 commit f544b09
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"@react-native-firebase/iid": "^10.0.0",
"@react-native-firebase/messaging": "^10.0.0",
"async-lock": "^1.1.2",
"babel-loader": "^8.0.5",
"biggystring": "^3.0.2",
"cleaners": "^0.3.7",
"core-js": "^2.5.2",
Expand All @@ -114,7 +115,12 @@
"edge-currency-monero": "^0.3.2",
"edge-exchange-plugins": "^0.11.28",
"edge-login-ui-rn": "^0.9.5",
"edge-plugin-bity": "https://github.com/EdgeApp/edge-plugin-bity.git#f04ee29c23bf5621f87dedb6d2fb1c83a18781bc",
"edge-plugin-simplex": "https://github.com/EdgeApp/edge-plugin-simplex.git#efb0f2280192894e4c24e28e297d0e466f2d333b",
"edge-plugin-wyre": "https://github.com/EdgeApp/edge-plugin-wyre.git#5aa2379dbd4045b8a514427b442bd59ca57c21b0",
"jetifier": "^1.6.5",
"lodash": "^4.17.19",
"patch-package": "^6.2.2",
"qrcode-generator": "^1.4.4",
"react": "17.0.1",
"react-native": "0.64.1",
Expand Down Expand Up @@ -160,8 +166,11 @@
"redux": "^4.1.0",
"redux-flipper": "^1.4.2",
"redux-thunk": "^2.3.0",
"rollup": "^1.1.2",
"rollup-plugin-node-resolve": "4.0.0",
"sprintf-js": "^1.1.1",
"url-parse": "^1.4.4",
"webpack-cli": "^3.2.3",
"why-did-you-update": "^0.1.1"
},
"devDependencies": {
Expand All @@ -171,11 +180,7 @@
"appcenter-cli": "^2.7.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.0.5",
"body-parser": "^1.18.2",
"edge-plugin-bity": "https://github.com/EdgeApp/edge-plugin-bity.git#f04ee29c23bf5621f87dedb6d2fb1c83a18781bc",
"edge-plugin-simplex": "https://github.com/EdgeApp/edge-plugin-simplex.git#efb0f2280192894e4c24e28e297d0e466f2d333b",
"edge-plugin-wyre": "https://github.com/EdgeApp/edge-plugin-wyre.git#5aa2379dbd4045b8a514427b442bd59ca57c21b0",
"eslint": "^7.14.0",
"eslint-config-standard-kit": "0.15.1",
"eslint-plugin-detox": "^1.0.0",
Expand All @@ -193,18 +198,13 @@
"husky": "^4.3.0",
"jest": "^26.6.3",
"jest-junit": "^12.1.0",
"jetifier": "^1.6.5",
"lint-staged": "^10.5.3",
"metro-react-native-babel-preset": "^0.64.0",
"patch-package": "^6.2.2",
"prettier": "^2.2.0",
"react-test-renderer": "17.0.1",
"rollup": "^1.1.2",
"rollup-plugin-node-resolve": "4.0.0",
"sucrase": "^3.15.0",
"updot": "^1.1.7",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3"
"webpack": "^4.29.3"
},
"detox": {
"test-runner": "jest",
Expand Down

0 comments on commit f544b09

Please sign in to comment.