1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-19 18:01:37 +07:00

chore: pumped mui version (#131)

* chore: updated mui libs

* fix: updated snap
This commit is contained in:
Priscila Oliveira 2019-09-28 00:31:01 +02:00 committed by Juan Picado @jotadeveloper
parent 3a889b67ee
commit ffc97c373c
3 changed files with 91 additions and 126 deletions

View File

@ -13,9 +13,8 @@
"devDependencies": {
"@commitlint/cli": "8.1.0",
"@commitlint/config-conventional": "8.1.0",
"@material-ui/core": "4.3.3",
"@material-ui/icons": "4.2.1",
"@material-ui/styles": "4.3.3",
"@material-ui/core": "4.4.3",
"@material-ui/icons": "4.4.3",
"@octokit/rest": "16.28.7",
"@testing-library/react": "9.1.3",
"@types/enzyme": "3.10.3",

View File

@ -72,10 +72,10 @@ exports[`test Developers should render the component for contributors with items
name="dmethvin"
version="1.0.0"
>
<WithStyles(Tooltip)
<WithStyles(ForwardRef(Tooltip))
title="dmethvin"
>
<Tooltip
<ForwardRef(Tooltip)
classes={
Object {
"popper": "MuiTooltip-popper",
@ -143,8 +143,8 @@ exports[`test Developers should render the component for contributors with items
placement="bottom"
transition={true}
/>
</Tooltip>
</WithStyles(Tooltip)>
</ForwardRef(Tooltip)>
</WithStyles(ForwardRef(Tooltip))>
</AvatarTooltip>
</span>
</Styled(span)>
@ -159,10 +159,10 @@ exports[`test Developers should render the component for contributors with items
name="mgol"
version="1.0.0"
>
<WithStyles(Tooltip)
<WithStyles(ForwardRef(Tooltip))
title="mgol"
>
<Tooltip
<ForwardRef(Tooltip)
classes={
Object {
"popper": "MuiTooltip-popper",
@ -230,8 +230,8 @@ exports[`test Developers should render the component for contributors with items
placement="bottom"
transition={true}
/>
</Tooltip>
</WithStyles(Tooltip)>
</ForwardRef(Tooltip)>
</WithStyles(ForwardRef(Tooltip))>
</AvatarTooltip>
</span>
</Styled(span)>
@ -312,10 +312,10 @@ exports[`test Developers should render the component for maintainers with items
name="dmethvin"
version="1.0.0"
>
<WithStyles(Tooltip)
<WithStyles(ForwardRef(Tooltip))
title="dmethvin"
>
<Tooltip
<ForwardRef(Tooltip)
classes={
Object {
"popper": "MuiTooltip-popper",
@ -383,8 +383,8 @@ exports[`test Developers should render the component for maintainers with items
placement="bottom"
transition={true}
/>
</Tooltip>
</WithStyles(Tooltip)>
</ForwardRef(Tooltip)>
</WithStyles(ForwardRef(Tooltip))>
</AvatarTooltip>
</span>
</Styled(span)>
@ -399,10 +399,10 @@ exports[`test Developers should render the component for maintainers with items
name="mgol"
version="1.0.0"
>
<WithStyles(Tooltip)
<WithStyles(ForwardRef(Tooltip))
title="mgol"
>
<Tooltip
<ForwardRef(Tooltip)
classes={
Object {
"popper": "MuiTooltip-popper",
@ -470,8 +470,8 @@ exports[`test Developers should render the component for maintainers with items
placement="bottom"
transition={true}
/>
</Tooltip>
</WithStyles(Tooltip)>
</ForwardRef(Tooltip)>
</WithStyles(ForwardRef(Tooltip))>
</AvatarTooltip>
</span>
</Styled(span)>

180
yarn.lock
View File

@ -901,7 +901,7 @@
dependencies:
regenerator-runtime "^0.13.2"
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.0", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.3", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5":
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.0", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.3", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5":
version "7.6.0"
resolved "https://registry.verdaccio.org/@babel%2fruntime/-/runtime-7.6.0.tgz#4fc1d642a9fd0299754e8b5de62c631cf5568205"
integrity sha512-89eSBLJsxNxOERC0Op4vd+0Bqm6wRMqMbFtV3i0/fbaWw/mJ8Q3eBvgX0G4SyrOOLCtbu98HspF8o09MRT+KzQ==
@ -1328,16 +1328,16 @@
mkdirp "^0.5.1"
rimraf "^2.5.2"
"@material-ui/core@4.3.3":
version "4.3.3"
resolved "https://registry.verdaccio.org/@material-ui%2fcore/-/core-4.3.3.tgz#38a02331da7916c18e65c3dc56f3f6a67ba60c07"
integrity sha512-wUQjoJEbtVWYi+R9gBWCPGy0O+c0oY8cAp2TugyB70f89ahq/cnfnTbMZl6O2arKe2xQlfAMzY8rOOy8UMzJoQ==
"@material-ui/core@4.4.3":
version "4.4.3"
resolved "https://registry.verdaccio.org/@material-ui%2fcore/-/core-4.4.3.tgz#65665d2c4e9cb84e018774e1471f6d0417f4535e"
integrity sha512-Lz8sMFeCrtq5/pbhqClWFHpveL0huixjca0tw7uvh9xKKB7VyyYOyTu7RamSZLxb34UCSMPlobR+KK25Nqzkqw==
dependencies:
"@babel/runtime" "^7.4.4"
"@material-ui/styles" "^4.3.3"
"@material-ui/system" "^4.3.3"
"@material-ui/styles" "^4.4.3"
"@material-ui/system" "^4.4.3"
"@material-ui/types" "^4.1.1"
"@material-ui/utils" "^4.3.0"
"@material-ui/utils" "^4.4.0"
"@types/react-transition-group" "^4.2.0"
clsx "^1.0.2"
convert-css-length "^2.0.1"
@ -1347,20 +1347,19 @@
normalize-scroll-left "^0.2.0"
popper.js "^1.14.1"
prop-types "^15.7.2"
react-transition-group "^4.0.0"
warning "^4.0.1"
react-transition-group "^4.3.0"
"@material-ui/icons@4.2.1":
version "4.2.1"
resolved "https://registry.verdaccio.org/@material-ui%2ficons/-/icons-4.2.1.tgz#fe2f1c4f60c24256d244a69d86d0c00e8ed4037e"
integrity sha512-FvSD5lUBJ66frI4l4AYAPy2CH14Zs2Dgm0o3oOMr33BdQtOAjCgbdOcvPBeaD1w6OQl31uNW3CKOE8xfPNxvUQ==
"@material-ui/icons@4.4.3":
version "4.4.3"
resolved "https://registry.verdaccio.org/@material-ui%2ficons/-/icons-4.4.3.tgz#5d4346ddbb2673a1b57ebc78fd6d50bcd88711db"
integrity sha512-HVVvUyc/78kmaBd93LkfWyGkXMM+zOMKzUfulWXxaV/fFAZ3N0pD0oHjWUd94zrOoF3tZP9JC7EPlIpIcZSNow==
dependencies:
"@babel/runtime" "^7.2.0"
"@babel/runtime" "^7.4.4"
"@material-ui/styles@4.3.3":
version "4.3.3"
resolved "https://registry.verdaccio.org/@material-ui%2fstyles/-/styles-4.3.3.tgz#39867dd6f3779a8326075e097d72208d3c5b4977"
integrity sha512-quupQ6RYXbtKBJxhLkF3RQx6LSfrfuh2lYpILvk7p9XNkfqOQq36fuNVgrJ/A+NNn03uqDFfQYIWh4CByKr4hA==
"@material-ui/styles@^4.4.3":
version "4.4.3"
resolved "https://registry.verdaccio.org/@material-ui%2fstyles/-/styles-4.4.3.tgz#78239177723660093cc9a277db5759c01c693c2a"
integrity sha512-kNUdHFWsrvWKIEPx8Xy2/qayqsGMrYmCMq+FIiJiYczVZl5hiS8j5+KayonnpVta/O+Dktk+cxWkVcgwtxMrHg==
dependencies:
"@babel/runtime" "^7.4.4"
"@emotion/hash" "^0.7.1"
@ -1370,50 +1369,24 @@
csstype "^2.5.2"
deepmerge "^4.0.0"
hoist-non-react-statics "^3.2.1"
jss "10.0.0-alpha.24"
jss-plugin-camel-case "10.0.0-alpha.24"
jss-plugin-default-unit "10.0.0-alpha.24"
jss-plugin-global "10.0.0-alpha.24"
jss-plugin-nested "10.0.0-alpha.24"
jss-plugin-props-sort "10.0.0-alpha.24"
jss-plugin-rule-value-function "10.0.0-alpha.24"
jss-plugin-vendor-prefixer "10.0.0-alpha.24"
jss "10.0.0-alpha.25"
jss-plugin-camel-case "10.0.0-alpha.25"
jss-plugin-default-unit "10.0.0-alpha.25"
jss-plugin-global "10.0.0-alpha.25"
jss-plugin-nested "10.0.0-alpha.25"
jss-plugin-props-sort "10.0.0-alpha.25"
jss-plugin-rule-value-function "10.0.0-alpha.25"
jss-plugin-vendor-prefixer "10.0.0-alpha.25"
prop-types "^15.7.2"
warning "^4.0.1"
"@material-ui/styles@^4.3.3":
version "4.4.1"
resolved "https://registry.verdaccio.org/@material-ui%2fstyles/-/styles-4.4.1.tgz#a53fb39e373636bd2c296a78c54afecb80f68446"
integrity sha512-wXASlta7G+N8NeihbAKQjL6E1XMkS3SWpksNKn1cxhmKYQ+5pkMAUW/rChC5ovG7C/C2ZIdajYgOz977m3xlBA==
dependencies:
"@babel/runtime" "^7.4.4"
"@emotion/hash" "^0.7.1"
"@material-ui/types" "^4.1.1"
"@material-ui/utils" "^4.1.0"
clsx "^1.0.2"
csstype "^2.5.2"
deepmerge "^4.0.0"
hoist-non-react-statics "^3.2.1"
jss "10.0.0-alpha.24"
jss-plugin-camel-case "10.0.0-alpha.24"
jss-plugin-default-unit "10.0.0-alpha.24"
jss-plugin-global "10.0.0-alpha.24"
jss-plugin-nested "10.0.0-alpha.24"
jss-plugin-props-sort "10.0.0-alpha.24"
jss-plugin-rule-value-function "10.0.0-alpha.24"
jss-plugin-vendor-prefixer "10.0.0-alpha.24"
prop-types "^15.7.2"
warning "^4.0.1"
"@material-ui/system@^4.3.3":
version "4.3.3"
resolved "https://registry.verdaccio.org/@material-ui%2fsystem/-/system-4.3.3.tgz#8534fe76adbd3938a8dea833e69d84a7a143ecff"
integrity sha512-j7JyvlhcTdc1wV6HzrDTU7XXlarxYXEUyzyHawOA0kCGmYVN2uFHENQRARLUdl+mEmuXO4TsAhNAiqiKakkFMg==
"@material-ui/system@^4.4.3":
version "4.4.3"
resolved "https://registry.verdaccio.org/@material-ui%2fsystem/-/system-4.4.3.tgz#68ca8cf83614255fcd5b9d3a72ce8ee58a43a5c7"
integrity sha512-Cb05vLXsaCzssXD/iZKa0/qC6YOwbFWnYdnOEdkXZ3Fn2Ytz7rsnMgFejUSQV1luVhUBlEIm8DVz40N25WwW7w==
dependencies:
"@babel/runtime" "^7.4.4"
deepmerge "^4.0.0"
prop-types "^15.7.2"
warning "^4.0.1"
"@material-ui/types@^4.1.1":
version "4.1.1"
@ -1422,7 +1395,7 @@
dependencies:
"@types/react" "*"
"@material-ui/utils@^4.1.0", "@material-ui/utils@^4.3.0":
"@material-ui/utils@^4.1.0", "@material-ui/utils@^4.4.0":
version "4.4.0"
resolved "https://registry.verdaccio.org/@material-ui%2futils/-/utils-4.4.0.tgz#9275421e2798a067850d201212d46f12725828ad"
integrity sha512-UXoQVwArQEQWXxf2FPs0iJGT+MePQpKr0Qh0CPoLc1OdF0GSMTmQczcqCzwZkeHxHAOq/NkIKM1Pb/ih1Avicg==
@ -4242,7 +4215,7 @@ css-unit-converter@^1.1.1:
resolved "https://registry.verdaccio.org/css-unit-converter/-/css-unit-converter-1.1.1.tgz#d9b9281adcfd8ced935bdbaba83786897f64e996"
integrity sha1-2bkoGtz9jO2TW9urqDeGiX9k6ZY=
css-vendor@^2.0.5:
css-vendor@^2.0.6:
version "2.0.6"
resolved "https://registry.verdaccio.org/css-vendor/-/css-vendor-2.0.6.tgz#a205f73d7562e8728c86ef6ce5ee7c7e5eefd71b"
integrity sha512-buv8FoZh84iMrtPHYGYll00/qSNV0gYO6E/GUCjUPTsSPj7uf/wot/QZwig+7qdFGxJ7HjOSJoclbhag09TVUQ==
@ -8096,69 +8069,69 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.10.0"
jss-plugin-camel-case@10.0.0-alpha.24:
version "10.0.0-alpha.24"
resolved "https://registry.verdaccio.org/jss-plugin-camel-case/-/jss-plugin-camel-case-10.0.0-alpha.24.tgz#579a48989d2628ee8baaa006449b1b82d32ee27e"
integrity sha512-cRYLbGl6oO9wdGXp3hn+xqc8pw8bjaui25dDYuEeEsRZMh5/OKl3ByYxDT3PLKgFqouy5Xo+YmLGVH8l+nnEdQ==
jss-plugin-camel-case@10.0.0-alpha.25:
version "10.0.0-alpha.25"
resolved "https://registry.verdaccio.org/jss-plugin-camel-case/-/jss-plugin-camel-case-10.0.0-alpha.25.tgz#ea4389de47ccf3b4757f76e62cbb2e8b96b7a2c2"
integrity sha512-J5ZEGDTy9ddqdTUPAF4SJQ25u5kiG1ORP8F+ZPEZAkkiMQJp+/Aol4I7xhTS2aW1Lhg8xNxdhdRfBi5yU7wOvg==
dependencies:
"@babel/runtime" "^7.3.1"
hyphenate-style-name "^1.0.3"
jss "10.0.0-alpha.24"
jss "10.0.0-alpha.25"
jss-plugin-default-unit@10.0.0-alpha.24:
version "10.0.0-alpha.24"
resolved "https://registry.verdaccio.org/jss-plugin-default-unit/-/jss-plugin-default-unit-10.0.0-alpha.24.tgz#3e6e24e8ec7aaa950c8975f1645ea861b8aa338e"
integrity sha512-1E1XlJqJ/9I1lR5EO/tA75U1LIIicKvW6xZEKLxAP8NC/rUjI+yBQBTBJn61LOpua51e7fgW8me46Z+iuXiC4A==
jss-plugin-default-unit@10.0.0-alpha.25:
version "10.0.0-alpha.25"
resolved "https://registry.verdaccio.org/jss-plugin-default-unit/-/jss-plugin-default-unit-10.0.0-alpha.25.tgz#df5b39bbc0114146101bb3cf8bc7e281e3d0f454"
integrity sha512-auOG459B+yEqkojgaXH02SYO9+xjmAxlmP+WbzhVpXqOFJ2CN/kaxd8P4NJZLdj3BQxHiM7WIyMVh786StE+EA==
dependencies:
"@babel/runtime" "^7.3.1"
jss "10.0.0-alpha.24"
jss "10.0.0-alpha.25"
jss-plugin-global@10.0.0-alpha.24:
version "10.0.0-alpha.24"
resolved "https://registry.verdaccio.org/jss-plugin-global/-/jss-plugin-global-10.0.0-alpha.24.tgz#a53e2028d0cb073661e8213f2e622fef9ef4b1fa"
integrity sha512-3LoxrZloF4tvXrS5S7enV9OhtaxXsEP3BQdiE76vI/ecCmgNDZNpnPd8MG20ptn2iAOsoMGfoMX20Ea1IKl/Mg==
jss-plugin-global@10.0.0-alpha.25:
version "10.0.0-alpha.25"
resolved "https://registry.verdaccio.org/jss-plugin-global/-/jss-plugin-global-10.0.0-alpha.25.tgz#2b6a6a14ef6cdb9994dbadf709e480d5c871b5f6"
integrity sha512-cS98Q8X8jwltuaBZd9eYuxMXxkUL+mJGl2Ok3/nmJzH9nLzj6i7kLxSoDtuJNqsRmbP7ogIXVozJUq9lUu2hlQ==
dependencies:
"@babel/runtime" "^7.3.1"
jss "10.0.0-alpha.24"
jss "10.0.0-alpha.25"
jss-plugin-nested@10.0.0-alpha.24:
version "10.0.0-alpha.24"
resolved "https://registry.verdaccio.org/jss-plugin-nested/-/jss-plugin-nested-10.0.0-alpha.24.tgz#f1b4a0bd1050e29d627c9bc2dc0f424c35f0aa44"
integrity sha512-BWU6NaRZTVSJc7N+3FeHacdkFOjCMThouoRQPCWVxeT0nmAVlVGwgYzChcI+vzncx+UaRQC0x+01FYhVQ2xAFA==
jss-plugin-nested@10.0.0-alpha.25:
version "10.0.0-alpha.25"
resolved "https://registry.verdaccio.org/jss-plugin-nested/-/jss-plugin-nested-10.0.0-alpha.25.tgz#b8e29d336e1850047914511681d56330e3ea24ac"
integrity sha512-7sk7/6mX1YTgXe+AyeD1zEyKTgIGbbhYtg+wWQcHJlE1flW2JHfcQ5mw84FgHcHQRQ8Dq3l9I3aEY51ev0J1Wg==
dependencies:
"@babel/runtime" "^7.3.1"
jss "10.0.0-alpha.24"
jss "10.0.0-alpha.25"
tiny-warning "^1.0.2"
jss-plugin-props-sort@10.0.0-alpha.24:
version "10.0.0-alpha.24"
resolved "https://registry.verdaccio.org/jss-plugin-props-sort/-/jss-plugin-props-sort-10.0.0-alpha.24.tgz#e309e286004b6e059c373efaa308b8742e22ec16"
integrity sha512-TB4RpXwnGSEE58rN2RRzcWqhIaz0oAS1UBg10mk1fuLpkKyHEJWuuZXzgGih23Ivl/8LDVzTF+QRY5JagMUUGg==
jss-plugin-props-sort@10.0.0-alpha.25:
version "10.0.0-alpha.25"
resolved "https://registry.verdaccio.org/jss-plugin-props-sort/-/jss-plugin-props-sort-10.0.0-alpha.25.tgz#dfaa1a6bf9863ae9593b99bf51cd26caea2fe0ec"
integrity sha512-8B/6QLQuUX8cIlZbXdjEm5l0jCX4EgacYMcFJhdKwDKEZYeAghpgQQrCKl0/CYHW7iFge5wim67P+uL6QxMzyw==
dependencies:
"@babel/runtime" "^7.3.1"
jss "10.0.0-alpha.24"
jss "10.0.0-alpha.25"
jss-plugin-rule-value-function@10.0.0-alpha.24:
version "10.0.0-alpha.24"
resolved "https://registry.verdaccio.org/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.0.0-alpha.24.tgz#85bfd5f994647cb4bf2237d18232421ea362665c"
integrity sha512-uFw4tf8PN48bdv4ZcDjG3OzKPIFZ4gpCC1cWO/dyexYfFIubX3bnQUbK4B0wPNe9LJU4KQo8s4F42B8B1ADTrA==
jss-plugin-rule-value-function@10.0.0-alpha.25:
version "10.0.0-alpha.25"
resolved "https://registry.verdaccio.org/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.0.0-alpha.25.tgz#35350da52334a6031808e197526227434c194277"
integrity sha512-CQQtWO+/OZRGaFRBSGQUgAci9YlVtdoXcWQKBNo70tmpp+kaXKlFNCYaL3jmHbJHMiwKQYG2RYFQNIrwJ9SGmA==
dependencies:
"@babel/runtime" "^7.3.1"
jss "10.0.0-alpha.24"
jss "10.0.0-alpha.25"
jss-plugin-vendor-prefixer@10.0.0-alpha.24:
version "10.0.0-alpha.24"
resolved "https://registry.verdaccio.org/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.0.0-alpha.24.tgz#c4c2c28667d3c7c0d9a01ca1f7a2f74367d1ceef"
integrity sha512-hffKj0kSSvZsXs6RYEylpBlEGjryMzU1lsWqC5vQAT/Xb3tDe60BbEarEOFLBGv7EfyajXkuRwlXAQocV5ejCg==
jss-plugin-vendor-prefixer@10.0.0-alpha.25:
version "10.0.0-alpha.25"
resolved "https://registry.verdaccio.org/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.0.0-alpha.25.tgz#bc0c4b6dcb28d4801775cbad70ad9bc7e0c7707b"
integrity sha512-5FXpB/TiwckbrkoDCmd27YsWCESl1K4hAX/oro2/geEXgnVQvDgQOf2eWCsjYO2K1lYPPXtskMfws/Q3eKmbYg==
dependencies:
"@babel/runtime" "^7.3.1"
css-vendor "^2.0.5"
jss "10.0.0-alpha.24"
css-vendor "^2.0.6"
jss "10.0.0-alpha.25"
jss@10.0.0-alpha.24:
version "10.0.0-alpha.24"
resolved "https://registry.verdaccio.org/jss/-/jss-10.0.0-alpha.24.tgz#f8e2044b6b2f034db05a685d99c599095baf8b61"
integrity sha512-kfuSitcj7MTrDtSPLkrWcZppgZlTE3A+cqrkC+Z10WYROt0RXIWINAaK8tE2ohwkDfUlaM1YcRYvV3iT6YNFTA==
jss@10.0.0-alpha.25:
version "10.0.0-alpha.25"
resolved "https://registry.verdaccio.org/jss/-/jss-10.0.0-alpha.25.tgz#20a506d8159e3f6bd91e133d54ffd3df0ffd3010"
integrity sha512-zqKnXv181B9vue2yYhmVhc+6ggbbxHF/33rjXfXEjaa22nOvknTI21QDfq3oZ8uCC50kcFp3Z8KU1ghUXdFvIA==
dependencies:
"@babel/runtime" "^7.3.1"
csstype "^2.6.5"
@ -11110,7 +11083,7 @@ react-themeable@^1.1.0:
dependencies:
object-assign "^3.0.0"
react-transition-group@^4.0.0:
react-transition-group@^4.3.0:
version "4.3.0"
resolved "https://registry.verdaccio.org/react-transition-group/-/react-transition-group-4.3.0.tgz#fea832e386cf8796c58b61874a3319704f5ce683"
integrity sha512-1qRV1ZuVSdxPlPf4O8t7inxUGpdyO5zG9IoNfJxSO0ImU2A1YWkEQvFPuIPZmMLkg5hYs7vv5mMOyfgSkvAwvw==
@ -13682,13 +13655,6 @@ walker@^1.0.7, walker@~1.0.5:
dependencies:
makeerror "1.0.x"
warning@^4.0.1:
version "4.0.3"
resolved "https://registry.verdaccio.org/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3"
integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==
dependencies:
loose-envify "^1.0.0"
watchpack@^1.6.0:
version "1.6.0"
resolved "https://registry.verdaccio.org/watchpack/-/watchpack-1.6.0.tgz#4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00"