aboutsummaryrefslogtreecommitdiffstats
path: root/middleware
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-01 23:43:22 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-02 01:27:15 -0700
commitc69189dbf844842049ca8a511803da89b5d1d9e9 (patch)
tree88784ff3d0f09ef9dfdbf94c919fd25f93ea4f99 /middleware
parent63dd4995224db0540be1bca7a8f8d463483f8e43 (diff)
add news feed archival to db
Diffstat (limited to 'middleware')
-rw-r--r--middleware/package.json49
-rw-r--r--middleware/pnpm-lock.yaml15
2 files changed, 24 insertions, 40 deletions
diff --git a/middleware/package.json b/middleware/package.json
index 288c55b..a4446e3 100644
--- a/middleware/package.json
+++ b/middleware/package.json
@@ -1,27 +1,26 @@
{
- "name": "og-cron",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "next dev",
- "build": "next build",
- "start": "next start",
- "lint": "next lint"
- },
- "dependencies": {
- "@next/font": "14.2.15",
- "@types/node": "24.0.8",
- "@types/react": "19.1.8",
- "@types/react-dom": "19.1.6",
- "@upstash/redis": "^1.35.0",
- "@vercel/analytics": "^1.5.0",
- "@vercel/og": "^0.6.8",
- "eslint": "9.30.0",
- "eslint-config-next": "15.3.4",
- "global": "^4.4.0",
- "next": "^15.3.4",
- "react": "19.1.0",
- "react-dom": "19.1.0",
- "typescript": "5.8.3"
- }
+ "name": "og-cron",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start",
+ "lint": "next lint"
+ },
+ "dependencies": {
+ "@next/font": "14.2.15",
+ "@types/node": "24.0.8",
+ "@types/react": "19.1.8",
+ "@types/react-dom": "19.1.6",
+ "@vercel/analytics": "^1.5.0",
+ "@vercel/og": "^0.6.8",
+ "eslint": "9.30.0",
+ "eslint-config-next": "15.3.4",
+ "global": "^4.4.0",
+ "next": "^15.3.4",
+ "react": "19.1.0",
+ "react-dom": "19.1.0",
+ "typescript": "5.8.3"
+ }
}
diff --git a/middleware/pnpm-lock.yaml b/middleware/pnpm-lock.yaml
index 83f2e87..99b252e 100644
--- a/middleware/pnpm-lock.yaml
+++ b/middleware/pnpm-lock.yaml
@@ -20,9 +20,6 @@ importers:
'@types/react-dom':
specifier: 19.1.6
version: 19.1.6(@types/react@19.1.8)
- '@upstash/redis':
- specifier: ^1.35.0
- version: 1.35.0
'@vercel/analytics':
specifier: ^1.5.0
version: 1.5.0(next@15.3.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react@19.1.0)
@@ -516,9 +513,6 @@ packages:
cpu: [x64]
os: [win32]
- '@upstash/redis@1.35.0':
- resolution: {integrity: sha512-WUm0Jz1xN4DBDGeJIi2Y0kVsolWRB2tsVds4SExaiLg4wBdHFMB+8IfZtBWr+BP0FvhuBr5G1/VLrJ9xzIWHsg==}
-
'@vercel/analytics@1.5.0':
resolution: {integrity: sha512-MYsBzfPki4gthY5HnYN7jgInhAZ7Ac1cYDoRWFomwGHWEX7odTEzbtg9kf/QSo7XEsEAqlQugA6gJ2WS2DEa3g==}
peerDependencies:
@@ -1665,9 +1659,6 @@ packages:
resolution: {integrity: sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==}
engines: {node: '>= 0.4'}
- uncrypto@0.1.3:
- resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==}
-
undici-types@7.8.0:
resolution: {integrity: sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==}
@@ -2118,10 +2109,6 @@ snapshots:
'@unrs/resolver-binding-win32-x64-msvc@1.9.2':
optional: true
- '@upstash/redis@1.35.0':
- dependencies:
- uncrypto: 0.1.3
-
'@vercel/analytics@1.5.0(next@15.3.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react@19.1.0)':
optionalDependencies:
next: 15.3.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
@@ -3525,8 +3512,6 @@ snapshots:
has-symbols: 1.1.0
which-boxed-primitive: 1.1.1
- uncrypto@0.1.3: {}
-
undici-types@7.8.0: {}
unicode-trie@2.0.0:
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage