Skip to content

Commit

Permalink
upgrade verdant, db sharding
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Jun 22, 2024
1 parent 643392f commit 50cf0b2
Show file tree
Hide file tree
Showing 19 changed files with 421 additions and 276 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,5 @@ dist
backups/

.DS_Store

*.bak
8 changes: 4 additions & 4 deletions apps/gnocchi/verdant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"dependencies": {
"@0no-co/graphqlsp": "1.12.8",
"@biscuits/client": "workspace:*",
"@verdant-web/cli": "^4.4.0",
"@verdant-web/common": "2.3.2",
"@verdant-web/react": "33.0.0",
"@verdant-web/store": "3.7.0",
"@verdant-web/cli": "^4.4.1",
"@verdant-web/common": "2.3.4",
"@verdant-web/react": "34.0.1",
"@verdant-web/store": "3.8.1",
"cuid": "^2.1.8",
"stopword": "^2.0.8"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/gnocchi/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@use-gesture/react": "^10.2.24",
"@vercel/analytics": "^0.1.6",
"@verdant-web/react-router": "^0.6.2",
"@verdant-web/store": "^3.7.0",
"@verdant-web/store": "^3.8.1",
"@zip.js/zip.js": "^2.7.6",
"classnames": "^2.3.2",
"convert-units": "^3.0.0-beta.4",
Expand Down
8 changes: 4 additions & 4 deletions apps/humding/verdant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"react": "18.3.1"
},
"dependencies": {
"@verdant-web/cli": "4.4.0",
"@verdant-web/common": "2.3.2",
"@verdant-web/react": "33.0.0",
"@verdant-web/store": "^3.7.0"
"@verdant-web/cli": "4.4.1",
"@verdant-web/common": "2.3.4",
"@verdant-web/react": "34.0.1",
"@verdant-web/store": "^3.8.1"
}
}
8 changes: 4 additions & 4 deletions apps/marginalia/verdant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"react": "18.3.1"
},
"dependencies": {
"@verdant-web/cli": "^4.4.0",
"@verdant-web/common": "^2.3.2",
"@verdant-web/react": "^33.0.0",
"@verdant-web/store": "^3.7.0",
"@verdant-web/cli": "^4.4.1",
"@verdant-web/common": "^2.3.4",
"@verdant-web/react": "^34.0.1",
"@verdant-web/store": "^3.8.1",
"cuid": "^2.1.8"
}
}
8 changes: 4 additions & 4 deletions apps/star-chart/verdant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"react": "18.3.1"
},
"dependencies": {
"@verdant-web/cli": "4.4.0",
"@verdant-web/common": "2.3.2",
"@verdant-web/react": "33.0.0",
"@verdant-web/store": "3.7.0"
"@verdant-web/cli": "4.4.1",
"@verdant-web/common": "2.3.4",
"@verdant-web/react": "34.0.1",
"@verdant-web/store": "3.8.1"
}
}
8 changes: 4 additions & 4 deletions apps/trip-tick/verdant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"react": "18.3.1"
},
"dependencies": {
"@verdant-web/cli": "^4.4.0",
"@verdant-web/common": "2.3.2",
"@verdant-web/react": "33.0.0",
"@verdant-web/store": "3.7.0",
"@verdant-web/cli": "^4.4.1",
"@verdant-web/common": "2.3.4",
"@verdant-web/react": "34.0.1",
"@verdant-web/store": "3.8.1",
"cuid": "^2.1.8"
}
}
4 changes: 2 additions & 2 deletions apps/trip-tick/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@tanstack/react-query": "^4.24.10",
"@trip-tick.biscuits/verdant": "workspace:*",
"@unocss/transformer-variant-group": "^0.54.1",
"@verdant-web/react": "^33.0.0",
"@verdant-web/react": "^34.0.1",
"@verdant-web/react-router": "^0.6.2",
"@verdant-web/store": "^3.7.0",
"@verdant-web/store": "^3.8.1",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"downshift": "^7.0.1",
Expand Down
8 changes: 4 additions & 4 deletions apps/wish-wash/verdant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"react": "18.3.1"
},
"dependencies": {
"@verdant-web/cli": "^4.4.0",
"@verdant-web/common": "^2.3.2",
"@verdant-web/react": "^33.0.0",
"@verdant-web/store": "^3.7.0"
"@verdant-web/cli": "^4.4.1",
"@verdant-web/common": "^2.3.4",
"@verdant-web/react": "^34.0.1",
"@verdant-web/store": "^3.8.1"
}
}
1 change: 1 addition & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ EMAIL_USER = "[email protected]"
UI_ORIGIN = "https://biscuits.club"
DATABASE_FILE = "/data/database.sqlite"
STORAGE_DATABASE_FILE = "/data/storage.sqlite"
STORAGE_DATABASES_DIRECTORY = "/data/storage"
HOST = "https://api.biscuits.club"
NODE_ENV = "production"

Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@a-type/ui": "^0.8.21",
"@types/react": "18.3.3",
"@verdant-web/react-router": "0.6.2",
"@verdant-web/store": "^3.7.0",
"@verdant-web/store": "^3.8.1",
"react": "18.3.1",
"vite-plugin-pwa": "0.19.2"
}
Expand Down
Loading

0 comments on commit 50cf0b2

Please sign in to comment.