Skip to content

Commit a8f9335

Browse files
committed
chore: update deps
1 parent 8e10e13 commit a8f9335

File tree

2 files changed

+178
-207
lines changed

2 files changed

+178
-207
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"engines": {
1919
"vscode": "^0.10.0",
20-
"node": "^16.0.0"
20+
"node": ">18.0.0"
2121
},
2222
"categories": [
2323
"Snippets"
@@ -59,9 +59,9 @@
5959
},
6060
"homepage": "https://github.com/t7yang/vscode-hyper-javascript-snippets",
6161
"devDependencies": {
62-
"@types/node": "^16.0.0",
62+
"@types/node": "^20.9.0",
6363
"col-config": "^1.1.0",
64-
"tsx": "^3.4.2",
65-
"typescript": "^4.7.3"
64+
"tsx": "^4.1.2",
65+
"typescript": "^5.2.2"
6666
}
6767
}

0 commit comments

Comments
 (0)