Skip to content

Commit

Permalink
upgrade gql.tada again
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Dec 15, 2024
1 parent 25326a8 commit 7365f80
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 230 deletions.
2 changes: 1 addition & 1 deletion apps/gnocchi/verdant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@verdant-web/react": "40.1.0",
"@verdant-web/store": "4.1.0",
"cuid": "^2.1.8",
"gql.tada": "1.8.2",
"gql.tada": "1.8.10",
"stopword": "^2.0.8"
},
"devDependencies": {
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 @@ -51,7 +51,7 @@
"date-fns": "^2.29.3",
"downshift": "9.0.6",
"fractional-indexing": "^3.0.1",
"gql.tada": "1.8.2",
"gql.tada": "1.8.10",
"jotai": "^1.13.0",
"just-mix": "^0.3.3",
"pako": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/trip-tick/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"downshift": "^7.0.1",
"gql.tada": "1.8.2",
"gql.tada": "1.8.10",
"pluralize": "^8.0.0",
"react": "19.0.0",
"react-dom": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion biscuits.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
],
"settings": {
"typescript.tsdk": "🌐 Web\\..\\node_modules\\typescript\\lib",
"typescript.tsdk": "🌐 Web\\node_modules\\typescript\\lib",
"unocss.root": [
"🌐 Web",
"🍝 Gnocchi\\web",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@biscuits/libraries": "workspace:*",
"@stripe/react-stripe-js": "2.7.3",
"@stripe/stripe-js": "4.2.0",
"gql.tada": "1.8.2"
"gql.tada": "1.8.10"
},
"peerDependencies": {
"@a-type/ui": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@biscuits/apps": "workspace:*",
"@biscuits/error": "workspace:*",
"@biscuits/libraries": "workspace:*",
"gql.tada": "1.8.2",
"gql.tada": "1.8.10",
"graphql": "16.9.0",
"react": "19.0.0"
},
Expand Down
Loading

0 comments on commit 7365f80

Please sign in to comment.