mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Change prisma version and remove imports in seeder.
This commit is contained in:
parent
bd853cf1dc
commit
9ce5458dc8
3 changed files with 4795 additions and 6 deletions
|
|
@ -48,7 +48,7 @@
|
|||
"postcss-preset-env": "^8.5.1",
|
||||
"prettier": "^2.8.8",
|
||||
"prettier-plugin-svelte": "^2.10.1",
|
||||
"prisma": "^5.3.1",
|
||||
"prisma": "^5.4.2",
|
||||
"sass": "^1.65.1",
|
||||
"satori": "^0.10.4",
|
||||
"satori-html": "^0.3.2",
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
"@lukeed/uuid": "^2.0.1",
|
||||
"@melt-ui/svelte": "^0.50.1",
|
||||
"@paralleldrive/cuid2": "^2.2.2",
|
||||
"@prisma/client": "^5.3.1",
|
||||
"@prisma/client": "^5.4.2",
|
||||
"@types/feather-icons": "^4.29.1",
|
||||
"@vercel/og": "^0.5.13",
|
||||
"bits-ui": "^0.0.27",
|
||||
|
|
|
|||
4793
pnpm-lock.yaml
Normal file
4793
pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,8 +1,4 @@
|
|||
import { PrismaClient } from '@prisma/client';
|
||||
import kebabCase from 'just-kebab-case';
|
||||
import { createId } from '@paralleldrive/cuid2';
|
||||
import categories from './categories.json' assert { type: 'json' };
|
||||
import mechanics from './mechanics.json' assert { type: 'json' };
|
||||
|
||||
const prisma = new PrismaClient();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue