Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 22137c8 commit b7fc2a8
Show file tree
Hide file tree
Showing 4 changed files with 777 additions and 886 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
run: pnpm run test:cov

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
20.18.0
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,28 +49,28 @@
"dependencies": {
"@changesets/get-github-info": "^0.6.0",
"@changesets/types": "^6.0.0",
"dotenv": "^16.4.1"
"dotenv": "^16.4.5"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@changesets/cli": "^2.27.9",
"@changesets/parse": "^0.4.0",
"@commitlint/cli": "^19.0.0",
"@mheob/commitlint-config": "^1.1.1",
"@commitlint/cli": "^19.5.0",
"@mheob/commitlint-config": "^1.1.2",
"@mheob/eslint-config": "^5.2.0",
"@mheob/prettier-config": "^3.2.0",
"@mheob/tsconfig": "^2.0.0",
"@types/node": "^20.11.16",
"@vitest/coverage-istanbul": "^1.2.2",
"commitizen": "^4.3.0",
"cz-git": "^1.8.0",
"eslint": "^8.56.0",
"@mheob/prettier-config": "^3.3.1",
"@mheob/tsconfig": "^2.2.1",
"@types/node": "^20.16.11",
"@vitest/coverage-istanbul": "^1.6.0",
"commitizen": "^4.3.1",
"cz-git": "^1.10.1",
"eslint": "^8.57.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.10",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vite": "^5.0.12",
"vitest": "^1.2.2"
"vitest": "^1.6.0"
},
"tsup": {
"clean": true,
Expand Down
Loading

0 comments on commit b7fc2a8

Please sign in to comment.