Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
547 changes: 321 additions & 226 deletions chittyassets/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions chittyassets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"db:push": "drizzle-kit push"
},
"dependencies": {
"@anthropic-ai/claude-code": "^2.1.7",
"@google-cloud/storage": "^7.16.0",
"@anthropic-ai/claude-code": "^2.1.53",
"@google-cloud/storage": "^7.19.0",
"@hookform/resolvers": "^3.10.0",
"@jridgewell/trace-mapping": "^0.3.25",
"@neondatabase/serverless": "^0.10.4",
Expand Down Expand Up @@ -106,7 +106,7 @@
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.31.9",
"esbuild": "^0.25.0",
"esbuild": "^0.25.1",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.17",
"tsx": "^4.21.0",
Expand Down
906 changes: 292 additions & 614 deletions chittychain/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions chittychain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"drizzle-zod": "^0.7.0",
"embla-carousel-react": "^8.6.0",
"ethers": "^6.14.4",
"express": "^4.21.2",
"express": "^4.22.1",
"express-rate-limit": "^7.5.0",
"express-session": "^1.19.0",
"framer-motion": "^11.13.1",
Expand All @@ -80,7 +80,7 @@
"memorystore": "^1.6.7",
"multer": "^2.1.1",
"next-themes": "^0.4.6",
"node-vault": "^0.10.5",
"node-vault": "^0.10.10",
"openai": "^5.10.2",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
Expand Down Expand Up @@ -130,7 +130,7 @@
"@vitest/coverage-v8": "^4.0.18",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.31.9",
"esbuild": "^0.25.1",
"esbuild": "^0.25.2",
"postcss": "^8.4.47",
"supertest": "^7.0.0",
"tailwindcss": "^3.4.17",
Expand Down
282 changes: 157 additions & 125 deletions chittychronicle/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions chittychronicle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"db:push": "drizzle-kit push"
},
"dependencies": {
"@google-cloud/storage": "^7.17.0",
"@google-cloud/storage": "^7.19.0",
"@hookform/resolvers": "^3.10.0",
"@jridgewell/trace-mapping": "^0.3.25",
"@neondatabase/serverless": "^0.10.4",
Expand Down Expand Up @@ -105,7 +105,7 @@
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.31.9",
"esbuild": "^0.25.1",
"esbuild": "^0.25.2",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.17",
"tsx": "^4.21.0",
Expand Down
Loading