Skip to content

Commit deb8005

Browse files
authored
Nik/upgrade next (#576)
1 parent 2bc0d77 commit deb8005

File tree

5 files changed

+132
-152
lines changed

5 files changed

+132
-152
lines changed

apps/next-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@graphprotocol/grc-20": "^0.27.0",
1515
"@graphprotocol/hypergraph": "workspace:*",
1616
"@graphprotocol/hypergraph-react": "workspace:*",
17-
"next": "15.5.0",
17+
"next": "15.5.9",
1818
"react": "^19.1.1",
1919
"react-dom": "^19.1.1"
2020
},

apps/template-nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"class-variance-authority": "^0.7.1",
2626
"clsx": "^2.1.1",
2727
"lucide-react": "^0.541.0",
28-
"next": "15.5.0",
28+
"next": "15.5.9",
2929
"postcss": "^8.5.6",
3030
"react": "^19.1.1",
3131
"react-dom": "^19.1.1",
@@ -38,7 +38,7 @@
3838
"@types/react": "^19.1.10",
3939
"@types/react-dom": "^19.1.7",
4040
"eslint": "^9.33.0",
41-
"eslint-config-next": "15.5.0",
41+
"eslint-config-next": "15.5.9",
4242
"prettier": "^3.6.2",
4343
"tw-animate-css": "^1.3.7",
4444
"typescript": "^5.9.2"

packages/create-hypergraph/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# create-hypergraph
22

3+
## 0.7.0
4+
### Minor Changes
5+
6+
- 86d08f2: upgrade nextjs in nextjs template
7+
38
## 0.6.0
49
### Minor Changes
510

packages/create-hypergraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-hypergraph",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "CLI toolchain to scaffold a Hypergraph-enabled application with a given template.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)