Browse Source

update deps

Daniel Zlotin 6 years ago
parent
commit
77b5ac87c0
2 changed files with 5 additions and 12 deletions
  1. 3
    11
      package-lock.json
  2. 2
    1
      package.json

+ 3
- 11
package-lock.json View File

2528
       }
2528
       }
2529
     },
2529
     },
2530
     "eslint-config-xo": {
2530
     "eslint-config-xo": {
2531
-      "version": "0.19.0",
2532
-      "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.19.0.tgz",
2533
-      "integrity": "sha512-RMGQv8UGWS/r8/2RT143H5BmESncz6i2LMEs/unUw1OjJwbeR8qaUOt4eAOHTggdWQlQlR8Y6XhPfgaPXDLKMA==",
2531
+      "version": "0.18.2",
2532
+      "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.18.2.tgz",
2533
+      "integrity": "sha1-ChVxIIdWGZKec1/9axhcQeihh68=",
2534
       "dev": true
2534
       "dev": true
2535
     },
2535
     },
2536
     "eslint-config-xo-react": {
2536
     "eslint-config-xo-react": {
9352
         "slash": "1.0.0",
9352
         "slash": "1.0.0",
9353
         "update-notifier": "2.3.0",
9353
         "update-notifier": "2.3.0",
9354
         "xo-init": "0.5.0"
9354
         "xo-init": "0.5.0"
9355
-      },
9356
-      "dependencies": {
9357
-        "eslint-config-xo": {
9358
-          "version": "0.18.2",
9359
-          "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.18.2.tgz",
9360
-          "integrity": "sha1-ChVxIIdWGZKec1/9axhcQeihh68=",
9361
-          "dev": true
9362
-        }
9363
       }
9355
       }
9364
     },
9356
     },
9365
     "xo-init": {
9357
     "xo-init": {

+ 2
- 1
package.json View File

49
   },
49
   },
50
   "devDependencies": {
50
   "devDependencies": {
51
     "xo": "0.18.x",
51
     "xo": "0.18.x",
52
-    "eslint-config-xo": "0.19.x",
52
+    "eslint-config-xo": "0.18.x",
53
     "eslint-config-xo-react": "0.14.x",
53
     "eslint-config-xo-react": "0.14.x",
54
     "eslint-plugin-react": "7.x.x",
54
     "eslint-plugin-react": "7.x.x",
55
     "detox": "5.x.x",
55
     "detox": "5.x.x",
147
         }
147
         }
148
       ],
148
       ],
149
       "react/jsx-tag-spacing": 0,
149
       "react/jsx-tag-spacing": 0,
150
+      "react/jsx-curly-brace-presence": 0,
150
       "react/jsx-sort-props": 0,
151
       "react/jsx-sort-props": 0,
151
       "react/jsx-boolean-value": 0,
152
       "react/jsx-boolean-value": 0,
152
       "react/prop-types": 0,
153
       "react/prop-types": 0,