From 9d7345af5e0426abc380dedcb32af02983265134 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Thu, 25 Feb 2021 16:04:24 +0200 Subject: [PATCH] upgrade deps --- .gitignore | 1 + package-lock.json | 34 +++++++++++++++++----------------- package.json | 18 +++++++++--------- 3 files changed, 27 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index ce2e1d154..e09448520 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ # misc .DS_Store *.pem +.vscode/ # debug npm-debug.log* diff --git a/package-lock.json b/package-lock.json index 281714392..8462c5ce4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,13 +14,13 @@ "@emotion/react": "^11.1.5", "@emotion/styled": "^11.1.5", "@hookform/resolvers": "1.3.0", - "@lingui/react": "^3.5.1", + "@lingui/react": "^3.6.0", "@prisma/client": "^2.17.0", "@sendou/react-sketch": "^0.5.2", "countries-list": "^2.6.1", - "framer-motion": "^3.6.2", + "framer-motion": "^3.7.0", "next": "^10.0.7", - "next-auth": "^3.4.2", + "next-auth": "^3.5.1", "next-images": "^1.7.0", "next-seo": "^4.20.0", "nprogress": "^0.2.0", @@ -34,17 +34,17 @@ "react-markdown": "^4.3.1", "react-select": "^4.1.0", "react-string-replace": "^0.4.4", - "recharts": "^2.0.7", - "sharp": "^0.27.1", + "recharts": "^2.0.8", + "sharp": "^0.27.2", "swr": "^0.4.2", "ts-trueskill": "^3.2.0", "uuid": "^8.3.2", "zod": "^1.11.11" }, "devDependencies": { - "@babel/core": "^7.12.17", - "@lingui/cli": "^3.5.1", - "@lingui/macro": "^3.5.1", + "@babel/core": "^7.13.1", + "@lingui/cli": "^3.6.0", + "@lingui/macro": "^3.6.0", "@types/micro": "^7.3.3", "@types/next-auth": "^3.1.24", "@types/node": "^14.14.31", @@ -59,7 +59,7 @@ "prettier": "^2.2.1", "prisma": "^2.17.0", "ts-node": "^9.1.1", - "typescript": "^4.1.5" + "typescript": "^4.2.2" } }, "node_modules/@babel/code-frame": { @@ -4204,9 +4204,9 @@ } }, "node_modules/framer-motion": { - "version": "3.6.7", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-3.6.7.tgz", - "integrity": "sha512-3DqvW+Ab69dL54gn0YvrWz4+Gg8PCgvXH9Rknx4OXJ226vYzpSjc3imHBM4h974ndVvb8C4/Z3/PyZigEh8m2A==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-3.7.0.tgz", + "integrity": "sha512-sEmI/1a0vG91aFV7zW9vGHJ0O7IO+V/KAUWpuGFmXYbE7WojAomRMOgz7EkeOMgSm408jewf8/KNEzWK5b2N5g==", "dependencies": { "framesync": "^5.1.0", "hey-listen": "^1.0.8", @@ -4218,8 +4218,8 @@ "@emotion/is-prop-valid": "^0.8.2" }, "peerDependencies": { - "react": ">=16.8", - "react-dom": ">=16.8" + "react": ">=16.8 || ^17.0.0", + "react-dom": ">=16.8 || ^17.0.0" } }, "node_modules/framesync": { @@ -12532,9 +12532,9 @@ "integrity": "sha512-E1fz2Xs9ltlUp+qbiyx9wmt2n9dRzPsS11Jtdb8D2o+cC7wr9xkkKsVKJuBX0ST+LVS+LhLO+SbLJNtfWcJvXA==" }, "framer-motion": { - "version": "3.6.7", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-3.6.7.tgz", - "integrity": "sha512-3DqvW+Ab69dL54gn0YvrWz4+Gg8PCgvXH9Rknx4OXJ226vYzpSjc3imHBM4h974ndVvb8C4/Z3/PyZigEh8m2A==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-3.7.0.tgz", + "integrity": "sha512-sEmI/1a0vG91aFV7zW9vGHJ0O7IO+V/KAUWpuGFmXYbE7WojAomRMOgz7EkeOMgSm408jewf8/KNEzWK5b2N5g==", "requires": { "@emotion/is-prop-valid": "^0.8.2", "framesync": "^5.1.0", diff --git a/package.json b/package.json index e7d644b7e..16408f50e 100644 --- a/package.json +++ b/package.json @@ -27,13 +27,13 @@ "@emotion/react": "^11.1.5", "@emotion/styled": "^11.1.5", "@hookform/resolvers": "1.3.0", - "@lingui/react": "^3.5.1", + "@lingui/react": "^3.6.0", "@prisma/client": "^2.17.0", "@sendou/react-sketch": "^0.5.2", "countries-list": "^2.6.1", - "framer-motion": "^3.6.2", + "framer-motion": "^3.7.0", "next": "^10.0.7", - "next-auth": "^3.4.2", + "next-auth": "^3.5.1", "next-images": "^1.7.0", "next-seo": "^4.20.0", "nprogress": "^0.2.0", @@ -47,17 +47,17 @@ "react-markdown": "^4.3.1", "react-select": "^4.1.0", "react-string-replace": "^0.4.4", - "recharts": "^2.0.7", - "sharp": "^0.27.1", + "recharts": "^2.0.8", + "sharp": "^0.27.2", "swr": "^0.4.2", "ts-trueskill": "^3.2.0", "uuid": "^8.3.2", "zod": "^1.11.11" }, "devDependencies": { - "@babel/core": "^7.12.17", - "@lingui/cli": "^3.5.1", - "@lingui/macro": "^3.5.1", + "@babel/core": "^7.13.1", + "@lingui/cli": "^3.6.0", + "@lingui/macro": "^3.6.0", "@types/micro": "^7.3.3", "@types/next-auth": "^3.1.24", "@types/node": "^14.14.31", @@ -72,7 +72,7 @@ "prettier": "^2.2.1", "prisma": "^2.17.0", "ts-node": "^9.1.1", - "typescript": "^4.1.5" + "typescript": "^4.2.2" }, "license": "MIT" }