build(my-joy-beta): remove styled-components babel plugin
This commit is contained in:
parent
3db639d2a9
commit
8f786ae278
@ -1,6 +1,3 @@
|
||||
{
|
||||
"presets": "joyent-portal",
|
||||
"plugins": [
|
||||
"styled-components"
|
||||
]
|
||||
"presets": "joyent-portal"
|
||||
}
|
||||
|
16
yarn.lock
16
yarn.lock
@ -1083,11 +1083,11 @@ babel-plugin-minify-type-constructors@^0.2.0:
|
||||
babel-helper-is-void-0 "^0.2.0"
|
||||
|
||||
babel-plugin-styled-components@^1.3.0:
|
||||
version "1.3.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.3.0.tgz#9e4d9f718b2975dadbfab0bc1c6793d93c751404"
|
||||
version "1.4.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.4.0.tgz#3a2207a1852770a383f0106ca85aded4f3e3488f"
|
||||
dependencies:
|
||||
babel-types "^6.26.0"
|
||||
stylis "3.x"
|
||||
stylis "^3.0.0"
|
||||
|
||||
babel-plugin-syntax-async-functions@^6.8.0:
|
||||
version "6.13.0"
|
||||
@ -2647,8 +2647,8 @@ copy-concurrently@^1.0.0:
|
||||
run-queue "^1.0.0"
|
||||
|
||||
copy-webpack-plugin@^4.3.0:
|
||||
version "4.3.0"
|
||||
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-4.3.0.tgz#cfdf4d131c78d66917a1bb863f86630497aacf42"
|
||||
version "4.3.1"
|
||||
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-4.3.1.tgz#19ba6370bf6f8e263cbd66185a2b79f2321a9302"
|
||||
dependencies:
|
||||
cacache "^10.0.1"
|
||||
find-cache-dir "^1.0.0"
|
||||
@ -3505,8 +3505,8 @@ es6-object-assign@~1.1.0:
|
||||
resolved "https://registry.yarnpkg.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz#c2c3582656247c39ea107cb1e6652b6f9f24523c"
|
||||
|
||||
es6-promise@^4.0.5, es6-promise@^4.1.1:
|
||||
version "4.2.1"
|
||||
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.1.tgz#3b98a6714ba1b9267428b2c00e6265b16dab0205"
|
||||
version "4.2.2"
|
||||
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.2.tgz#f722d7769af88bd33bc13ec6605e1f92966b82d9"
|
||||
|
||||
es6-set@~0.1.5:
|
||||
version "0.1.5"
|
||||
@ -10178,7 +10178,7 @@ stylelint@^8.4.0:
|
||||
svg-tags "^1.0.0"
|
||||
table "^4.0.1"
|
||||
|
||||
stylis@3.x, stylis@^3.4.0:
|
||||
stylis@^3.0.0, stylis@^3.4.0:
|
||||
version "3.4.5"
|
||||
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.5.tgz#d7b9595fc18e7b9c8775eca8270a9a1d3e59806e"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user