Skip to content

Commit 9b18104

Browse files
committed
chore(flow): update flow-bin
1 parent 6bc7e55 commit 9b18104

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.flowconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
flow
1212

1313
[options]
14-
unsafe.enable_getters_and_setters=true
14+
#unsafe.enable_getters_and_setters=true
1515
suppress_comment= \\(.\\|\n\\)*\\$flow-disable-line

flow/declarations.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ declare type PathToRegexpOptions = {
1111
}
1212

1313
declare module 'path-to-regexp' {
14-
declare var exports: {
14+
declare module.exports: {
1515
(path: string, keys?: Array<?{ name: string }>, options?: PathToRegexpOptions): RouteRegExp;
1616
compile: (path: string) => (params: Object) => string;
1717
}

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"eslint-plugin-vue-libs": "^2.1.0",
5353
"express": "^4.16.2",
5454
"express-urlrewrite": "^1.2.0",
55-
"flow-bin": "^0.56.0",
55+
"flow-bin": "^0.66.0",
5656
"gitbook-plugin-edit-link": "^2.0.2",
5757
"gitbook-plugin-github": "^3.0.0",
5858
"gitbook-plugin-theme-vuejs": "^1.1.0",

0 commit comments

Comments
 (0)