mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-20 16:55:32 -04:00
remove prisma accelerate extension
This commit is contained in:
+6
-7
@@ -17,16 +17,15 @@
|
||||
"start": "next start",
|
||||
"lint": "next lint --no-cache",
|
||||
"typecheck": "tsc",
|
||||
"postinstall": "prisma generate --no-engine"
|
||||
"postinstall": "prisma generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@giscus/react": "^3.1.0",
|
||||
"@mdx-js/mdx": "^3.1.0",
|
||||
"@next/bundle-analyzer": "15.2.0-canary.55",
|
||||
"@next/bundle-analyzer": "15.2.0-canary.60",
|
||||
"@octokit/graphql": "^8.2.0",
|
||||
"@octokit/graphql-schema": "^15.25.0",
|
||||
"@prisma/client": "^6.3.1",
|
||||
"@prisma/extension-accelerate": "^1.2.1",
|
||||
"@react-spring/web": "^9.7.5",
|
||||
"@vercel/analytics": "^1.5.0",
|
||||
"clsx": "^2.1.1",
|
||||
@@ -37,7 +36,7 @@
|
||||
"feed": "^4.2.2",
|
||||
"gray-matter": "^4.0.3",
|
||||
"modern-normalize": "^3.0.1",
|
||||
"next": "15.2.0-canary.55",
|
||||
"next": "15.2.0-canary.60",
|
||||
"obj-str": "^1.1.0",
|
||||
"p-map": "^7.0.3",
|
||||
"p-memoize": "^7.1.1",
|
||||
@@ -70,19 +69,19 @@
|
||||
"@eslint/js": "^9.20.0",
|
||||
"@jakejarvis/eslint-config": "~4.0.7",
|
||||
"@types/comma-number": "^2.1.2",
|
||||
"@types/node": "^22.13.1",
|
||||
"@types/node": "^22.13.4",
|
||||
"@types/prop-types": "^15.7.14",
|
||||
"@types/react": "^19.0.8",
|
||||
"@types/react-dom": "^19.0.3",
|
||||
"@types/react-is": "^19.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "~9.20.1",
|
||||
"eslint-config-next": "15.2.0-canary.55",
|
||||
"eslint-config-next": "15.2.0-canary.60",
|
||||
"eslint-config-prettier": "~10.0.1",
|
||||
"eslint-plugin-mdx": "~3.1.5",
|
||||
"eslint-plugin-prettier": "~5.2.3",
|
||||
"lint-staged": "^15.4.3",
|
||||
"prettier": "^3.5.0",
|
||||
"prettier": "^3.5.1",
|
||||
"prisma": "^6.3.1",
|
||||
"schema-dts": "^1.1.2",
|
||||
"simple-git-hooks": "^2.11.1",
|
||||
|
||||
Reference in New Issue
Block a user