Skip to content

Commit

Permalink
fix for..of transpilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jan 17, 2018
1 parent 1156837 commit 0fe23ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"autoprefixer": "^7.2.4",
"babel-jest": "^22.0.4",
"babel-preset-env": "^1.5.1",
"bili": "^1.6.0",
"bili": "^1.6.2",
"eslint-config-rem": "^4.0.0",
"jest": "^22.0.4",
"less": "^2.7.3",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -869,9 +869,9 @@ big.js@^3.1.3:
version "3.2.0"
resolved "https://registry.yarnpkg.com/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e"

bili@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/bili/-/bili-1.6.0.tgz#743b65f0c00620186eda2614bc80f13d4e40e858"
bili@^1.6.2:
version "1.6.2"
resolved "https://registry.yarnpkg.com/bili/-/bili-1.6.2.tgz#c152009762bc45a7ffab959b6d3fe28e06617f75"
dependencies:
babel-core "^6.26.0"
babel-plugin-alter-object-assign "^1.0.1"
Expand Down Expand Up @@ -903,7 +903,7 @@ bili@^1.6.0:
rollup-plugin-hashbang "^1.0.1"
rollup-plugin-json "^2.3.0"
rollup-plugin-node-resolve "^3.0.0"
rollup-plugin-postcss "^1.2.1"
rollup-plugin-postcss "^1.2.3"
rollup-plugin-replace "^2.0.0"
rollup-plugin-uglify "^2.0.1"
string-width "^2.1.1"
Expand Down Expand Up @@ -5003,9 +5003,9 @@ rollup-plugin-node-resolve@^3.0.0:
is-module "^1.0.0"
resolve "^1.1.6"

rollup-plugin-postcss@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/rollup-plugin-postcss/-/rollup-plugin-postcss-1.2.1.tgz#7b928f2fb597891d094b9a0807dd8e06e3453406"
rollup-plugin-postcss@^1.2.3:
version "1.2.4"
resolved "https://registry.yarnpkg.com/rollup-plugin-postcss/-/rollup-plugin-postcss-1.2.4.tgz#b8f476baf225d3267cc27ab44c25b03cc1d3bc67"
dependencies:
chalk "^2.0.0"
concat-with-sourcemaps "^1.0.5"
Expand Down

0 comments on commit 0fe23ad

Please sign in to comment.