Skip to content
55 changes: 55 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
"onChatParticipant:mongodb.participant",
"onLanguage:json",
"onLanguage:javascript",
"onLanguage:plaintext"
"onLanguage:plaintext",
"onUri"
],
"contributes": {
"chatParticipants": [
Expand Down Expand Up @@ -1338,6 +1339,7 @@
"mongodb-query-parser": "^4.3.0",
"mongodb-schema": "^12.5.2",
"numeral": "^2.0.6",
"query-string": "^7.1.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ts-log": "^2.2.7",
Expand Down
Loading