Skip to content

Commit

Permalink
Update dependency babel-plugin-filter-imports to v2.0.4 (#19242)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and newmuis committed Nov 16, 2018
1 parent 5083967 commit c25ae36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"autoprefixer": "9.3.1",
"ava": "0.25.0",
"babel-eslint": "10.0.1",
"babel-plugin-filter-imports": "2.0.3",
"babel-plugin-filter-imports": "2.0.4",
"babel-plugin-istanbul": "5.1.0",
"babel-plugin-transform-commonjs-es2015-modules": "4.0.1",
"babel-plugin-transform-react-jsx": "6.24.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2032,12 +2032,12 @@ babel-plugin-espower@^2.3.2:
espurify "^1.6.0"
estraverse "^4.1.1"

babel-plugin-filter-imports@2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/babel-plugin-filter-imports/-/babel-plugin-filter-imports-2.0.3.tgz#21f2773d0d74558986dd7af89f6f753d5fa92da3"
integrity sha512-s2vbul45NHOI665jcJvvIdzZLMIKgUdhofGEbxXn7GxfEB6SePCUbj2qBPjV9oqHuYBQucih/tRhO/GJu8mPkg==
babel-plugin-filter-imports@2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/babel-plugin-filter-imports/-/babel-plugin-filter-imports-2.0.4.tgz#9209b708ed3b228349c4e6f660358bf02685e803"
integrity sha512-Ra4VylqMFsmTJCUeLRJ/OP2ZqO0cCJQK2HKihNTnoKP4f8IhxHKL4EkbmfkwGjXCeDyXd0xQ6UTK8Nd+h9V/SQ==
dependencies:
"@babel/types" "^7.0.0"
"@babel/types" "^7.1.5"
lodash "^4.17.11"

babel-plugin-istanbul@5.1.0:
Expand Down

0 comments on commit c25ae36

Please sign in to comment.