mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-20 16:55:32 -04:00
offload videos to vercel blob storage
This commit is contained in:
+8
-8
@@ -22,9 +22,9 @@
|
||||
"@giscus/react": "^3.1.0",
|
||||
"@mdx-js/loader": "^3.1.0",
|
||||
"@mdx-js/react": "^3.1.0",
|
||||
"@next/bundle-analyzer": "15.3.0-canary.10",
|
||||
"@next/mdx": "15.3.0-canary.10",
|
||||
"@next/third-parties": "15.3.0-canary.10",
|
||||
"@next/bundle-analyzer": "15.3.0-canary.13",
|
||||
"@next/mdx": "15.3.0-canary.13",
|
||||
"@next/third-parties": "15.3.0-canary.13",
|
||||
"@octokit/graphql": "^8.2.1",
|
||||
"@octokit/graphql-schema": "^15.26.0",
|
||||
"@prisma/client": "^6.5.0",
|
||||
@@ -36,9 +36,9 @@
|
||||
"feed": "^4.2.2",
|
||||
"geist": "^1.3.1",
|
||||
"html-entities": "^2.5.2",
|
||||
"lucide-react": "0.482.0",
|
||||
"lucide-react": "0.483.0",
|
||||
"modern-normalize": "^3.0.1",
|
||||
"next": "15.3.0-canary.10",
|
||||
"next": "15.3.0-canary.13",
|
||||
"obj-str": "^1.1.0",
|
||||
"polished": "^4.3.1",
|
||||
"prop-types": "^15.8.1",
|
||||
@@ -75,12 +75,12 @@
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@types/node": "^22.13.10",
|
||||
"@types/prop-types": "^15.7.14",
|
||||
"@types/react": "^19.0.10",
|
||||
"@types/react": "^19.0.12",
|
||||
"@types/react-dom": "^19.0.4",
|
||||
"@types/react-is": "^19.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^9.22.0",
|
||||
"eslint-config-next": "15.3.0-canary.10",
|
||||
"eslint-config-next": "15.3.0-canary.13",
|
||||
"eslint-config-prettier": "^10.1.1",
|
||||
"eslint-plugin-css-modules": "^2.12.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
@@ -106,7 +106,7 @@
|
||||
"engines": {
|
||||
"node": ">=20.x"
|
||||
},
|
||||
"packageManager": "pnpm@10.6.3+sha512.bb45e34d50a9a76e858a95837301bfb6bd6d35aea2c5d52094fa497a467c43f5c440103ce2511e9e0a2f89c3d6071baac3358fc68ac6fb75e2ceb3d2736065e6",
|
||||
"packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af",
|
||||
"cacheDirectories": [
|
||||
"node_modules",
|
||||
".next/cache"
|
||||
|
||||
Reference in New Issue
Block a user