Skip to content

Commit 3fc3583

Browse files
committed
chore: updated package.json
1 parent b2eb28d commit 3fc3583

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
"@testing-library/react-native": "^7.2.0",
8282
"@types/detox": "^17.14.0",
8383
"@types/jest": "^26.0.20",
84+
"@types/lodash": "^4.14.170",
8485
"@types/react-native": "^0.64.0",
8586
"@types/react-native-vector-icons": "^6.4.6",
8687
"@types/react-test-renderer": "^16.9.2",
@@ -99,6 +100,8 @@
99100
"jest": "^26.6.3",
100101
"jest-circus": "^26.6.3",
101102
"jest-extended": "^0.11.5",
103+
"jest-styled-components": "^7.0.4",
104+
"jest-transform-stub": "^2.0.0",
102105
"lint-staged": "^10.5.3",
103106
"metro-react-native-babel-preset": "^0.64.0",
104107
"miragejs": "^0.1.41",
@@ -121,8 +124,5 @@
121124
"prettier --write .",
122125
"jest --bail --findRelatedTests"
123126
]
124-
},
125-
"jest": {
126-
"transform": {}
127127
}
128128
}

0 commit comments

Comments
 (0)