Skip to content

Commit

Permalink
chore(release): @faltest/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Jul 21, 2023
1 parent 416e8c7 commit ff3327f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
22 changes: 11 additions & 11 deletions fixtures/global-install/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
mocha-helpers "^7.1.0"

"@faltest/remote@^11.0.0", "@faltest/remote@file:../../packages/remote":
version "11.0.4"
version "11.0.5"
dependencies:
"@faltest/utils" "^7.0.0"
browser-webdriver-downloader "^1.5.1"
Expand All @@ -50,7 +50,7 @@
geckodriver "4.0.5"
get-port "^7.0.0"
ps-list "^8.0.0"
webdriverio "7.32.1"
webdriverio "7.32.2"
yn "^4.0.0"

"@faltest/utils@^7.0.0", "@faltest/utils@file:../../packages/utils":
Expand Down Expand Up @@ -824,10 +824,10 @@ [email protected]:
resolved "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.981744.tgz#9960da0370284577d46c28979a0b32651022bacf"
integrity sha512-0cuGS8+jhR67Fy7qG3i3Pc7Aw494sb9yG9QgpG97SFVWwolgYjlhJg7n+UaHxOQT30d1TYu/EYe9k01ivLErIg==

devtools-protocol@^0.0.1168520:
version "0.0.1168520"
resolved "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1168520.tgz#a7a43f40f939a37f838f7b28681313abea9fc5c9"
integrity sha512-n0JasKPVL7ZNMQFFL07PzzJadvlkmUBe/uEOfzjf9CHn7JfwU4sxByRvsPgA03Fyqtbr7ry5/jc2kYBff9Wv6w==
devtools-protocol@^0.0.1170846:
version "0.0.1170846"
resolved "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1170846.tgz#e5822c62c56a8aff7c937bb04e69823f4235fc42"
integrity sha512-GFZiHgvL4JW7+8hIMQgwYNUaIRRCsqfXd11ZbOTdu2VzDeu0Le4l1c3u4FFRWCSvMg82OFip9k/sYyz4M/PJIA==

[email protected]:
version "7.32.0"
Expand Down Expand Up @@ -2488,10 +2488,10 @@ [email protected]:
ky "0.30.0"
lodash.merge "^4.6.1"

[email protected].1:
version "7.32.1"
resolved "https://registry.npmjs.org/webdriverio/-/webdriverio-7.32.1.tgz#1f4b19df174290e251d864a95c89bf00ca1c7066"
integrity sha512-9gty4J+/WyLQs1w85dQORhRxVEnh/8QbyoFH9TOxEQ2jBM+NzuxtqA9EgnoqbabRmfJDe7HPama3E7HTqPoY1g==
[email protected].2:
version "7.32.2"
resolved "https://registry.npmjs.org/webdriverio/-/webdriverio-7.32.2.tgz#db684e7b4581d8e6cab5413f7a54e975eed277cb"
integrity sha512-LWUQinY7y7SmlWjStOEmCt6JDGqe/xLEQ0M3cwoXXhdg1jkTwJxS7TO5gsYckk9MRUBfD7saRsMlSwQbJK2jeQ==
dependencies:
"@types/aria-query" "^5.0.0"
"@types/node" "^18.0.0"
Expand All @@ -2506,7 +2506,7 @@ [email protected]:
css-shorthand-properties "^1.1.1"
css-value "^0.0.1"
devtools "7.32.0"
devtools-protocol "^0.0.1168520"
devtools-protocol "^0.0.1170846"
fs-extra "^11.1.1"
grapheme-splitter "^1.0.2"
lodash.clonedeep "^4.5.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/remote/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [11.0.5](https://github.com/CrowdStrike/faltest/compare/@faltest/[email protected]...@faltest/[email protected]) (2023-07-21)


### Bug Fixes

* **deps:** update dependency webdriverio to v7.32.2 ([416e8c7](https://github.com/CrowdStrike/faltest/commit/416e8c7692c3bcb9ad2538e59afd39ba90a4eb38))

### [11.0.4](https://github.com/CrowdStrike/faltest/compare/@faltest/[email protected]...@faltest/[email protected]) (2023-07-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/remote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faltest/remote",
"version": "11.0.4",
"version": "11.0.5",
"description": "A wrapper for the WebdriverIO remote call",
"main": "src",
"files": [
Expand Down

0 comments on commit ff3327f

Please sign in to comment.