From 09639a3af3d04845744757d2c3d7f235ce3ae369 Mon Sep 17 00:00:00 2001 From: Jan Amann Date: Thu, 29 Jun 2023 10:09:18 +0200 Subject: [PATCH] feat: Add `useMessages` for convenience and restructure docs to be App Router-first (#345) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a3cbb4c88..b353f7ea9 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,7 @@ "eslint": "^8.39.0", "eslint-config-molindo": "^6.0.0", "eslint-plugin-deprecation": "^1.4.1", + "jest-environment-jsdom": "^27.0.0", "next": "^13.4.6", "react": "^18.2.0", "react-dom": "^18.2.0",