templates: bump for v3.7.0 (#9966)
🤖 Automated bump of templates for v3.7.0
Triggered by user: @denolfe
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
5195
templates/blank/pnpm-lock.yaml
generated
5195
templates/blank/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
5943
templates/website/pnpm-lock.yaml
generated
5943
templates/website/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": "f64eb78b-eee1-4f0a-b16e-0678c981d038",
|
||||
"id": "20001806-b0fc-4802-9876-a09dc4c99242",
|
||||
"prevId": "00000000-0000-0000-0000-000000000000",
|
||||
"version": "7",
|
||||
"dialect": "postgresql",
|
||||
@@ -1,9 +1,9 @@
|
||||
import * as migration_20241211_181852_initial from './20241211_181852_initial'
|
||||
import * as migration_20241213_192425_initial from './20241213_192425_initial'
|
||||
|
||||
export const migrations = [
|
||||
{
|
||||
up: migration_20241211_181852_initial.up,
|
||||
down: migration_20241211_181852_initial.down,
|
||||
name: '20241211_181852_initial',
|
||||
up: migration_20241213_192425_initial.up,
|
||||
down: migration_20241213_192425_initial.down,
|
||||
name: '20241213_192425_initial',
|
||||
},
|
||||
]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": "caa6bd33-8ffb-423d-a29d-c6f36780fb0c",
|
||||
"id": "8f2699f4-cb17-4a86-b401-e9e83293c22a",
|
||||
"prevId": "00000000-0000-0000-0000-000000000000",
|
||||
"version": "7",
|
||||
"dialect": "postgresql",
|
||||
@@ -1,9 +1,9 @@
|
||||
import * as migration_20241211_181826_initial from './20241211_181826_initial'
|
||||
import * as migration_20241213_192401_initial from './20241213_192401_initial'
|
||||
|
||||
export const migrations = [
|
||||
{
|
||||
up: migration_20241211_181826_initial.up,
|
||||
down: migration_20241211_181826_initial.down,
|
||||
name: '20241211_181826_initial',
|
||||
up: migration_20241213_192401_initial.up,
|
||||
down: migration_20241213_192401_initial.down,
|
||||
name: '20241213_192401_initial',
|
||||
},
|
||||
]
|
||||
|
||||
2
templates/with-vercel-website/next-env.d.ts
vendored
2
templates/with-vercel-website/next-env.d.ts
vendored
@@ -2,4 +2,4 @@
|
||||
/// <reference types="next/image-types/global" />
|
||||
|
||||
// NOTE: This file should not be edited
|
||||
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
|
||||
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
"autoprefixer": "^10.4.19",
|
||||
"copyfiles": "^2.4.1",
|
||||
"eslint": "^9.16.0",
|
||||
"eslint-config-next": "^15.1.0",
|
||||
"eslint-config-next": "15.1.0",
|
||||
"postcss": "^8.4.38",
|
||||
"prettier": "^3.4.2",
|
||||
"tailwindcss": "^3.4.3",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": "fc9ae914-9413-4fca-a0a1-48eddce34984",
|
||||
"id": "c89eccb3-f76a-45b8-9111-43eaa823a07e",
|
||||
"prevId": "00000000-0000-0000-0000-000000000000",
|
||||
"version": "7",
|
||||
"dialect": "postgresql",
|
||||
@@ -1,9 +1,9 @@
|
||||
import * as migration_20241211_181841_initial from './20241211_181841_initial'
|
||||
import * as migration_20241213_192414_initial from './20241213_192414_initial'
|
||||
|
||||
export const migrations = [
|
||||
{
|
||||
up: migration_20241211_181841_initial.up,
|
||||
down: migration_20241211_181841_initial.down,
|
||||
name: '20241211_181841_initial',
|
||||
up: migration_20241213_192414_initial.up,
|
||||
down: migration_20241213_192414_initial.down,
|
||||
name: '20241213_192414_initial',
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user