Skip to content

Commit

Permalink
improve: update all deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed May 16, 2024
1 parent 2b4969f commit 25c8587
Show file tree
Hide file tree
Showing 3 changed files with 319 additions and 490 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: pnpm build
- run: pnpm check:lint
publint:
runs-on: ubuntu-latest
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,25 @@
"@tsconfig/recommended": "1.0.6",
"@tsconfig/strictest": "2.0.5",
"@types/inquirer": "9.0.7",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"dripip": "0.10.0",
"eslint": "9.1.1",
"eslint": "9.2.0",
"eslint-config-prisma": "0.6.0",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-tsdoc": "0.2.17",
"execa": "8.0.1",
"execa": "9.1.0",
"fast-glob": "3.3.2",
"floggy": "0.3.5",
"fs-jetpack": "5.1.0",
"inquirer": "9.2.19",
"inquirer": "9.2.21",
"markdown-toc": "1.2.0",
"publint": "^0.2.7",
"tsx": "4.7.2",
"tsx": "4.10.2",
"typescript": "5.4.5",
"vitest": "1.5.0"
"vitest": "1.6.0"
}
}

0 comments on commit 25c8587

Please sign in to comment.