Skip to content

Commit

Permalink
fix: bump picasso (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhannes committed Feb 6, 2020
1 parent ba6cd42 commit 58ab55b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"monaco-editor": "0.18.1",
"monaco-editor-webpack-plugin": "1.7.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"picasso-plugin-hammer": "0.27.0",
"picasso-plugin-q": "0.27.0",
"picasso.js": "0.27.0",
"picasso-plugin-hammer": "0.29.2",
"picasso-plugin-q": "0.29.2",
"picasso.js": "0.29.2",
"pnp-webpack-plugin": "1.4.3",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7465,20 +7465,20 @@ performance-now@^2.1.0:
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=

picasso-plugin-hammer@0.27.0:
version "0.27.0"
resolved "https://registry.yarnpkg.com/picasso-plugin-hammer/-/picasso-plugin-hammer-0.27.0.tgz#330adae9a52fe6ce0671907a150392090a36d730"
integrity sha512-E8upXsNqEYM7YJ2Hu7jHiV6k+DD/vTJPsbr2ky/OztG6+zLdwwVPXWxsEQnSXf3iDWXAdeP8on4NzNCBTrFmyA==

picasso-plugin-q@0.27.0:
version "0.27.0"
resolved "https://registry.yarnpkg.com/picasso-plugin-q/-/picasso-plugin-q-0.27.0.tgz#ce12e9c95432be47b3a63b29638af7a1ba85900c"
integrity sha512-JpUbCJU//ajK/aP0tPA0BnoeOWzcLSU5VR0u5sOcK7fsmGBMZOmdHmmQL0IBRbldOJ+nbOKXInI/kctWI0M95A==

picasso.js@0.27.0:
version "0.27.0"
resolved "https://registry.yarnpkg.com/picasso.js/-/picasso.js-0.27.0.tgz#37130c6a8eabbde34a8d20001ca166d8560d9075"
integrity sha512-9pfvrhzNQVs0e2rrNGRXv4upMZcz/r8mbPHFET+2wWE2BcWE6xa0ffl0kxbP7RooqKsSz927hIq8haOUepv8wA==
picasso-plugin-hammer@0.29.2:
version "0.29.2"
resolved "https://registry.yarnpkg.com/picasso-plugin-hammer/-/picasso-plugin-hammer-0.29.2.tgz#d71aa65a7baa58a169a39612053832e74f1f7ccf"
integrity sha512-k76XW9rmr5wM0NP8Iz2quIzWWRQhSn60JI7EuCOONsMu5X9gGrUHRKMQKWTOSkKNRc7pCGn3qlimEpFFdZRwoQ==

picasso-plugin-q@0.29.2:
version "0.29.2"
resolved "https://registry.yarnpkg.com/picasso-plugin-q/-/picasso-plugin-q-0.29.2.tgz#5c86b2d811b3936261432a2f877e614730c30ed6"
integrity sha512-DHaAeB2rG12Q4zWTYN6+uu+1MDQhisxMuCWyZhiN5ASZ2Fcr1volFed9K0X2iVWuxsws9mMs3Y+x7ygrEaN0mg==

picasso.js@0.29.2:
version "0.29.2"
resolved "https://registry.yarnpkg.com/picasso.js/-/picasso.js-0.29.2.tgz#93db6095978fbc40f1600da7e7a153f1405c768d"
integrity sha512-fRjpfRmaN0D5r6n3my4eQXJKPopUqAhH4ojdHlaTH1VCGqikbLQgYTjOgfR6soOk4Qpuc5hTRLGOpqY1mcTP1g==

pify@^2.0.0:
version "2.3.0"
Expand Down

0 comments on commit 58ab55b

Please sign in to comment.