Skip to content

Commit

Permalink
Update Sharec config
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 11, 2020
1 parent ed4c460 commit 7f76122
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"jest": "^26.4.2",
"jest-ci": "^0.1.1",
"lint-staged": "^10.3.0",
"postcss-sharec-config": "^0.1.3"
"postcss-sharec-config": "^0.1.5"
},
"husky": {
"hooks": {
Expand All @@ -76,6 +76,6 @@
},
"sharec": {
"config": "postcss-sharec-config",
"version": "0.1.3"
"version": "0.1.5"
}
}
26 changes: 5 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4358,10 +4358,10 @@ postcss-selector-parser@2.2.3:
indexes-of "^1.0.1"
uniq "^1.0.1"

postcss-sharec-config@^0.1.3:
version "0.1.3"
resolved "https://registry.yarnpkg.com/postcss-sharec-config/-/postcss-sharec-config-0.1.3.tgz#3d83901f83604f87f07a1fc49f21003a5db684d1"
integrity sha512-m4Z+dfnA8i3y8/D/nwbHtz4F+on6fOa+DNRLlujh0WCjQzj9y9lDe7aJ4/046vPOHzlKqmdgJ3QIGWesfLet3A==
postcss-sharec-config@^0.1.5:
version "0.1.5"
resolved "https://registry.yarnpkg.com/postcss-sharec-config/-/postcss-sharec-config-0.1.5.tgz#438b7912da89f62cffe9b28a77fca0e90be82afa"
integrity sha512-55mSZTYKvnZ39aGUPpVuhu1OnL7pSVPdmqaWxdNsgDUplPK52AEGDML/s5yEXj9MdwPhonDE/7Qj73ECJ9QTLA==
dependencies:
sharec "^2.3.0"

Expand All @@ -4374,16 +4374,7 @@ postcss-values-parser@2.0.1:
indexes-of "^1.0.1"
uniq "^1.0.1"

postcss@^7.0.14, postcss@^7.0.6:
version "7.0.32"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.32.tgz#4310d6ee347053da3433db2be492883d62cec59d"
integrity sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==
dependencies:
chalk "^2.4.2"
source-map "^0.6.1"
supports-color "^6.1.0"

postcss@postcss/postcss#ose:
postcss@^7.0.14, postcss@^7.0.6, postcss@postcss/postcss#ose:
version "7.0.32"
resolved "https://codeload.github.com/postcss/postcss/tar.gz/ddc2951d8823fce3a8e300bfb669e76b8b1ac127"
dependencies:
Expand Down Expand Up @@ -5291,13 +5282,6 @@ supports-color@^5.3.0:
dependencies:
has-flag "^3.0.0"

supports-color@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3"
integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==
dependencies:
has-flag "^3.0.0"

supports-color@^7.0.0, supports-color@^7.1.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
Expand Down

0 comments on commit 7f76122

Please sign in to comment.