Skip to content

Commit

Permalink
upgrade(deps): update dependency typescript to v5.5.3 (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 12, 2024
1 parent e3293fa commit 7429b85
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 51 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ jobs:

- name: Lint source code
run: pnpm lint

- name: Build app for Renovate PRs
if: startsWith(github.event.pull_request.base.ref, 'renovate/')
run: pnpm build
102 changes: 51 additions & 51 deletions pnpm-lock.yaml

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

2 changes: 2 additions & 0 deletions src/app/watch/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { WatchResource } from '../types'

type WatchResourceGroups = {
[key: string]: WatchResource[]
}
Expand Down

0 comments on commit 7429b85

Please sign in to comment.