Skip to content

Commit

Permalink
fix lint + update typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
cungminh2710 committed Apr 30, 2024
1 parent 039324a commit 42de870
Show file tree
Hide file tree
Showing 6 changed files with 148 additions and 139 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:

env:
SKIP_ENV_VALIDATION: 1
DATABASE_URL: "file:./db.sqlite"

steps:
- uses: actions/checkout@v4
Expand All @@ -65,6 +66,9 @@ jobs:
matrix:
node-version: [20.x]

env:
DATABASE_URL: "file:./db.sqlite"

steps:
- uses: actions/checkout@v4
- name: pnpm install
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"engines": {
"node": "20",
"pnpm": "9"
},
"volta": {
"node": "20.12.2"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"eslint-plugin-only-warn": "1.1.0",
"@typescript-eslint/parser": "7.1.0",
"@typescript-eslint/eslint-plugin": "7.1.0",
"typescript": "5.3.3"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"storybook": "8.0.9",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "1.0.7",
"typescript": "5.3.3"
"typescript": "5.4.5"
},
"dependencies": {
"@hookform/resolvers": "3.3.4",
Expand Down
2 changes: 2 additions & 0 deletions packages/ui/tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable no-undef */

import { type Config } from 'tailwindcss';
import { fontFamily } from 'tailwindcss/defaultTheme';

Expand Down
Loading

0 comments on commit 42de870

Please sign in to comment.