Skip to content

Commit

Permalink
fix(deps): update dependency figue to v2.1.0 (#99)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency figue to v2.1.0

* refactor(config): removed zod from figue export

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Corentin Thomasset <[email protected]>
  • Loading branch information
renovate[bot] and CorentinTh authored Sep 12, 2024
1 parent f7abaae commit cc595be
Show file tree
Hide file tree
Showing 3 changed files with 550 additions and 367 deletions.
2 changes: 1 addition & 1 deletion packages/app-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@enclosed/lib": "workspace:*",
"@hono/node-server": "^1.12.1",
"date-fns": "^3.6.0",
"figue": "^2.0.0",
"figue": "^2.1.0",
"hono": "^4.5.8",
"lodash-es": "^4.17.21",
"node-cron": "^3.0.3",
Expand Down
3 changes: 2 additions & 1 deletion packages/app-server/src/modules/app/config/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { ConfigDefinition } from 'figue';
import { defineConfig, z } from 'figue';
import { defineConfig } from 'figue';
import { z } from 'zod';

export const configDefinition = {
env: {
Expand Down
Loading

0 comments on commit cc595be

Please sign in to comment.