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,9 +2528,9 @@
2528 2528
       }
2529 2529
     },
2530 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 2534
       "dev": true
2535 2535
     },
2536 2536
     "eslint-config-xo-react": {
@@ -9352,14 +9352,6 @@
9352 9352
         "slash": "1.0.0",
9353 9353
         "update-notifier": "2.3.0",
9354 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 9357
     "xo-init": {

+ 2
- 1
package.json View File

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