diff --git a/package.json b/package.json index a8d0986..77b11cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-starter", - "version": "0.1.0", + "version": "2.0.0-alpha.0", "private": true, "license": "MIT", "scripts": { @@ -14,7 +14,7 @@ }, "dependencies": { "next": "^14", - "next-drupal": "^1.6.0", + "next-drupal": "^2.0.0-alpha.0", "react": "^18.2.0", "react-dom": "^18.2.0" },