Skip to content

Commit

Permalink
chore: upgrade deps for db
Browse files Browse the repository at this point in the history
  • Loading branch information
joshxfi committed Aug 1, 2024
1 parent 8cd86fd commit 61af0b1
Show file tree
Hide file tree
Showing 3 changed files with 499 additions and 346 deletions.
8 changes: 4 additions & 4 deletions apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.5",
"@node-rs/argon2": "^1.8.3",
"@sentry/nextjs": "^8",
"@sentry/nextjs": "^8.21.0",
"@types/mdx": "^2.0.13",
"@umamin/aes": "workspace:*",
"@umamin/db": "workspace:*",
"@umamin/gql": "workspace:*",
"@umamin/ui": "workspace:*",
"@urql/core": "^5.0.4",
"@urql/core": "^5.0.5",
"@urql/exchange-graphcache": "^7.1.1",
"@urql/exchange-persisted": "^4.3.0",
"@urql/next": "^1.1.1",
Expand All @@ -41,7 +41,7 @@
"date-fns": "^3.6.0",
"firebase": "^10.12.4",
"geist": "^1.3.1",
"gql.tada": "^1.8.2",
"gql.tada": "^1.8.5",
"graphql": "^16.9.0",
"graphql-yoga": "^5.6.0",
"lucia": "^3.2.0",
Expand All @@ -65,7 +65,7 @@
"zustand": "^4.5.4"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.11",
"@0no-co/graphqlsp": "^1.12.12",
"@types/node": "^20",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"devDependencies": {
"@types/node": "^20.14.2",
"@umamin/tsconfig": "workspace:*",
"drizzle-kit": "^0.23.0",
"drizzle-kit": "^0.23.1",
"typescript": "^5.4.5"
},
"dependencies": {
"@libsql/client": "^0.7.0",
"@libsql/client": "^0.8.0",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.32.1"
}
Expand Down
Loading

0 comments on commit 61af0b1

Please sign in to comment.