Skip to content

Commit 3b24647

Browse files
committed
chore: upd Next.js version
1 parent ce019a8 commit 3b24647

File tree

5 files changed

+253
-460
lines changed

5 files changed

+253
-460
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@lingo.dev/_compiler": patch
3+
"@lingo.dev/_react": patch
4+
"next-app": patch
5+
---
6+
7+
Update Next.js to 15.3.8 to address security vulnerability

demo/next-app/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": "workspace:*",
13-
"next": "15.3.6",
13+
"next": "15.3.8",
1414
"react": "19.2.3",
1515
"react-dom": "19.2.3"
1616
},

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/lodash": "4.17.21",
4646
"@types/object-hash": "3.0.6",
4747
"@types/react": "19.2.7",
48-
"next": "15.2.6",
48+
"next": "15.3.8",
4949
"tsup": "8.5.1",
5050
"typescript": "5.9.3",
5151
"vitest": "4.0.13"

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/react-dom": "19.2.3",
5555
"@vitejs/plugin-react": "4.4.1",
5656
"chokidar-cli": "3.0.0",
57-
"next": "15.2.6",
57+
"next": "15.3.8",
5858
"react": "19.2.3",
5959
"react-dom": "19.2.3",
6060
"tsup": "8.5.1",
@@ -63,7 +63,7 @@
6363
"vitest": "3.1.1"
6464
},
6565
"peerDependencies": {
66-
"next": "15.2.6"
66+
"next": "15.3.8"
6767
},
6868
"dependencies": {
6969
"js-cookie": "3.0.5",

0 commit comments

Comments
 (0)