Skip to content

Commit

Permalink
update utility to v0.5.5 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvesteraswin authored May 11, 2020
1 parent 5e64ef0 commit 1125b88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utilitycss/atomic",
"version": "0.10.4",
"version": "0.10.5",
"author": "Andrea Moretti (@axyz) <[email protected]>",
"description": "Atomic CSS composition for yarn workspaces",
"repository": "utilitycss/atomic",
Expand All @@ -18,7 +18,7 @@
"tslint": "tslint -c tslint.json -p tsconfig.json"
},
"dependencies": {
"@utilitycss/utility": "^0.5.4",
"@utilitycss/utility": "^0.5.5",
"chalk": "^3.0.0",
"chokidar": "^3.3.1",
"commander": "^4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,10 @@
dependencies:
"@types/yargs-parser" "*"

"@utilitycss/utility@^0.5.4":
version "0.5.4"
resolved "https://registry.yarnpkg.com/@utilitycss/utility/-/utility-0.5.4.tgz#876e936eff37de6463192d3cfeab78a1c27ec263"
integrity sha512-eF9jaEO2Mc8BGPCUWmvSBN608PiRXRzh7ZyLtP3Wg649o7Sr5QQvP13g+jsm2Sm6QV1cVOBJ44sW/1LcV9v59g==
"@utilitycss/utility@^0.5.5":
version "0.5.5"
resolved "https://registry.yarnpkg.com/@utilitycss/utility/-/utility-0.5.5.tgz#3c92b63208b9ab326a885df39606d6d2168cbe6b"
integrity sha512-edhO+zIoBM1xMUy79luDoJ4mjxQHSi8nlMyCXq2fxhVBSRHnzwIFEoNudK+5wCyC8lQxHNialY2qC6lQz2/UrQ==
dependencies:
commander "4.1.0"
cssstats "^3.4.0"
Expand Down

0 comments on commit 1125b88

Please sign in to comment.