Skip to content

Commit

Permalink
Remove unused devDependencies (#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-gonet committed Jan 27, 2022
1 parent 0f18253 commit dfd4c5a
Show file tree
Hide file tree
Showing 4 changed files with 756 additions and 215 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@typescript-eslint/explicit-module-boundary-types": "off",
"import/named": "off",
"react/sort-comp": "off",
"react/no-unused-prop-types": "warn",
"prefer-const": [
"error",
{
Expand Down
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ PODS:
- React-perflogger (= 0.64.1)
- RNCMaskedView (0.1.10):
- React
- RNGestureHandler (2.1.0):
- RNGestureHandler (2.2.0):
- React-Core
- RNReanimated (2.0.0):
- DoubleConversion
Expand Down Expand Up @@ -522,7 +522,7 @@ SPEC CHECKSUMS:
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
FBLazyVector: 7b423f9e248eae65987838148c36eec1dbfe0b53
FBReactNativeSpec: dffe7a712f18a59b1b0cbd342d29732e87b8c6ac
FBReactNativeSpec: 1bd717f1941d53703966699ed5e854e15fae4ec5
Flipper: 1bd2db48dcc31e4b167b9a33ec1df01c2ded4893
Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
Flipper-Folly: 755929a4f851b2fb2c347d533a23f191b008554c
Expand Down Expand Up @@ -560,7 +560,7 @@ SPEC CHECKSUMS:
React-runtimeexecutor: ff951a0c241bfaefc4940a3f1f1a229e7cb32fa6
ReactCommon: bedc99ed4dae329c4fcf128d0c31b9115e5365ca
RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f
RNGestureHandler: e5c7cab5f214503dcefd6b2b0cefb050e1f51c4a
RNGestureHandler: bf572f552ea324acd5b5464b8d30755b2d8c1de6
RNReanimated: 64f6c5789f82818c07ba3c71864b73619cb23c76
RNScreens: 2ad555d4d9fa10b91bb765ca07fe9b29d59573f0
Yoga: a7de31c64fe738607e7a3803e3f591a4b1df7393
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"prop-types": "^15.7.2"
},
"jest": {
"preset": "jest-react-native",
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/lib/"
]
Expand All @@ -81,11 +81,10 @@
"eslint-config-satya164": "^3.1.8",
"eslint-import-resolver-babel-module": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^26.0.0",
"expo": "^35.0.1",
"flow-bin": "^0.98.0",
"husky": "^0.14.3",
"jest": "^24.7.1",
"jest-react-native": "16.0.0",
"lint-staged": "^10.2.11",
"metro-react-native-babel-preset": "^0.64.0",
"prettier": "^2.2.1",
Expand Down
Loading

0 comments on commit dfd4c5a

Please sign in to comment.