Skip to content

Commit c1deb88

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependencies
1 parent 0b53e58 commit c1deb88

File tree

2 files changed

+44
-33
lines changed

2 files changed

+44
-33
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"build:all": "yarn build && yarn build:reg"
2323
},
2424
"dependencies": {
25-
"@emotion/react": "11.8.2",
25+
"@emotion/react": "11.9.0",
2626
"@emotion/styled": "11.8.1",
27-
"@material-ui/core": "4.12.3",
28-
"@material-ui/icons": "4.11.2",
27+
"@material-ui/core": "4.12.4",
28+
"@material-ui/icons": "4.11.3",
2929
"chokidar": "3.5.3",
3030
"dayjs": "1.11.0",
3131
"emotion": "11.0.0",

yarn.lock

Lines changed: 41 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,15 +1397,15 @@
13971397
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50"
13981398
integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==
13991399

1400-
"@emotion/react@11.8.2":
1401-
version "11.8.2"
1402-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.8.2.tgz#e51f5e6372e22e82780836c9288da19af4b51e70"
1403-
integrity sha512-+1bcHBaNJv5nkIIgnGKVsie3otS0wF9f1T1hteF3WeVvMNQEtfZ4YyFpnphGoot3ilU/wWMgP2SgIDuHLE/wAA==
1400+
"@emotion/react@11.9.0":
1401+
version "11.9.0"
1402+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.9.0.tgz#b6d42b1db3bd7511e7a7c4151dc8bc82e14593b8"
1403+
integrity sha512-lBVSF5d0ceKtfKCDQJveNAtkC7ayxpVlgOohLgXqRwqWr9bOf4TZAFFyIcNngnV6xK6X4x2ZeXq7vliHkoVkxQ==
14041404
dependencies:
14051405
"@babel/runtime" "^7.13.10"
14061406
"@emotion/babel-plugin" "^11.7.1"
14071407
"@emotion/cache" "^11.7.1"
1408-
"@emotion/serialize" "^1.0.2"
1408+
"@emotion/serialize" "^1.0.3"
14091409
"@emotion/utils" "^1.1.0"
14101410
"@emotion/weak-memoize" "^0.2.5"
14111411
hoist-non-react-statics "^3.3.1"
@@ -1432,6 +1432,17 @@
14321432
"@emotion/utils" "^1.0.0"
14331433
csstype "^3.0.2"
14341434

1435+
"@emotion/serialize@^1.0.3":
1436+
version "1.0.3"
1437+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.3.tgz#99e2060c26c6292469fb30db41f4690e1c8fea63"
1438+
integrity sha512-2mSSvgLfyV3q+iVh3YWgNlUc2a9ZlDU7DjuP5MjK3AXRR0dYigCrP99aeFtaB2L/hjfEZdSThn5dsZ0ufqbvsA==
1439+
dependencies:
1440+
"@emotion/hash" "^0.8.0"
1441+
"@emotion/memoize" "^0.7.4"
1442+
"@emotion/unitless" "^0.7.5"
1443+
"@emotion/utils" "^1.0.0"
1444+
csstype "^3.0.2"
1445+
14351446
"@emotion/sheet@0.9.4":
14361447
version "0.9.4"
14371448
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-0.9.4.tgz#894374bea39ec30f489bbfc3438192b9774d32e5"
@@ -1797,16 +1808,16 @@
17971808
"@types/yargs" "^15.0.0"
17981809
chalk "^4.0.0"
17991810

1800-
"@material-ui/core@4.12.3":
1801-
version "4.12.3"
1802-
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.12.3.tgz#80d665caf0f1f034e52355c5450c0e38b099d3ca"
1803-
integrity sha512-sdpgI/PL56QVsEJldwEe4FFaFTLUqN+rd7sSZiRCdx2E/C7z5yK0y/khAWVBH24tXwto7I1hCzNWfJGZIYJKnw==
1811+
"@material-ui/core@4.12.4":
1812+
version "4.12.4"
1813+
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.12.4.tgz#4ac17488e8fcaf55eb6a7f5efb2a131e10138a73"
1814+
integrity sha512-tr7xekNlM9LjA6pagJmL8QCgZXaubWUwkJnoYcMKd4gw/t4XiyvnTkjdGrUVicyB2BsdaAv1tvow45bPM4sSwQ==
18041815
dependencies:
18051816
"@babel/runtime" "^7.4.4"
1806-
"@material-ui/styles" "^4.11.4"
1807-
"@material-ui/system" "^4.12.1"
1817+
"@material-ui/styles" "^4.11.5"
1818+
"@material-ui/system" "^4.12.2"
18081819
"@material-ui/types" "5.1.0"
1809-
"@material-ui/utils" "^4.11.2"
1820+
"@material-ui/utils" "^4.11.3"
18101821
"@types/react-transition-group" "^4.2.0"
18111822
clsx "^1.0.4"
18121823
hoist-non-react-statics "^3.3.2"
@@ -1815,22 +1826,22 @@
18151826
react-is "^16.8.0 || ^17.0.0"
18161827
react-transition-group "^4.4.0"
18171828

1818-
"@material-ui/icons@4.11.2":
1819-
version "4.11.2"
1820-
resolved "https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.11.2.tgz#b3a7353266519cd743b6461ae9fdfcb1b25eb4c5"
1821-
integrity sha512-fQNsKX2TxBmqIGJCSi3tGTO/gZ+eJgWmMJkgDiOfyNaunNaxcklJQFaFogYcFl0qFuaEz1qaXYXboa/bUXVSOQ==
1829+
"@material-ui/icons@4.11.3":
1830+
version "4.11.3"
1831+
resolved "https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.11.3.tgz#b0693709f9b161ce9ccde276a770d968484ecff1"
1832+
integrity sha512-IKHlyx6LDh8n19vzwH5RtHIOHl9Tu90aAAxcbWME6kp4dmvODM3UvOHJeMIDzUbd4muuJKHmlNoBN+mDY4XkBA==
18221833
dependencies:
18231834
"@babel/runtime" "^7.4.4"
18241835

1825-
"@material-ui/styles@^4.11.4":
1826-
version "4.11.4"
1827-
resolved "https://registry.yarnpkg.com/@material-ui/styles/-/styles-4.11.4.tgz#eb9dfccfcc2d208243d986457dff025497afa00d"
1828-
integrity sha512-KNTIZcnj/zprG5LW0Sao7zw+yG3O35pviHzejMdcSGCdWbiO8qzRgOYL8JAxAsWBKOKYwVZxXtHWaB5T2Kvxew==
1836+
"@material-ui/styles@^4.11.5":
1837+
version "4.11.5"
1838+
resolved "https://registry.yarnpkg.com/@material-ui/styles/-/styles-4.11.5.tgz#19f84457df3aafd956ac863dbe156b1d88e2bbfb"
1839+
integrity sha512-o/41ot5JJiUsIETME9wVLAJrmIWL3j0R0Bj2kCOLbSfqEkKf0fmaPt+5vtblUh5eXr2S+J/8J3DaCb10+CzPGA==
18291840
dependencies:
18301841
"@babel/runtime" "^7.4.4"
18311842
"@emotion/hash" "^0.8.0"
18321843
"@material-ui/types" "5.1.0"
1833-
"@material-ui/utils" "^4.11.2"
1844+
"@material-ui/utils" "^4.11.3"
18341845
clsx "^1.0.4"
18351846
csstype "^2.5.2"
18361847
hoist-non-react-statics "^3.3.2"
@@ -1844,13 +1855,13 @@
18441855
jss-plugin-vendor-prefixer "^10.5.1"
18451856
prop-types "^15.7.2"
18461857

1847-
"@material-ui/system@^4.12.1":
1848-
version "4.12.1"
1849-
resolved "https://registry.yarnpkg.com/@material-ui/system/-/system-4.12.1.tgz#2dd96c243f8c0a331b2bb6d46efd7771a399707c"
1850-
integrity sha512-lUdzs4q9kEXZGhbN7BptyiS1rLNHe6kG9o8Y307HCvF4sQxbCgpL2qi+gUk+yI8a2DNk48gISEQxoxpgph0xIw==
1858+
"@material-ui/system@^4.12.2":
1859+
version "4.12.2"
1860+
resolved "https://registry.yarnpkg.com/@material-ui/system/-/system-4.12.2.tgz#f5c389adf3fce4146edd489bf4082d461d86aa8b"
1861+
integrity sha512-6CSKu2MtmiJgcCGf6nBQpM8fLkuB9F55EKfbdTC80NND5wpTmKzwdhLYLH3zL4cLlK0gVaaltW7/wMuyTnN0Lw==
18511862
dependencies:
18521863
"@babel/runtime" "^7.4.4"
1853-
"@material-ui/utils" "^4.11.2"
1864+
"@material-ui/utils" "^4.11.3"
18541865
csstype "^2.5.2"
18551866
prop-types "^15.7.2"
18561867

@@ -1859,10 +1870,10 @@
18591870
resolved "https://registry.yarnpkg.com/@material-ui/types/-/types-5.1.0.tgz#efa1c7a0b0eaa4c7c87ac0390445f0f88b0d88f2"
18601871
integrity sha512-7cqRjrY50b8QzRSYyhSpx4WRw2YuO0KKIGQEVk5J8uoz2BanawykgZGoWEqKm7pVIbzFDN0SpPcVV4IhOFkl8A==
18611872

1862-
"@material-ui/utils@^4.11.2":
1863-
version "4.11.2"
1864-
resolved "https://registry.yarnpkg.com/@material-ui/utils/-/utils-4.11.2.tgz#f1aefa7e7dff2ebcb97d31de51aecab1bb57540a"
1865-
integrity sha512-Uul8w38u+PICe2Fg2pDKCaIG7kOyhowZ9vjiC1FsVwPABTW8vPPKfF6OvxRq3IiBaI1faOJmgdvMG7rMJARBhA==
1873+
"@material-ui/utils@^4.11.3":
1874+
version "4.11.3"
1875+
resolved "https://registry.yarnpkg.com/@material-ui/utils/-/utils-4.11.3.tgz#232bd86c4ea81dab714f21edad70b7fdf0253942"
1876+
integrity sha512-ZuQPV4rBK/V1j2dIkSSEcH5uT6AaHuKWFfotADHsC0wVL1NLd2WkFCm4ZZbX33iO4ydl6V0GPngKm8HZQ2oujg==
18661877
dependencies:
18671878
"@babel/runtime" "^7.4.4"
18681879
prop-types "^15.7.2"

0 commit comments

Comments
 (0)