Skip to content

Commit

Permalink
chore(deps-dev): bump Typescript from 5.4.5 to 5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol committed Jan 4, 2025
1 parent 9d6ee91 commit 3d590da
Show file tree
Hide file tree
Showing 3 changed files with 3,332 additions and 2,726 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: pnpm run type-check

- name: Commit lint
run: echo ${{ github.event.pull_request.title }} | pnpm commitlint --verbose
run: echo "${{ github.event.pull_request.title }}" | pnpm commitlint --verbose

test:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@types/ramda": "0.30.0",
"@types/node": "20.12.11",
"@types/ramda": "0.30.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"esbuild": "0.21.1",
Expand All @@ -54,7 +54,7 @@
"prettier": "3.2.5",
"release-it": "17.2.1",
"tsx": "4.9.4",
"typescript": "5.4.5",
"typescript": "5.7.2",
"vitest": "1.6.0"
},
"engines": {
Expand Down
Loading

0 comments on commit 3d590da

Please sign in to comment.