upgrade deps

This commit is contained in:
Kalle (Sendou)
2020-12-06 20:16:41 +02:00
parent 9bbf8ca239
commit 296e6734bd
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@@ -1301,9 +1301,9 @@
},
"dependencies": {
"stylis": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/stylis/-/stylis-4.0.3.tgz",
"integrity": "sha512-iAxdFyR9cHKp4H5M2dJlDnvcb/3TvPprzlKjvYVbH7Sh+y8hjY/mUu/ssdcvVz6Z4lKI3vsoS0jAkMYmX7ozfA=="
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/stylis/-/stylis-4.0.6.tgz",
"integrity": "sha512-1igcUEmYFBEO14uQHAJhCUelTR5jPztfdVKrYxRnDa5D5Dn3w0NxXupJNPr/VV/yRfZYEAco8sTIRZzH3sRYKg=="
}
}
},
@@ -1327,14 +1327,14 @@
"integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw=="
},
"@emotion/react": {
"version": "11.1.1",
"resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.1.1.tgz",
"integrity": "sha512-otA0Np8OnOeU9ChkOS9iuLB6vIxiM+bJiU0id33CsQn3R2Pk9ijVHnxevENIKV/P2S7AhrD8cFbUGysEciWlEA==",
"version": "11.1.2",
"resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.1.2.tgz",
"integrity": "sha512-zEpxynUhHm2GqjY556RnA12Ijt0v6rYUwV6WliyGoFbQKJKkXFuTzGHGQx4UY2jKUV1I4yjr66Ajj/qoQMVPeQ==",
"requires": {
"@babel/runtime": "^7.7.2",
"@emotion/cache": "^11.0.0",
"@emotion/serialize": "^1.0.0",
"@emotion/sheet": "^1.0.0",
"@emotion/sheet": "^1.0.1",
"@emotion/utils": "^1.0.0",
"@emotion/weak-memoize": "^0.2.5",
"hoist-non-react-statics": "^3.3.1"
@@ -1353,9 +1353,9 @@
}
},
"@emotion/sheet": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.0.0.tgz",
"integrity": "sha512-cdCHfZtf/0rahPDCZ9zyq+36EqfD/6c0WUqTFZ/hv9xadTUv2lGE5QK7/Z6Dnx2oRxC0usfVM2/BYn9q9B9wZA=="
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.0.1.tgz",
"integrity": "sha512-GbIvVMe4U+Zc+929N1V7nW6YYJtidj31lidSmdYcWozwoBIObXBnaJkKNDjZrLm9Nc0BR+ZyHNaRZxqNZbof5g=="
},
"@emotion/styled": {
"version": "11.0.0",

View File

@@ -23,7 +23,7 @@
"dependencies": {
"@chakra-ui/react": "^1.0.2",
"@chakra-ui/theme-tools": "^1.0.1",
"@emotion/react": "^11.1.1",
"@emotion/react": "^11.1.2",
"@emotion/styled": "^11.0.0",
"@hookform/resolvers": "^1.1.1",
"@lingui/react": "^3.2.3",