We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca868c commit c3ae05bCopy full SHA for c3ae05b
package.json
@@ -21,16 +21,16 @@
21
},
22
"devDependencies": {
23
"babel-eslint": "10.0.1",
24
- "babel-jest": "^23.6.0",
25
- "babel-preset-airbnb": "^3.2.0",
+ "babel-jest": "23.6.0",
+ "babel-preset-airbnb": "3.2.0",
26
"babel-preset-react-native": "4.0.1",
27
"eslint": "5.12.0",
28
- "eslint-config-airbnb": "^17.1.0",
+ "eslint-config-airbnb": "17.1.0",
29
"eslint-plugin-import": "2.14.0",
30
"eslint-plugin-jsx-a11y": "6.1.2",
31
"eslint-plugin-prefer-object-spread": "1.2.1",
32
"eslint-plugin-react": "7.12.3",
33
- "jest": "^23.6.0",
+ "jest": "23.6.0",
34
"react-test-renderer": "16.3.2"
35
36
"jest": {
0 commit comments