Skip to content

Commit 0a5f311

Browse files
committed
chore: update dependencies
1 parent 9610bc2 commit 0a5f311

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

1414
- name: Install dependencies
1515
run: npm install

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"prepublish": "tsc"
1313
},
1414
"devDependencies": {
15-
"typescript": "^4.9.3"
15+
"typescript": "^5.2.2"
1616
}
1717
}

0 commit comments

Comments
 (0)