Skip to content

Commit

Permalink
update next and drizzle
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBeardEth committed Jan 12, 2024
1 parent 01d9b8b commit e64dd0a
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion apps/auth-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"eslint": "^8.55.0",
"nitropack": "^2.8.1",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint": "^8.55.0",
"prettier": "^3.1.0",
"tailwindcss": "3.3.5",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"eslintConfig": {
"root": true,
Expand Down
4 changes: 2 additions & 2 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"inngest": "^3.6.2",
"lodash": "4.17.21",
"lucide-react": "^0.294.0",
"next": "^14.0.3",
"next": "^14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"starknet": "^5.24.3",
Expand All @@ -75,7 +75,7 @@
"eslint": "^8.55.0",
"prettier": "^3.1.0",
"tailwindcss": "3.3.6",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@realms-world/tsconfig": "workspace:*",
"@realms-world/utils": "workspace:*",
"eslint": "^8.55.0",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"@storybook/addon-actions": "^7.6.3",
"@storybook/addon-backgrounds": "^7.6.3",
"@storybook/addon-docs": "^7.6.3",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
},
"devDependencies": {
"@manypkg/cli": "^0.21.1",
"@turbo/gen": "^1.11.0",
"@turbo/gen": "^1.11.3",
"npm-check-updates": "^16.14.11",
"prettier": "^3.1.0",
"tsup": "^8.0.1",
"turbo": "^1.11.0",
"typescript": "^5.3.2"
"turbo": "^1.11.3",
"typescript": "^5.3.3"
},
"overrides": {
"@tanstack/react-query": "4.35.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@realms-world/tsconfig": "workspace:*",
"eslint": "^8.55.0",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"eslintConfig": {
"root": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@auth/core": "^0.18.4",
"@auth/drizzle-adapter": "^0.3.9",
"@t3-oss/env-nextjs": "^0.7.1",
"next": "^14.0.3",
"next": "^14.0.4",
"next-auth": "5.0.0-beta.3",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -28,7 +28,7 @@
"@realms-world/tsconfig": "workspace:*",
"eslint": "^8.55.0",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@realms-world/prettier-config": "workspace:*",
"@realms-world/tsconfig": "workspace:*",
"eslint": "^8.55.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"eslintConfig": {
"extends": [
Expand Down
8 changes: 4 additions & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@neondatabase/serverless": "^0.6.0",
"drizzle-orm": "^0.29.1"
"@neondatabase/serverless": "^0.7.2",
"drizzle-orm": "^0.29.3"
},
"devDependencies": {
"@realms-world/eslint-config": "workspace:*",
"@realms-world/prettier-config": "workspace:*",
"@realms-world/tsconfig": "workspace:*",
"dotenv-cli": "^7.3.0",
"drizzle-kit": "^0.20.6",
"drizzle-kit": "^0.20.10",
"eslint": "^8.55.0",
"postgres-range": "^1.1.3",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@realms-world/prettier-config": "workspace:*",
"@realms-world/tsconfig": "workspace:*",
"eslint": "^8.55.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@realms-world/tsconfig": "workspace:*",
"@types/node": "^20.10.3",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "restricted"
Expand Down
2 changes: 1 addition & 1 deletion tooling/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@realms-world/tsconfig": "workspace:*",
"@types/eslint": "^8.44.8",
"eslint": "^8.55.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion tooling/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@realms-world/tsconfig": "workspace:*",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"prettier": "@realms-world/prettier-config"
}
2 changes: 1 addition & 1 deletion tooling/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@realms-world/tsconfig": "workspace:*",
"eslint": "^8.55.0",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit e64dd0a

Please sign in to comment.