Skip to content

Commit

Permalink
feat(frontend): update clarity to 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kucharzyk committed Jun 1, 2017
1 parent 05ea2cd commit 3ad78da
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
8 changes: 4 additions & 4 deletions shardis-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"@ngrx/router-store": "1.2.6",
"@ngrx/store": "2.2.2",
"@ngrx/store-devtools": "3.2.4",
"@webcomponents/custom-elements": "1.0.0-rc.3",
"clarity-angular": "0.9.6",
"clarity-icons": "0.9.6",
"clarity-ui": "0.9.6",
"@webcomponents/custom-elements": "1.0.0",
"clarity-angular": "0.9.7",
"clarity-icons": "0.9.7",
"clarity-ui": "0.9.7",
"core-js": "2.4.1",
"mutationobserver-shim": "0.3.2",
"ngrx-store-freeze": "0.1.9",
Expand Down
30 changes: 18 additions & 12 deletions shardis-frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@
version "2.53.42"
resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-2.53.42.tgz#74cb77fb6052edaff2a8984ddafd88d419f25cac"

"@webcomponents/custom-elements@1.0.0-rc.3":
version "1.0.0-rc.3"
resolved "https://registry.yarnpkg.com/@webcomponents/custom-elements/-/custom-elements-1.0.0-rc.3.tgz#5e406fc4e9b123c4c8f0f816f18deb6ef763c36d"
"@webcomponents/custom-elements@1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@webcomponents/custom-elements/-/custom-elements-1.0.0.tgz#b1726e12074b556aa31b93f36ff6a03a435259c4"

JSONStream@^1.0.4:
version "1.3.1"
Expand Down Expand Up @@ -906,17 +906,19 @@ clap@^1.0.9:
dependencies:
chalk "^1.1.3"

clarity-angular@0.9.6:
version "0.9.6"
resolved "https://registry.yarnpkg.com/clarity-angular/-/clarity-angular-0.9.6.tgz#bb6ef5ab9921c6c89b3c9d03deca62d1c88f675b"
clarity-angular@0.9.7:
version "0.9.7"
resolved "https://registry.yarnpkg.com/clarity-angular/-/clarity-angular-0.9.7.tgz#4aa215812e77de2220a05c12d4f9f7c5b7ff7d76"

clarity-icons@0.9.6:
version "0.9.6"
resolved "https://registry.yarnpkg.com/clarity-icons/-/clarity-icons-0.9.6.tgz#3ad328600dfc5a85937fdb19fbc1cbbc2d888286"
clarity-icons@0.9.7:
version "0.9.7"
resolved "https://registry.yarnpkg.com/clarity-icons/-/clarity-icons-0.9.7.tgz#e2ef7f34a760486bce63536849142e3215703724"
dependencies:
dompurify "^0.9.0"

clarity-ui@0.9.6:
version "0.9.6"
resolved "https://registry.yarnpkg.com/clarity-ui/-/clarity-ui-0.9.6.tgz#d414c892b555a4ae97abb5a830f7cc1bdf529c3b"
clarity-ui@0.9.7:
version "0.9.7"
resolved "https://registry.yarnpkg.com/clarity-ui/-/clarity-ui-0.9.7.tgz#cc111cfa20c75eb22b5323891f87bc255d8c2c8a"

clean-css@4.1.x:
version "4.1.3"
Expand Down Expand Up @@ -1701,6 +1703,10 @@ domhandler@^2.3.0:
dependencies:
domelementtype "1"

dompurify@^0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-0.9.0.tgz#470f9dd95657a644a84be1ed950677946259d055"

domutils@1.1:
version "1.1.6"
resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.1.6.tgz#bddc3de099b9a2efacc51c623f28f416ecc57485"
Expand Down

0 comments on commit 3ad78da

Please sign in to comment.