diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eed489b8b3..878689ce6d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,10 @@ updates: interval: "daily" open-pull-requests-limit: 15 groups: + nextjs: + patterns: + - "@next*" + - "next" sentry: patterns: - "@sentry*" diff --git a/packages/app-project/package.json b/packages/app-project/package.json index d48fdf8f3b..c8d672aa8f 100644 --- a/packages/app-project/package.json +++ b/packages/app-project/package.json @@ -53,7 +53,7 @@ "polished": "~4.3.1", "react": "~18.2.0", "react-dom": "~18.2.0", - "react-i18next": "~15.0.1", + "react-i18next": "~14.1.3", "react-resize-detector": "~9.1.0", "styled-components": "~5.3.3", "swr": "~2.2.0", diff --git a/packages/lib-content/package.json b/packages/lib-content/package.json index ea8a13085c..98f1d6fe71 100644 --- a/packages/lib-content/package.json +++ b/packages/lib-content/package.json @@ -37,7 +37,7 @@ "i18next": "~23.16.5", "panoptes-client": "~5.6.0", "prop-types": "~15.8.1", - "react-i18next": "~15.0.1" + "react-i18next": "~14.1.3" }, "peerDependencies": { "@zooniverse/grommet-theme": "3.x.x", diff --git a/packages/lib-react-components/package.json b/packages/lib-react-components/package.json index 21f401b529..829996ff30 100644 --- a/packages/lib-react-components/package.json +++ b/packages/lib-react-components/package.json @@ -50,7 +50,7 @@ "panoptes-client": "~5.6.0", "polished": "~4.3.1", "prop-types": "~15.8.1", - "react-i18next": "~15.0.1", + "react-i18next": "~14.1.3", "react-resize-detector": "~9.1.0", "react-rnd": "10.4.10", "swr": "~2.2.4" diff --git a/yarn.lock b/yarn.lock index 466ed05d7e..f54d48d114 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1293,7 +1293,7 @@ resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310" integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== -"@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.17.8", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.9", "@babel/runtime@^7.24.8", "@babel/runtime@^7.8.4", "@babel/runtime@~7.26.0": +"@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.17.8", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.9", "@babel/runtime@^7.8.4", "@babel/runtime@~7.26.0": version "7.26.0" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1" integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw== @@ -15598,22 +15598,14 @@ react-fast-compare@^3.0.1: resolved "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.0.tgz" integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA== -react-i18next@~14.1.0: - version "14.1.1" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.1.1.tgz#3d942a99866555ae3552c40f9fddfa061e29d7f3" - integrity sha512-QSiKw+ihzJ/CIeIYWrarCmXJUySHDwQr5y8uaNIkbxoGRm/5DukkxZs+RPla79IKyyDPzC/DRlgQCABHtrQuQQ== +react-i18next@~14.1.0, react-i18next@~14.1.3: + version "14.1.3" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.1.3.tgz#85525c4294ef870ddd3f5d184e793cae362f47cb" + integrity sha512-wZnpfunU6UIAiJ+bxwOiTmBOAaB14ha97MjOEnLGac2RJ+h/maIYXZuTHlmyqQVX1UVHmU1YDTQ5vxLmwfXTjw== dependencies: "@babel/runtime" "^7.23.9" html-parse-stringify "^3.0.1" -react-i18next@~15.0.1: - version "15.0.1" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.0.1.tgz#fc662d93829ecb39683fe2757a47ebfbc5c912a0" - integrity sha512-NwxLqNM6CLbeGA9xPsjits0EnXdKgCRSS6cgkgOdNcPXqL+1fYNl8fBg1wmnnHvFy812Bt4IWTPE9zjoPmFj3w== - dependencies: - "@babel/runtime" "^7.24.8" - html-parse-stringify "^3.0.1" - react-is@18.1.0: version "18.1.0" resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67"