From 189b5453521d481454b7f83ec2de527408e0f51a Mon Sep 17 00:00:00 2001 From: leejooy96 Date: Wed, 19 Nov 2025 09:19:42 +0900 Subject: [PATCH] [nextjs] add to support next.js 16 --- packages/pigment-css-nextjs-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pigment-css-nextjs-plugin/package.json b/packages/pigment-css-nextjs-plugin/package.json index 1370234f..0cb5b59b 100644 --- a/packages/pigment-css-nextjs-plugin/package.json +++ b/packages/pigment-css-nextjs-plugin/package.json @@ -36,7 +36,7 @@ "react-dom": "^19.0.0" }, "peerDependencies": { - "next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0" + "next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" }, "sideEffects": false, "publishConfig": {