Skip to content

Commit

Permalink
chore: lock web-tree-sitter version (#3551)
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain authored Apr 16, 2024
1 parent cc8c8aa commit 39d9dbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
"devDependencies": {
"@opensumi/ide-dev-tool": "workspace:*",
"@opensumi/tree-sitter-wasm": "^0.0.1",
"@opensumi/tree-sitter-wasm": "0.0.1",
"@types/classnames": "^2.3.1",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^9.0.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@opensumi/ide-workspace": "workspace:*",
"react-chat-elements": "^12.0.10",
"react-highlight": "^0.15.0",
"web-tree-sitter": "^0.22.2"
"web-tree-sitter": "0.22.2"
},
"devDependencies": {
"@opensumi/ide-core-browser": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2012,7 +2012,7 @@ __metadata:
"@commitlint/cli": ^15.0.0
"@commitlint/config-conventional": ^7.1.2
"@opensumi/ide-dev-tool": "workspace:*"
"@opensumi/tree-sitter-wasm": ^0.0.1
"@opensumi/tree-sitter-wasm": 0.0.1
"@types/classnames": ^2.3.1
"@types/debug": ^4.1.5
"@types/fs-extra": ^9.0.13
Expand Down Expand Up @@ -2132,7 +2132,7 @@ __metadata:
abort-controller: ^3.0.0
react-chat-elements: ^12.0.10
react-highlight: ^0.15.0
web-tree-sitter: ^0.22.2
web-tree-sitter: 0.22.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3180,7 +3180,7 @@ __metadata:
languageName: node
linkType: hard

"@opensumi/tree-sitter-wasm@npm:^0.0.1":
"@opensumi/tree-sitter-wasm@npm:0.0.1":
version: 0.0.1
resolution: "@opensumi/tree-sitter-wasm@npm:0.0.1"
checksum: 723a5fbd93906dd79f047a0c39511f20e7af52f1a4d0e645acd6b801a5ca6fc97b80384b3649085619563b9cf75c0ce063c8375c94c78bda679a9f3372c740e4
Expand Down Expand Up @@ -23174,7 +23174,7 @@ __metadata:
languageName: node
linkType: hard

"web-tree-sitter@npm:^0.22.2":
"web-tree-sitter@npm:0.22.2":
version: 0.22.2
resolution: "web-tree-sitter@npm:0.22.2"
checksum: 1dab2a78634438e22c2bef1bbef2a8bc51d125c0e4e96f6ac54bf188fadce7fac7614088a2bcbf209911ef04d67aeccc9352947366eb2893cb9d071c23c21f3c
Expand Down

1 comment on commit 39d9dbf

@opensumi
Copy link
Contributor

@opensumi opensumi bot commented on 39d9dbf Apr 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Release Candidate Summary:

Released 🚀 2.27.1-rc-1713237928.0

2.27.1-rc-1713237928.0

user input ref: chore/ai-native-module

39d9dbf chore: lock web-tree-sitter version (#3551)

Please sign in to comment.