Skip to content

Commit

Permalink
Upgrade flow and eslint-plugin-flowtype
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Jun 27, 2017
1 parent d9c0430 commit 0562598
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
unsafe.enable_getters_and_setters=true

[version]
0.42.0
0.48.0
1 change: 1 addition & 0 deletions flow-interfaces/point-geometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ declare module "point-geometry" {
declare class Point {
x: number;
y: number;
constructor(x: number, y: number): Point;
clone(): Point;
add(point: Point): Point;
sub(point: Point): Point;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"envify": "^4.0.0",
"eslint": "3.12.1",
"eslint-config-mourner": "^2.0.0",
"eslint-plugin-flowtype": "^2.20.0",
"eslint-plugin-flowtype": "^2.34.0",
"eslint-plugin-html": "^2.0.0",
"flow-bin": "^0.42.0",
"flow-bin": "^0.48.0",
"flow-remove-types": "^1.0.4",
"github-slugger": "^1.1.1",
"gl": "^4.0.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2292,9 +2292,9 @@ eslint-config-mourner@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/eslint-config-mourner/-/eslint-config-mourner-2.0.1.tgz#84e00f44ca373248b4d8d87fc3bbaa3b2a769a9d"

eslint-plugin-flowtype@^2.20.0:
version "2.30.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.30.0.tgz#3054a265f9c8afe3046c3d41b72d32a736f9b4ae"
eslint-plugin-flowtype@^2.34.0:
version "2.34.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.34.0.tgz#b9875f314652e5081623c9d2b18a346bbb759c09"
dependencies:
lodash "^4.15.0"

Expand Down Expand Up @@ -2586,9 +2586,9 @@ flatten@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"

flow-bin@^0.42.0:
version "0.42.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.42.0.tgz#05dd754b6b052de7b150f9210e2160746961e3cf"
flow-bin@^0.48.0:
version "0.48.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.48.0.tgz#72d075143524358db8901525e3c784dc13a7c7ee"

flow-remove-types@^1.0.4, flow-remove-types@^1.1.2:
version "1.2.0"
Expand Down

0 comments on commit 0562598

Please sign in to comment.