Skip to content

Commit

Permalink
Merge pull request #2262 from hawkrives/update-sc-babel-plugin
Browse files Browse the repository at this point in the history
update babel-plugin-styled-components
  • Loading branch information
hawkrives committed Sep 24, 2018
2 parents aba77c4 + 33ec644 commit 4e05d5f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
1 change: 0 additions & 1 deletion modules/gob-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
},
"devDependencies": {
"babel-loader": "^8.0.0",
"babel-plugin-styled-components": "^1.7.1",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"babel-eslint": "^9.0.0",
"babel-jest": "^23.4.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-styled-components": "^1.5.1",
"babel-plugin-styled-components": "^1.7.1",
"babel-stdin": "^2.0.0",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
Expand Down
24 changes: 1 addition & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@
dependencies:
"@babel/types" "^7.0.0"

"@babel/helper-annotate-as-pure@^7.0.0-beta.37":
version "7.0.0-beta.44"
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0-beta.44.tgz#8ecf33cc5235295afcc7f160a63cab17ce7776f4"
dependencies:
"@babel/types" "7.0.0-beta.44"

"@babel/helper-builder-binary-assignment-operator-visitor@^7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz#6b69628dfe4087798e0c4ed98e3d4a6b2fbd2f5f"
Expand Down Expand Up @@ -667,14 +661,6 @@
globals "^11.1.0"
lodash "^4.17.10"

"@babel/types@7.0.0-beta.44":
version "7.0.0-beta.44"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
dependencies:
esutils "^2.0.2"
lodash "^4.2.0"
to-fast-properties "^2.0.0"

"@babel/types@7.0.0-beta.53", "@babel/types@^7.0.0-beta.49":
version "7.0.0-beta.53"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.53.tgz#19a461c0da515595dfb6740b4b45dc7bb0e6b375"
Expand Down Expand Up @@ -1305,14 +1291,6 @@ babel-plugin-lodash@^3.3.4:
lodash "^4.17.10"
require-package-name "^2.0.1"

babel-plugin-styled-components@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.5.1.tgz#31dbeb696d1354d1585e60d66c7905f5e474afcd"
dependencies:
"@babel/helper-annotate-as-pure" "^7.0.0-beta.37"
babel-types "^6.26.0"
stylis "^3.0.0"

babel-plugin-styled-components@^1.7.1:
version "1.7.1"
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.7.1.tgz#c291d2a48ec77bb0828275b87696b6594a2f80f9"
Expand Down Expand Up @@ -7918,7 +7896,7 @@ stylis-rule-sheet@^0.0.10:
version "0.0.10"
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz#44e64a2b076643f4b52e5ff71efc04d8c3c4a430"

stylis@^3.0.0, stylis@^3.5.0:
stylis@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.0.tgz#016fa239663d77f868fef5b67cf201c4b7c701e1"

Expand Down

0 comments on commit 4e05d5f

Please sign in to comment.