Skip to content

Commit 2d889c0

Browse files
changes
1 parent c832c28 commit 2d889c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codebolt/codeboltjs",
3-
"version": "1.1.41",
3+
"version": "1.1.42",
44
"description": "",
55
"keywords": [],
66
"author": "",
@@ -19,6 +19,7 @@
1919
"homepage": "https://codeboltai.github.io",
2020
"dependencies": {
2121
"@codebolt/types": "^1.0.10",
22+
"js-yaml": "^4.1.0",
2223
"tree-sitter": "^0.21.1",
2324
"tree-sitter-javascript": "^0.21.2",
2425
"typedoc-plugin-missing-exports": "^2.2.0",
@@ -27,6 +28,7 @@
2728
"devDependencies": {
2829
"@types/events": "^3.0.3",
2930
"@types/js-yaml": "^4.0.9",
31+
"@types/node": "^20.14.2",
3032
"@types/ws": "^8.5.10",
3133
"jest": "^29.7.0",
3234
"jest-serial-runner": "^1.2.1",

0 commit comments

Comments
 (0)