From a6c88c02aa9b3eb3e505edffd09f4859de58c3f5 Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Wed, 11 Nov 2020 13:32:13 +0200 Subject: [PATCH] update more deps --- lingui.config.js | 27 ++++++++++++++++++--------- package.json | 16 ++++++++-------- 2 files changed, 26 insertions(+), 17 deletions(-) diff --git a/lingui.config.js b/lingui.config.js index 73a1a234b..5db4e310e 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -1,17 +1,26 @@ module.exports = { - locales: ["de", "en", "es", "fr", "it", "nl", "pt", "sv", "el", "ru", "ja", "ko", "zh"], + locales: [ + "de", + "en", + "es", + "fr", + "it", + "nl", + "pt", + "sv", + "el", + "ru", + "ja", + "ko", + "zh", + ], sourceLocale: "en", - fallbackLocale: "en", + fallbackLocales: "en", orderBy: "origin", catalogs: [ { path: "/locale/{locale}/messages", - include: [ - "./pages/", - "./components/", - "./scenes/", - "./lib/" - ], + include: ["./pages/", "./components/", "./scenes/", "./lib/"], }, ], -} \ No newline at end of file +}; diff --git a/package.json b/package.json index 24f6b0c02..4240f4aba 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "dependencies": { "@chakra-ui/core": "^1.0.0-rc.8", "@chakra-ui/theme-tools": "^1.0.0-rc.8", - "@hookform/resolvers": "^1.0.0", - "@lingui/react": "^3.0.3", + "@hookform/resolvers": "^1.0.1", + "@lingui/react": "^3.1.0", "@prisma/client": "^2.10.1", "@sendou/react-sketch": "^0.5.2", "countries-list": "^2.5.6", @@ -32,7 +32,7 @@ "react": "^17.0.1", "react-dom": "^17.0.1", "react-draggable": "^4.4.3", - "react-hook-form": "^6.9.6", + "react-hook-form": "^6.11.0", "react-hotkeys-hook": "^2.4.0", "react-icons": "^3.11.0", "react-markdown": "^5.0.2", @@ -41,13 +41,13 @@ "zod": "^1.11.10" }, "devDependencies": { - "@lingui/cli": "^3.0.3", - "@lingui/macro": "^3.0.3", + "@lingui/cli": "^3.1.0", + "@lingui/macro": "^3.1.0", "@prisma/cli": "^2.10.1", "@types/next-auth": "^3.1.14", - "@types/node": "^14.14.6", - "@types/react": "^16.9.55", - "cypress": "^5.5.0", + "@types/node": "^14.14.7", + "@types/react": "^16.9.56", + "cypress": "^5.6.0", "prettier": "^2.1.2", "ts-node": "^9.0.0", "typescript": "^4.0.5"