Sfoglia il codice sorgente

Upgrade NPM dependencies/packages: react-native 0.50

master
Lyubo Marinov 8 anni fa
parent
commit
81f57c024e
3 ha cambiato i file con 7 aggiunte e 7 eliminazioni
  1. 3
    3
      .flowconfig
  2. 3
    3
      package-lock.json
  3. 1
    1
      package.json

+ 3
- 3
.flowconfig Vedi File

29
 suppress_type=$FlowFixMeState
29
 suppress_type=$FlowFixMeState
30
 suppress_type=$FixMe
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
 suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
34
 suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
35
 suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
35
 suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
36
 
36
 
37
 unsafe.enable_getters_and_setters=true
37
 unsafe.enable_getters_and_setters=true
38
 
38
 
39
 [version]
39
 [version]
40
-^0.53.0
40
+^0.56.0

+ 3
- 3
package-lock.json Vedi File

2990
       }
2990
       }
2991
     },
2991
     },
2992
     "flow-bin": {
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
       "dev": true
2996
       "dev": true
2997
     },
2997
     },
2998
     "flush-write-stream": {
2998
     "flush-write-stream": {

+ 1
- 1
package.json Vedi File

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

Loading…
Annulla
Salva