From 79a9020e093e4ed7eaf3deff26c4ab827ac5962f Mon Sep 17 00:00:00 2001 From: Zakaria Sichaib Date: Tue, 7 Nov 2023 20:32:30 +0100 Subject: [PATCH] - hello --- package-lock.json | 14 +++++++------- package.json | 5 ++--- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa03608..a587cb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "framer-motion": "^10.16.4", "lottie-react": "^2.4.0", "next": "^14.0.0", - "next-intl": "^3.0.0-rc.7", + "next-intl": "^3.0.0-rc.9", "react": "^18", "react-dom": "^18" }, @@ -3171,9 +3171,9 @@ } }, "node_modules/next-intl": { - "version": "3.0.0-rc.7", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.0.0-rc.7.tgz", - "integrity": "sha512-41gDE/WhqpT79UW4qgslB+FKdiBZHGND0Yfsy8f31lARZElCsQA177tDna87Nkzi2Ji//jHoJofoqlUKPXcIxw==", + "version": "3.0.0-rc.9", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.0.0-rc.9.tgz", + "integrity": "sha512-MrHY5nhrVWPeqia7+1Fn2S4/qUgk05+3Ay+Fi1WTwsgT6eSrMv6+RfPmO6ITbKs0/xQ3T3miqjZcy1WWmGEnmg==", "dependencies": { "@formatjs/intl-localematcher": "^0.2.32", "negotiator": "^0.6.3", @@ -6853,9 +6853,9 @@ } }, "next-intl": { - "version": "3.0.0-rc.7", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.0.0-rc.7.tgz", - "integrity": "sha512-41gDE/WhqpT79UW4qgslB+FKdiBZHGND0Yfsy8f31lARZElCsQA177tDna87Nkzi2Ji//jHoJofoqlUKPXcIxw==", + "version": "3.0.0-rc.9", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.0.0-rc.9.tgz", + "integrity": "sha512-MrHY5nhrVWPeqia7+1Fn2S4/qUgk05+3Ay+Fi1WTwsgT6eSrMv6+RfPmO6ITbKs0/xQ3T3miqjZcy1WWmGEnmg==", "requires": { "@formatjs/intl-localematcher": "^0.2.32", "negotiator": "^0.6.3", diff --git a/package.json b/package.json index a509fab..baaed24 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,9 @@ "framer-motion": "^10.16.4", "lottie-react": "^2.4.0", "next": "^14.0.0", - "next-intl": "^3.0.0-rc.7", + "next-intl": "^3.0.0-rc.9", "react": "^18", - "react-dom": "^18", - "type": "module" + "react-dom": "^18" }, "devDependencies": { "autoprefixer": "^10",