Skip to content

Commit a3a01c6

Browse files
committed
feat: update next
1 parent 636a472 commit a3a01c6

3 files changed

Lines changed: 1276 additions & 42 deletions

File tree

cmp/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"proper-lockfile": "^4.1.2"
163163
},
164164
"peerDependencies": {
165-
"next": "^15.0.0 || ^16.0.0",
165+
"next": "^15.0.0 || ^16.0.4",
166166
"react": "^18.0.0 || ^19.0.0",
167167
"react-dom": "^18.0.0 || ^19.0.0"
168168
},

cmp/demo/next16/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@lingo.dev/_compiler": "workspace:*",
13-
"next": "16.0.3",
13+
"next": "^16.0.4",
1414
"react": "19.2.0",
1515
"react-dom": "19.2.0"
1616
},

0 commit comments

Comments
 (0)