Skip to content

Commit 276239f

Browse files
authored
Update all of nextjs to version 16.1.7
1 parent f302fce commit 276239f

3 files changed

Lines changed: 86 additions & 243 deletions

File tree

playgrounds/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tailwindcss/postcss": "workspace:^",
1313
"fast-glob": "^3.3.3",
14-
"next": "^16.1.6",
14+
"next": "^16.1.7",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4",
1717
"tailwindcss": "workspace:^"
@@ -21,7 +21,7 @@
2121
"@types/react": "^19.2.14",
2222
"@types/react-dom": "^19.2.3",
2323
"eslint": "^9.39.2",
24-
"eslint-config-next": "^16.1.6",
24+
"eslint-config-next": "^16.1.7",
2525
"typescript": "^5.9.3"
2626
}
2727
}

playgrounds/v3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"upgrade": "node scripts/upgrade.mjs"
1010
},
1111
"dependencies": {
12-
"next": "^16.1.6",
12+
"next": "^16.1.7",
1313
"react": "^19.2.4",
1414
"react-dom": "^19.2.4",
1515
"tailwindcss": "^3"
@@ -20,7 +20,7 @@
2020
"@types/react-dom": "^19.2.3",
2121
"autoprefixer": "^10.4.24",
2222
"eslint": "^9.39.2",
23-
"eslint-config-next": "^16.1.6",
23+
"eslint-config-next": "^16.1.7",
2424
"typescript": "^5.9.3"
2525
}
2626
}

0 commit comments

Comments
 (0)