From b4304cc4bd08656205c524717e294d7a9cc7d42e Mon Sep 17 00:00:00 2001 From: Marcos Passos Date: Wed, 15 Jan 2025 14:33:00 -0300 Subject: [PATCH] Add support for Next 15 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15cfbfe..1630ac0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@croct/plug": "^0.16.2", - "@croct/plug-react": "https://pkg.pr.new/@croct/plug-react@520", + "@croct/plug-react": "^0.10.0", "@croct/sdk": "^0.17.4", "@vercel/functions": "^1.5.2", "cookie": "^0.7.0", @@ -1981,9 +1981,9 @@ } }, "node_modules/@croct/plug-react": { - "version": "merge", - "resolved": "https://pkg.pr.new/@croct/plug-react@520", - "integrity": "sha512-brwsil/MBbUeSNJHfDGC66jrxy/eUvfEEAUNE64g/U/nwthBV0qnpUVa8fRxiQBRbpHyYaKR40YFl8BbEFGk6A==", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/@croct/plug-react/-/plug-react-0.10.0.tgz", + "integrity": "sha512-VC5HOjYOtmzgPr/Lt0QNlk4phvrtJSMboTOQ6FfhqXQ5InxGPEpV20tIJ55VvvFDsZ0ud2LlsOE305uCRJupQA==", "license": "MIT", "dependencies": { "@croct/plug": "^0.16.2", diff --git a/package.json b/package.json index 5842011..365d3af 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "@croct/plug": "^0.16.2", - "@croct/plug-react": "https://pkg.pr.new/@croct/plug-react@520", + "@croct/plug-react": "^0.10.0", "@croct/sdk": "^0.17.4", "@vercel/functions": "^1.5.2", "cookie": "^0.7.0",