Skip to content

Commit e15e853

Browse files
authored
Merge branch 'develop' into reconfigure/base-linting
2 parents 5b1e3f5 + 484fbe5 commit e15e853

File tree

4 files changed

+18
-13
lines changed

4 files changed

+18
-13
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
executors:
77
with-chrome-and-firefox:
88
docker:
9-
- image: "cypress/browsers:22.15.0"
9+
- image: "cypress/browsers:22.16.0"
1010
resource_class: large
1111
environment:
1212
CYPRESS_coverage: false

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
install:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: cypress/browsers:22.15.0
12+
image: cypress/browsers:22.16.0
1313
options: --user 1001
1414
steps:
1515
- name: Checkout
@@ -39,7 +39,7 @@ jobs:
3939
timeout-minutes: 15
4040
runs-on: ubuntu-latest
4141
container:
42-
image: cypress/browsers:22.15.0
42+
image: cypress/browsers:22.16.0
4343
options: --user 1001
4444
needs: install
4545
strategy:
@@ -92,7 +92,7 @@ jobs:
9292
timeout-minutes: 15
9393
runs-on: ubuntu-latest
9494
container:
95-
image: cypress/browsers:22.15.0
95+
image: cypress/browsers:22.16.0
9696
options: --user 1001
9797
needs: install
9898
strategy:
@@ -138,7 +138,7 @@ jobs:
138138
timeout-minutes: 15
139139
runs-on: ubuntu-latest
140140
container:
141-
image: cypress/browsers:22.15.0
141+
image: cypress/browsers:22.16.0
142142
options: --user 1001
143143
needs: install
144144
strategy:
@@ -183,7 +183,7 @@ jobs:
183183
timeout-minutes: 15
184184
runs-on: ubuntu-latest
185185
container:
186-
image: cypress/browsers:22.15.0
186+
image: cypress/browsers:22.16.0
187187
options: --user 1001
188188
needs: install
189189
strategy:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@cypress/instrument-cra": "1.4.0",
5858
"@faker-js/faker": "6.1.2",
5959
"@percy/cli": "^1.27.4",
60-
"@percy/cypress": "3.1.2",
60+
"@percy/cypress": "3.1.6",
6161
"@testing-library/jest-dom": "^5.16.5",
6262
"@testing-library/react": "^14.0.0",
6363
"@types/bcryptjs": "2.4.2",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2143,12 +2143,12 @@
21432143
ws "^8.17.1"
21442144
yaml "^2.4.1"
21452145

2146-
"@percy/cypress@3.1.2":
2147-
version "3.1.2"
2148-
resolved "https://registry.yarnpkg.com/@percy/cypress/-/cypress-3.1.2.tgz#a087d3c59a6b155eab5fdb4c237526b9cfacbc22"
2149-
integrity sha512-JXrGDZbqwkzQd2h5T5D7PvqoucNaiMh4ChPp8cLQiEtRuLHta9nf1lEuXH+jnatGL2j+3jJFIHJ0L7XrgVnvQA==
2146+
"@percy/cypress@3.1.6":
2147+
version "3.1.6"
2148+
resolved "https://registry.yarnpkg.com/@percy/cypress/-/cypress-3.1.6.tgz#2c5ebe6851d3ffabaab9e39323ec928c049663ac"
2149+
integrity sha512-kMc2tXQ7LAH31lB7FckqMpdvguIyxwV4MLTs7s8QLXVChQjpE78HbKyvLtYh5uLOF6Ka6mWyMvD2bkhmd0JJJg==
21502150
dependencies:
2151-
"@percy/sdk-utils" "^1.3.1"
2151+
"@percy/sdk-utils" "1.30.9"
21522152

21532153
"@percy/dom@1.30.5":
21542154
version "1.30.5"
@@ -2167,11 +2167,16 @@
21672167
resolved "https://registry.yarnpkg.com/@percy/logger/-/logger-1.30.5.tgz#9a1775ccaf52d4a9bdd22e5117d86fca578baf90"
21682168
integrity sha512-4tqR+vxAkWCwMkYh3csc2YU4f1v1zG7SAayfkJWGizNcY/zYOOQnPBqvRlXULeiWIr0Ld4EIjjtGuvaOG5TjCg==
21692169

2170-
"@percy/sdk-utils@1.30.5", "@percy/sdk-utils@^1.3.1":
2170+
"@percy/sdk-utils@1.30.5":
21712171
version "1.30.5"
21722172
resolved "https://registry.yarnpkg.com/@percy/sdk-utils/-/sdk-utils-1.30.5.tgz#984d6165cc9356ddc8f72b837f3395a050859ff9"
21732173
integrity sha512-0XCTywh03lynsvPxAgPpZOR3Zg5hqzWCWlJP2T2o/jKS7cT+O4vqS6jZfWoA9ik0ivji5bthaAHEmqVKdw1dDQ==
21742174

2175+
"@percy/sdk-utils@1.30.9":
2176+
version "1.30.9"
2177+
resolved "https://registry.yarnpkg.com/@percy/sdk-utils/-/sdk-utils-1.30.9.tgz#fdc65afbeb8db96cc34cebd3e206564eadd30e1c"
2178+
integrity sha512-vgzWUa1eDWRS+q/zlVILwP4QDFdmxPIiH7FbQ2UGA4rh3mDYporIq5OY+x2YMMV9/Q4uhi1p3ZxXW2Svg6cOHw==
2179+
21752180
"@percy/webdriver-utils@1.30.5":
21762181
version "1.30.5"
21772182
resolved "https://registry.yarnpkg.com/@percy/webdriver-utils/-/webdriver-utils-1.30.5.tgz#89bde859563e70b02c3529074fc837646609a193"

0 commit comments

Comments
 (0)