Skip to content

Commit

Permalink
Upgrade deps (#126)
Browse files Browse the repository at this point in the history
* Upgrade deps

* Create lazy-monkeys-juggle.md
  • Loading branch information
rjdellecese authored Dec 18, 2024
1 parent a5913f0 commit b18a56d
Show file tree
Hide file tree
Showing 10 changed files with 827 additions and 877 deletions.
5 changes: 5 additions & 0 deletions .changeset/lazy-monkeys-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rjdellecese/confect": patch
---

Upgrade deps
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
2 changes: 1 addition & 1 deletion example/convex/http/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ApiGroup extends HttpApiGroup.make("notes")
.annotate(OpenApi.Title, "Notes")
.annotate(OpenApi.Description, "Operations on notes.") {}

export class Api extends HttpApi.empty
export class Api extends HttpApi.make("Api")
.annotate(OpenApi.Title, "Confect Example")
.annotate(
OpenApi.Description,
Expand Down
20 changes: 10 additions & 10 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"author": "",
"license": "ISC",
"dependencies": {
"@effect/platform": "0.69.24",
"@effect/platform": "0.71.5",
"@rjdellecese/confect": "file:../",
"convex": "1.17.0",
"effect": "3.10.15",
"react": "18.3.1",
"react-dom": "18.3.1",
"vite": "5.4.11"
"convex": "1.17.4",
"effect": "3.11.8",
"react": "19.0.0",
"react-dom": "19.0.0",
"vite": "5.1.8"
},
"devDependencies": {
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "4.3.4",
"concurrently": "9.1.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
Loading

0 comments on commit b18a56d

Please sign in to comment.