Skip to content

Commit 78d7a66

Browse files
committed
chore: remove detox dep coz we don't use it
1 parent a248c45 commit 78d7a66

File tree

4 files changed

+2432
-491
lines changed

4 files changed

+2432
-491
lines changed

example/e2e/init.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable jest/no-jasmine-globals, import/no-commonjs */
1+
/* eslint-disable import/no-commonjs */
22

33
const detox = require('detox');
44
const config = require('../../package.json').detox;

example/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@types/react-native-restart": "^0.0.0",
1717
"color": "^3.1.2",
1818
"expo": "^36.0.2",
19-
"expo-asset": "~8.0.0",
20-
"expo-blur": "^8.0.0",
19+
"expo-asset": "~8.1.1",
20+
"expo-blur": "~8.1.0",
2121
"react": "~16.9.0",
2222
"react-dom": "~16.9.0",
2323
"react-native": "~0.61.5",
@@ -28,15 +28,15 @@
2828
"react-native-safe-area-context": "^0.7.3",
2929
"react-native-screens": "^2.3.0",
3030
"react-native-tab-view": "2.13.0",
31-
"react-native-unimodules": "^0.7.0",
31+
"react-native-unimodules": "^0.8.1",
3232
"react-native-web": "^0.11.7"
3333
},
3434
"devDependencies": {
35-
"@expo/webpack-config": "^0.11.7",
35+
"@expo/webpack-config": "^0.11.9",
3636
"@types/react": "^16.9.23",
3737
"@types/react-native": "^0.61.22",
38-
"babel-preset-expo": "^8.0.0",
39-
"expo-cli": "^3.13.8",
38+
"babel-preset-expo": "^8.1.0",
39+
"expo-cli": "^3.15.5",
4040
"typescript": "^3.7.5"
4141
}
4242
}

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@
2626
},
2727
"devDependencies": {
2828
"@babel/plugin-proposal-class-properties": "^7.8.3",
29-
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
30-
"@babel/preset-env": "^7.8.7",
31-
"@babel/preset-flow": "^7.8.3",
32-
"@babel/preset-react": "^7.8.3",
33-
"@babel/preset-typescript": "^7.8.3",
34-
"@babel/runtime": "^7.8.7",
29+
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
30+
"@babel/preset-env": "^7.9.0",
31+
"@babel/preset-flow": "^7.9.0",
32+
"@babel/preset-react": "^7.9.4",
33+
"@babel/preset-typescript": "^7.9.0",
34+
"@babel/runtime": "^7.9.2",
3535
"@commitlint/config-conventional": "^8.3.4",
3636
"@types/jest": "^25.1.4",
37+
"babel-jest": "^25.2.1",
3738
"codecov": "^3.6.5",
3839
"commitlint": "^8.3.5",
3940
"core-js": "^3.6.4",
40-
"detox": "^16.0.0",
4141
"eslint": "^6.8.0",
42-
"eslint-config-satya164": "^3.1.5",
42+
"eslint-config-satya164": "^3.1.6",
4343
"husky": "^4.2.3",
4444
"jest": "^25.1.0",
4545
"lerna": "^3.20.2",
46-
"prettier": "^2.0.1",
46+
"prettier": "^2.0.2",
4747
"typescript": "^3.7.5"
4848
},
4949
"resolutions": {

0 commit comments

Comments
 (0)