Skip to content

Commit 40c4c6a

Browse files
authored
Bump dependencies (#12)
1 parent 15fd477 commit 40c4c6a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [16.x, 18.x]
18+
node-version: [16.x, 18.x, 20.x]
1919

2020
steps:
2121
- name: Checkout Repository

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [18.x]
17+
node-version: [20.x]
1818

1919
steps:
2020
- name: Checkout Repository

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@
4646
"prepublishOnly": "npm run build"
4747
},
4848
"devDependencies": {
49-
"@vitest/coverage-c8": "0.29.8",
49+
"@vitest/coverage-c8": "^0.31.1",
5050
"@rollup/plugin-terser": "^0.4.0",
5151
"auto-changelog": "^2.4.0",
5252
"del-cli": "^5.0.0",
53-
"eslint": "^8.38.0",
53+
"eslint": "^8.41.0",
5454
"eslint-config-prettier": "^8.8.0",
5555
"eslint-plugin-import": "^2.27.5",
5656
"eslint-plugin-prettier": "^4.2.1",
5757
"precise": "^2.0.1",
58-
"rollup": "^3.20.2",
59-
"vitest": "0.29.8",
58+
"rollup": "^3.22.0",
59+
"vitest": "^0.31.1",
6060
"tsd": "^0.28.1",
6161
"typescript": "^5.0.4"
6262
},

0 commit comments

Comments
 (0)