Skip to content

Commit

Permalink
chore: revert yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed Nov 16, 2023
1 parent 36e6dd4 commit 1bd3893
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/main/src/Select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ class Select extends UI5Element implements IFormElement {
responsivePopover!: ResponsivePopover;
selectedItem?: string | null;
valueStatePopover?: Popover;
// value!: string;

selectMenu?: SelectMenu;

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5242,10 +5242,10 @@ chrome-launcher@^0.15.0:
is-wsl "^2.2.0"
lighthouse-logger "^1.0.0"

chromedriver@119.0.0:
version "119.0.0"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-119.0.0.tgz#f250c442e72266f3e28d2b1eebc6a671a8629340"
integrity sha512-3TmabGT7xg57/Jbsg6B/Kqk3HaSbCP1ZHkR5zNft5vT/IWKjZCAGTH9waMI+i5KHSEiMH0zOw/WF98l+1Npkpw==
chromedriver@117.0.3:
version "117.0.3"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-117.0.3.tgz#4a14cc992d572367b99b53c772adcc4c19078e1e"
integrity sha512-c2rk2eGK5zZFBJMdviUlAJfQEBuPNIKfal4+rTFVYAmrWbMPYAqPozB+rIkc1lDP/Ryw44lPiqKglrI01ILhTQ==
dependencies:
"@testim/chrome-version" "^1.1.3"
axios "^1.4.0"
Expand Down

0 comments on commit 1bd3893

Please sign in to comment.