Skip to content

Commit

Permalink
fix: update @utilitycss/utility to 1.2.1 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvesteraswin committed Jul 21, 2021
1 parent 81b1f09 commit c6d8a37
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.19.0",
"version": "0.19.1",
"author": "Andrea Moretti (@axyz) <axyzxp@gmail.com>",
"description": "Atomic CSS composition for yarn workspaces",
"repository": "utilitycss/atomic",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@utilitycss/css-mqpacker": "^0.0.1",
"@utilitycss/utility": "^1.2.0",
"@utilitycss/utility": "^1.2.1",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"clear": "^0.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -793,10 +793,10 @@
dependencies:
postcss "^8.2.6"

"@utilitycss/utility@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@utilitycss/utility/-/utility-1.2.0.tgz#845c11ec39509e25d258af6f9ace9d940900392f"
integrity sha512-hg9Xe5jMUQdFS2EWkdAtKYiG53g6WDN2z12kXnuf6vl3Bs0XMWPfLzyElYNY4cEebX8b0m1PNIrm7JbRrq5sLQ==
"@utilitycss/utility@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@utilitycss/utility/-/utility-1.2.1.tgz#2ac638d5603ee5eb0d509ce8c626204c5caf248f"
integrity sha512-jLEOmVA1mgN84pvoa5Z4RlZR74kpsaVeL06Dm66VEscITWLDGuCowqQJ8C19aDVWoqQsT5Fnnkr0++EmIV/Syg==
dependencies:
chalk "^4.1.0"
commander "7.0.0"
Expand Down

0 comments on commit c6d8a37

Please sign in to comment.