mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-16 08:27:05 -05:00
upgrade deps
This commit is contained in:
parent
f35c7564c8
commit
2fef7bf3c5
20
package-lock.json
generated
20
package-lock.json
generated
|
|
@ -1363,9 +1363,9 @@
|
|||
}
|
||||
},
|
||||
"@emotion/cache": {
|
||||
"version": "11.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.0.0.tgz",
|
||||
"integrity": "sha512-NStfcnLkL5vj3mBILvkR2m/5vFxo3G0QEreYKDGHNHm9IMYoT/t3j6xwjx6lMI/S1LUJfVHQqn0m9wSINttTTQ==",
|
||||
"version": "11.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.1.3.tgz",
|
||||
"integrity": "sha512-n4OWinUPJVaP6fXxWZD9OUeQ0lY7DvtmtSuqtRWT0Ofo/sBLCVSgb4/Oa0Q5eFxcwablRKjUXqXtNZVyEwCAuA==",
|
||||
"requires": {
|
||||
"@emotion/memoize": "^0.7.4",
|
||||
"@emotion/sheet": "^1.0.0",
|
||||
|
|
@ -1488,12 +1488,12 @@
|
|||
"integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw=="
|
||||
},
|
||||
"@emotion/react": {
|
||||
"version": "11.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.1.2.tgz",
|
||||
"integrity": "sha512-zEpxynUhHm2GqjY556RnA12Ijt0v6rYUwV6WliyGoFbQKJKkXFuTzGHGQx4UY2jKUV1I4yjr66Ajj/qoQMVPeQ==",
|
||||
"version": "11.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.1.3.tgz",
|
||||
"integrity": "sha512-4kTKUm321key/capzff/AEIm8ow9IrcYltqaMQVdKlqMTUQpoO9GozDnDG1YXLYzgFnxYTZUbok3Z0vudylxiA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.7.2",
|
||||
"@emotion/cache": "^11.0.0",
|
||||
"@emotion/cache": "^11.1.3",
|
||||
"@emotion/serialize": "^1.0.0",
|
||||
"@emotion/sheet": "^1.0.1",
|
||||
"@emotion/utils": "^1.0.0",
|
||||
|
|
@ -9848,9 +9848,9 @@
|
|||
}
|
||||
},
|
||||
"swr": {
|
||||
"version": "0.3.10",
|
||||
"resolved": "https://registry.npmjs.org/swr/-/swr-0.3.10.tgz",
|
||||
"integrity": "sha512-4yUM9RAQWNih94Tm8BlOyqgxB9QdwloVb8BOv66hu64+pp+cdKcvw+0pRqnpxALdoKOj2aK2ue0R+yeVL2tSAQ==",
|
||||
"version": "0.3.11",
|
||||
"resolved": "https://registry.npmjs.org/swr/-/swr-0.3.11.tgz",
|
||||
"integrity": "sha512-ya30LuRGK2R7eDlttnb7tU5EmJYJ+N6ytIOM2j0Hqs0qauJcDjVLDOGy7KmFeH5ivOwLHalFaIyYl2K+SGa7HQ==",
|
||||
"requires": {
|
||||
"dequal": "2.0.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
"@chakra-ui/icons": "^1.0.2",
|
||||
"@chakra-ui/react": "^1.0.4",
|
||||
"@chakra-ui/theme-tools": "^1.0.2",
|
||||
"@emotion/react": "^11.1.2",
|
||||
"@emotion/react": "^11.1.3",
|
||||
"@emotion/styled": "^11.0.0",
|
||||
"@hookform/resolvers": "^1.2.0",
|
||||
"@lingui/react": "^3.3.0",
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
"react-select": "^3.1.1",
|
||||
"react-string-replace": "^0.4.4",
|
||||
"recharts": "^1.8.5",
|
||||
"swr": "^0.3.10",
|
||||
"swr": "^0.3.11",
|
||||
"zod": "^1.11.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user