From 9c3fd3cc3f9a87a76a6613c7fa2efc8098bf6927 Mon Sep 17 00:00:00 2001 From: Ben Conolly Date: Wed, 9 Oct 2019 14:17:05 +1100 Subject: [PATCH] fixes --- .changeset/mighty-tips-dance.md | 5 +++++ package.json | 2 +- packages/website/package.json | 2 +- yarn.lock | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 .changeset/mighty-tips-dance.md diff --git a/.changeset/mighty-tips-dance.md b/.changeset/mighty-tips-dance.md new file mode 100644 index 00000000..88b84540 --- /dev/null +++ b/.changeset/mighty-tips-dance.md @@ -0,0 +1,5 @@ +--- +'@brisk-docs/website': patch +--- + +Pin version of `babel-plugin-styled-components` to avoid a bug in that package diff --git a/package.json b/package.json index 76a091fc..b7bba1c6 100644 --- a/package.json +++ b/package.json @@ -165,7 +165,7 @@ "@typescript-eslint/parser": "^1.4.2", "babel-eslint": "^10.0.1", "babel-plugin-emotion": "^10.0.9", - "babel-plugin-styled-components": "^1.10.0", + "babel-plugin-styled-components": "1.10.0", "bolt": "^0.23.2", "css-loader": "^1.0.0", "cypress": "^3.1.5", diff --git a/packages/website/package.json b/packages/website/package.json index 3377dd7b..3e865142 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -91,7 +91,7 @@ "babel-loader": "^8.0.5", "babel-merge": "^3.0.0", "babel-plugin-emotion": "^10.0.9", - "babel-plugin-styled-components": "^1.10.0", + "babel-plugin-styled-components": "1.10.0", "babel-plugin-transform-dynamic-import": "^2.1.0", "babel-plugin-transform-flow-strip-types": "^6.22.0", "command-line-args": "^5.0.2", diff --git a/yarn.lock b/yarn.lock index 090d19c9..adac902f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3815,9 +3815,9 @@ babel-plugin-react-require@3.0.0: resolved "https://packages.atlassian.com/api/npm/npm-remote/babel-plugin-react-require/-/babel-plugin-react-require-3.0.0.tgz#2e4e7b4496b93a654a1c80042276de4e4eeb20e3" integrity sha1-Lk57RJa5OmVKHIAEInbeTk7rIOM= -babel-plugin-styled-components@^1.10.0: +babel-plugin-styled-components@1.10.0: version "1.10.0" - resolved "https://packages.atlassian.com/api/npm/npm-remote/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.0.tgz#ff1f42ad2cc78c21f26b62266b8f564dbc862939" + resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.0.tgz#ff1f42ad2cc78c21f26b62266b8f564dbc862939" integrity sha512-sQVKG8irFXx14ZfaK1bBePirfkacl3j8nZwSZK+ZjsbnadRHKQTbhXbe/RB1vT6Vgkz45E+V95LBq4KqdhZUNw== dependencies: "@babel/helper-annotate-as-pure" "^7.0.0"