Skip to content

Commit

Permalink
fix: build and lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Jun 9, 2024
1 parent 0118d79 commit 90eecbe
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .changeset/cold-fishes-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"reg-scraper": patch
"admin-api": patch
"api": patch
"web": patch
---

fix: build and lint error
1 change: 1 addition & 0 deletions apps/admin-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@types/express": "^4.17.21",
"@types/node": "^20.11.25",
"eslint": "8.57.0",
"rimraf": "^5.0.7",
"ts-morph": "^21.0.1",
"typescript": "~5.4.2"
}
Expand Down
1 change: 1 addition & 0 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@types/node": "20.11.25",
"@types/passport-jwt": "^4.0.1",
"eslint": "8.57.0",
"rimraf": "^5.0.7",
"ts-morph": "^21.0.1",
"typescript": "~5.4.2"
},
Expand Down
1 change: 1 addition & 0 deletions apps/reg-scraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@types/node": "20.11.25",
"@types/tough-cookie": "4.0.5",
"eslint": "8.57.0",
"rimraf": "^5.0.7",
"typescript": "~5.4.2"
},
"dependencies": {
Expand Down
6 changes: 5 additions & 1 deletion apps/web/src/common/components/TopBar/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import { useRouter } from 'next/router'

import { AnnouncementBar } from './components/AnnouncementBar'
import { getAnnouncement1, getNotRegChulaWarning, term67Issue } from './components/AnnouncementBar/announcements'
import {
getAnnouncement1,
getNotRegChulaWarning,
term67Issue,
} from './components/AnnouncementBar/announcements'
import { ConfigBar } from './components/ConfigBar'
import { ConfigBarLayout } from './components/ConfigBar/styled'
import { NavBar } from './components/NavBar'
Expand Down
19 changes: 19 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 90eecbe

Please sign in to comment.