Skip to content

Commit

Permalink
chore: add missing ajv dep for keymaps package (#4072)
Browse files Browse the repository at this point in the history
  • Loading branch information
MMhunter authored Oct 11, 2024
1 parent 6643c17 commit 7377d41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/keymaps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"url": "git@github.com:opensumi/core.git"
},
"dependencies": {
"@opensumi/ide-core-common": "workspace:*"
"@opensumi/ide-core-common": "workspace:*",
"ajv": "^6.10.0"
},
"devDependencies": {
"@opensumi/ide-components": "workspace:*",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2753,6 +2753,7 @@ __metadata:
"@opensumi/ide-file-service": "workspace:*"
"@opensumi/ide-preferences": "workspace:*"
"@opensumi/ide-quick-open": "workspace:*"
ajv: "npm:^6.10.0"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 7377d41

Please sign in to comment.