Skip to content

Commit 492f5c2

Browse files
fix(deps): update all non-major dependencies
1 parent 8bdaf43 commit 492f5c2

File tree

4 files changed

+803
-1075
lines changed

4 files changed

+803
-1075
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
run: pnpm run test:cov
3737

3838
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@v4.5.0
39+
uses: codecov/codecov-action@v4.6.0
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
20.18.3

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -49,26 +49,26 @@
4949
"dependencies": {
5050
"@changesets/get-github-info": "^0.6.0",
5151
"@changesets/types": "^6.0.0",
52-
"dotenv": "^16.4.1"
52+
"dotenv": "^16.4.7"
5353
},
5454
"devDependencies": {
55-
"@changesets/cli": "^2.27.1",
55+
"@changesets/cli": "^2.27.12",
5656
"@changesets/parse": "^0.4.0",
57-
"@commitlint/cli": "^19.0.0",
58-
"@mheob/commitlint-config": "^1.1.1",
57+
"@commitlint/cli": "^19.7.1",
58+
"@mheob/commitlint-config": "^1.2.1",
5959
"@mheob/eslint-config": "^5.2.0",
60-
"@mheob/prettier-config": "^3.2.0",
61-
"@mheob/tsconfig": "^2.0.0",
62-
"@types/node": "^20.11.16",
63-
"@vitest/coverage-istanbul": "^1.2.2",
64-
"commitizen": "^4.3.0",
65-
"cz-git": "^1.8.0",
66-
"eslint": "^8.56.0",
60+
"@mheob/prettier-config": "^3.3.3",
61+
"@mheob/tsconfig": "^2.2.1",
62+
"@types/node": "^20.17.17",
63+
"@vitest/coverage-istanbul": "^1.6.1",
64+
"commitizen": "^4.3.1",
65+
"cz-git": "^1.11.0",
66+
"eslint": "^8.57.1",
6767
"husky": "^8.0.3",
68-
"lint-staged": "^15.2.2",
68+
"lint-staged": "^15.4.3",
6969
"ts-node": "^10.9.2",
70-
"tsup": "^8.0.1",
71-
"typescript": "^5.3.3",
70+
"tsup": "^8.3.6",
71+
"typescript": "^5.7.3",
7272
"vite": "^5.0.12",
7373
"vitest": "^1.2.2"
7474
},

0 commit comments

Comments
 (0)