Skip to content

Commit

Permalink
chore(components): remove duplicate scss-to-json dependency (#5476)
Browse files Browse the repository at this point in the history
* chore: remove duplicate scss-to-json dependency

* chore(components): remove scss-to-json

Co-authored-by: Josh Black <josh@josh.black>
  • Loading branch information
jendowns and joshblack authored Mar 2, 2020
1 parent 3296dea commit 49a29c7
Showing 4 changed files with 1 addition and 17 deletions.
Binary file removed .yarn/offline-mirror/cssmin-0.4.3.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/scss-to-json-2.0.0.tgz
Binary file not shown.
2 changes: 0 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -69,7 +69,6 @@
"carbon-icons": "^7.0.7",
"flatpickr": "4.6.1",
"lodash.debounce": "^4.0.8",
"scss-to-json": "^2.0.0",
"warning": "^3.0.0"
},
"devDependencies": {
@@ -166,7 +165,6 @@
"rollup-plugin-virtual": "^1.0.0",
"sass": "^1.24.5",
"sass-loader": "^8.0.2",
"scss-to-json": "1.1.0",
"serve-static": "^1.13.0",
"style-loader": "^1.1.3",
"terser": "^4.6.3",
16 changes: 1 addition & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -7667,11 +7667,6 @@ cssmin@0.3.x:
resolved "https://registry.yarnpkg.com/cssmin/-/cssmin-0.3.2.tgz#ddce4c547b510ae0d594a8f1fbf8aaf8e2c5c00d"
integrity sha1-3c5MVHtRCuDVlKjx+/iq+OLFwA0=

cssmin@^0.4.3:
version "0.4.3"
resolved "https://registry.yarnpkg.com/cssmin/-/cssmin-0.4.3.tgz#c9194077e0ebdacd691d5f59015b9d819f38d015"
integrity sha1-yRlAd+Dr2s1pHV9ZAVudgZ840BU=

cssnano-preset-default@^4.0.7:
version "4.0.7"
resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz#51ec662ccfca0f88b396dcd9679cdb931be17f76"
@@ -16212,7 +16207,7 @@ node-releases@^1.1.29, node-releases@^1.1.46:
dependencies:
semver "^6.3.0"

"node-sass@^3.1.2, ^4.0.0", node-sass@^4.13.1, node-sass@^4.8.3:
node-sass@^4.13.1, node-sass@^4.8.3:
version "4.13.1"
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.13.1.tgz#9db5689696bb2eec2c32b98bfea4c7a2e992d0a3"
integrity sha512-TTWFx+ZhyDx1Biiez2nB0L3YrCZ/8oHagaDalbuBSlqXgUPsdkUSzJsVxeDO9LtPB49+Fh3WQl3slABo6AotNw==
@@ -20274,15 +20269,6 @@ scss-comment-parser@^0.8.4:
dependencies:
cdocparser "^0.13.0"

scss-to-json@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/scss-to-json/-/scss-to-json-2.0.0.tgz#dd8f74869da3d99fb44c8f5235f534ebb130ea47"
integrity sha512-XIh0Va7RiozUtUBznXiaxlqam6FQiEvJQs7HnnNZ5o7qn3KwswF1sLd8Rn9ezVufSK7VnCEKkbwkVNZ+JXNnfA==
dependencies:
cssmin "^0.4.3"
minimist "^1.2.0"
node-sass "^3.1.2, ^4.0.0"

scss-tokenizer@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz#8eb06db9a9723333824d3f5530641149847ce5d1"

0 comments on commit 49a29c7

Please sign in to comment.