Skip to content

Commit

Permalink
(1.0.12) bump eslint-plugin-stripe
Browse files Browse the repository at this point in the history
  • Loading branch information
danwang committed May 24, 2017
1 parent d896dc7 commit 8329689
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambdanwang",
"version": "1.0.10",
"version": "1.0.12",
"main": "dist/index.js",
"scripts": {
"flow": "flow",
Expand Down Expand Up @@ -31,7 +31,7 @@
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-stripe": "^1.0.1",
"eslint-plugin-stripe": "^1.0.2",
"flow-bin": "^0.46.0",
"flow-typed": "^2.1.2",
"jest-cli": "^20.0.1"
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ babel-core@^6.0.0, babel-core@^6.24.0, babel-core@^6.24.1:
slash "^1.0.0"
source-map "^0.5.0"

babel-eslint@^7.2.1:
babel-eslint@^7.2.1, babel-eslint@^7.2.3:
version "7.2.3"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-7.2.3.tgz#b2fe2d80126470f5c19442dc757253a897710827"
dependencies:
Expand Down Expand Up @@ -1333,7 +1333,7 @@ eslint-module-utils@^2.0.0:
debug "2.2.0"
pkg-dir "^1.0.0"

eslint-plugin-flowtype@^2.30.4, eslint-plugin-flowtype@^2.33.0:
eslint-plugin-flowtype@^2.33.0:
version "2.33.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.33.0.tgz#b2783814ed2ddcf729953b8f65ff73c90cabee4b"
dependencies:
Expand Down Expand Up @@ -1393,16 +1393,16 @@ eslint-plugin-react@^6.10.3:
jsx-ast-utils "^1.3.4"
object.assign "^4.0.4"

eslint-plugin-stripe@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-stripe/-/eslint-plugin-stripe-1.0.1.tgz#a37f3a45322b1eeab355429823ab4514e6111885"
eslint-plugin-stripe@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-stripe/-/eslint-plugin-stripe-1.0.2.tgz#b3163c395dd8855787198c2a2bcf6dfab87756cb"
dependencies:
babel-core "^6.24.0"
babel-eslint "^7.2.1"
babel-eslint "^7.2.3"
babel-plugin-syntax-trailing-function-commas "^6.22.0"
babel-plugin-transform-flow-strip-types "^6.22.0"
eslint-plugin-flowtype "^2.30.4"
flow-bin "^0.42.0"
eslint-plugin-flowtype "^2.33.0"
flow-bin "^0.45.0"

eslint@^3.3.0:
version "3.19.0"
Expand Down Expand Up @@ -1611,9 +1611,9 @@ flat-cache@^1.2.1:
graceful-fs "^4.1.2"
write "^0.2.1"

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.45.0:
version "0.45.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.45.0.tgz#009dd0f577a3f665c74ca8be827ae8c2dd8fd6b5"

flow-bin@^0.46.0:
version "0.46.0"
Expand Down

0 comments on commit 8329689

Please sign in to comment.