Skip to content

Commit f17aa1c

Browse files
authored
Update next-drupal from beta to stable 2.0.0 in starters (#888)
1 parent 0bc36b5 commit f17aa1c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

starters/basic-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"next": "^15.1.2",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0",
19-
"next-drupal": "^2.0.0-beta.2"
19+
"next-drupal": "^2.0.0"
2020
},
2121
"devDependencies": {
2222
"@tailwindcss/typography": "^0.5.12",

starters/graphql-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"next": "^15.1.2",
17-
"next-drupal": "^2.0.0-beta.1",
17+
"next-drupal": "^2.0.0",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0"
2020
},

starters/pages-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"next": "^15.1.2",
17-
"next-drupal": "^2.0.0-beta.2",
17+
"next-drupal": "^2.0.0",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0"
2020
},

0 commit comments

Comments
 (0)