Skip to content

Commit

Permalink
fix: search extension keyword error
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Mar 14, 2023
1 parent ff4a42a commit dcb8149
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"ajv": "8.12.0",
"color": "^4.2.3",
"core-js": "3.27.2",
"eo-ng-auto-complete": "0.1.14",
"eo-ng-auto-complete": "0.1.11",
"eo-ng-button": "0.1.10",
"eo-ng-checkbox": "0.1.10",
"eo-ng-dropdown": "0.1.14",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ export const featuresTipsMap = {
name: $localize`format`,
suggest: '@feature:pullAPI'
},
authAPI: {
name: $localize`format`,
suggest: '@feature:authAPI'
},
sidebarView: {
name: $localize`format`,
suggest: '@feature:sidebarView'
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6672,10 +6672,10 @@ env-paths@^2.2.0, env-paths@^2.2.1:
resolved "https://registry.npmmirror.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==

eo-ng-auto-complete@0.1.14:
version "0.1.14"
resolved "https://registry.npmmirror.com/eo-ng-auto-complete/-/eo-ng-auto-complete-0.1.14.tgz#008732684579f3b72b1e42433289078a6a09f7f1"
integrity sha512-+FxJqhVZtTS4lSv+lUo/Ksx0ZA/D482oeO20+24nBZhufobKuUkZhmN1mqniyVWuBXzTkIoNy/u+yoirbEE6fQ==
eo-ng-auto-complete@0.1.11:
version "0.1.11"
resolved "https://registry.npmmirror.com/eo-ng-auto-complete/-/eo-ng-auto-complete-0.1.11.tgz#2083d463fb826e154fccb6db7183eaf3312355c7"
integrity sha512-Cn5YXwvU7EFCOFaNdssQjFCAzhxbm4Ivo5UCmNAHwOD0Xias9eA7TDLGOBZyTtUano10silbp+2SnEriP69GPA==
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit dcb8149

Please sign in to comment.