From 2fef7bf3c5b277c14883bdfbc598b821fa045c54 Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Mon, 21 Dec 2020 14:08:34 +0200 Subject: [PATCH] upgrade deps --- package-lock.json | 20 ++++++++++---------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79d0dd0c6..855ccb59d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index 0ec3796f4..b0475d2dd 100644 --- a/package.json +++ b/package.json @@ -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": {