@newt-app/templates 0.15.1 → 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -241,7 +241,7 @@ var package_json_default2 = {
241
241
  "@tanstack/react-form": "^1.28.5",
242
242
  "@tanstack/react-query": "^5.90.21",
243
243
  "better-auth": "^1.2.8",
244
- "next": "16.2.1",
244
+ "next": "16.2.10",
245
245
  "react": "^19.2.4",
246
246
  "react-dom": "^19.2.4",
247
247
  "tailwindcss": "^4.2.1"
@@ -9412,7 +9412,7 @@ var package_json_default7 = {
9412
9412
  },
9413
9413
  "devDependencies": {
9414
9414
  "@eslint/js": "^9.39.1",
9415
- "@next/eslint-plugin-next": "^15.5.0",
9415
+ "@next/eslint-plugin-next": "^16.2.10",
9416
9416
  "eslint": "^9.39.1",
9417
9417
  "eslint-config-prettier": "^10.1.1",
9418
9418
  "eslint-plugin-only-warn": "^1.1.0",
@@ -10144,7 +10144,7 @@ var web_package_json_default = {
10144
10144
  "@tanstack/react-form": "^1.28.5",
10145
10145
  "@tanstack/react-query": "^5.90.21",
10146
10146
  "better-auth": "^1.2.8",
10147
- "next": "16.2.1",
10147
+ "next": "16.2.10",
10148
10148
  "react": "^19.2.4",
10149
10149
  "react-dom": "^19.2.4",
10150
10150
  "tailwindcss": "^4.2.1"
@@ -10520,7 +10520,7 @@ var web_package_json_default2 = {
10520
10520
  "@tanstack/react-form": "^1.28.5",
10521
10521
  "@tanstack/react-query": "^5.90.21",
10522
10522
  "better-auth": "^1.2.8",
10523
- "next": "16.2.1",
10523
+ "next": "16.2.10",
10524
10524
  "react": "^19.2.4",
10525
10525
  "react-dom": "^19.2.4",
10526
10526
  "tailwindcss": "^4.2.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newt-app/templates",
3
- "version": "0.15.1",
3
+ "version": "0.16.0",
4
4
  "private": false,
5
5
  "description": "Templates for newt-app",
6
6
  "type": "module",