Selaa lähdekoodia

Upgrade NPM dependencies/packages: react-native 0.50

master
Lyubo Marinov 8 vuotta sitten
vanhempi
commit
81f57c024e
3 muutettua tiedostoa jossa 7 lisäystä ja 7 poistoa
  1. 3
    3
      .flowconfig
  2. 3
    3
      package-lock.json
  3. 1
    1
      package.json

+ 3
- 3
.flowconfig Näytä tiedosto

@@ -29,12 +29,12 @@ suppress_type=$FlowFixMeProps
29 29
 suppress_type=$FlowFixMeState
30 30
 suppress_type=$FixMe
31 31
 
32
-suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(5[0-3]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
33
-suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(5[0-3]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
32
+suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(5[0-6]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
33
+suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(5[0-6]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
34 34
 suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
35 35
 suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
36 36
 
37 37
 unsafe.enable_getters_and_setters=true
38 38
 
39 39
 [version]
40
-^0.53.0
40
+^0.56.0

+ 3
- 3
package-lock.json Näytä tiedosto

@@ -2990,9 +2990,9 @@
2990 2990
       }
2991 2991
     },
2992 2992
     "flow-bin": {
2993
-      "version": "0.53.0",
2994
-      "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.53.0.tgz",
2995
-      "integrity": "sha1-94MOYJygKxLbQScRQhPMzHwHcbk=",
2993
+      "version": "0.56.0",
2994
+      "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.56.0.tgz",
2995
+      "integrity": "sha1-zkMJIgOjRLqb9jwMq+ldlRRfbK0=",
2996 2996
       "dev": true
2997 2997
     },
2998 2998
     "flush-write-stream": {

+ 1
- 1
package.json Näytä tiedosto

@@ -39,7 +39,7 @@
39 39
     "eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#v0.1",
40 40
     "eslint-plugin-flowtype": "2.39.1",
41 41
     "eslint-plugin-import": "2.8.0",
42
-    "flow-bin": "0.53.0",
42
+    "flow-bin": "0.56.0",
43 43
     "jasmine-core": "2.5.2",
44 44
     "karma": "0.13.22",
45 45
     "karma-chrome-launcher": "0.2.3",

Loading…
Peruuta
Tallenna