From de5ad45d005488b36f21fed291e18437af468972 Mon Sep 17 00:00:00 2001 From: Aral Roca Gomez Date: Tue, 27 Jun 2023 15:37:44 +0200 Subject: [PATCH] docs: update examples deps (#1092) --- examples/basic/package.json | 2 +- examples/complex/package.json | 2 +- examples/with-app-directory/package.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/basic/package.json b/examples/basic/package.json index e89088b..c68abaf 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -14,6 +14,6 @@ "react-dom": "link:../../node_modules/react-dom" }, "devDependencies": { - "next-translate-plugin": "2.4.3" + "next-translate-plugin": "2.4.4" } } diff --git a/examples/complex/package.json b/examples/complex/package.json index 17148ea..d883e8c 100644 --- a/examples/complex/package.json +++ b/examples/complex/package.json @@ -21,7 +21,7 @@ "@next/bundle-analyzer": "13.4.7", "@types/node": "20.3.1", "@types/react": "18.2.13", - "next-translate-plugin": "2.4.3", + "next-translate-plugin": "2.4.4", "typescript": "5.1.3" }, "resolutions": { diff --git a/examples/with-app-directory/package.json b/examples/with-app-directory/package.json index 26502da..bbf52f4 100644 --- a/examples/with-app-directory/package.json +++ b/examples/with-app-directory/package.json @@ -22,7 +22,7 @@ "@next/bundle-analyzer": "13.4.6", "@types/node": "20.3.1", "@types/react": "18.2.12", - "next-translate-plugin": "2.4.3", + "next-translate-plugin": "2.4.4", "typescript": "5.1.3" }, "resolutions": { diff --git a/package.json b/package.json index e9ee326..6128c52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-translate", - "version": "2.4.3", + "version": "2.4.4", "description": "Tiny and powerful i18n tools (Next plugin + API) to translate your Next.js pages.", "license": "MIT", "keywords": [