Skip to content

Commit ec7377a

Browse files
authored
chore: release 15.10.0 (cypress-io#1471)
* chore: release 15.10.0 * update browser versions
1 parent 3a7215c commit ec7377a

File tree

9 files changed

+41
-41
lines changed

9 files changed

+41
-41
lines changed

examples/basic/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
},
88
"private": true,
99
"devDependencies": {
10-
"cypress": "^15.9.0"
10+
"cypress": "^15.10.0"
1111
}
1212
}

examples/chrome-for-testing/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/chrome-for-testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"private": true,
1111
"devDependencies": {
1212
"@puppeteer/browsers": "^2.11.1",
13-
"cypress": "^15.9.0"
13+
"cypress": "^15.10.0"
1414
}
1515
}

examples/chromium/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/chromium/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"private": true,
1111
"devDependencies": {
12-
"cypress": "^15.9.0"
12+
"cypress": "^15.10.0"
1313
}
1414
}

examples/firefox-esr/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/firefox-esr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"private": true,
1111
"devDependencies": {
12-
"cypress": "^15.9.0"
12+
"cypress": "^15.10.0"
1313
}
1414
}

factory/.env

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@ FACTORY_VERSION='7.2.2'
2525
# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
2626
# Linux/amd64 only
2727
# Earlier versions of Google Chrome may no longer be available from http://dl.google.com
28-
CHROME_VERSION='143.0.7499.192-1'
28+
CHROME_VERSION='144.0.7559.132-1'
2929

3030
# Chrome for Testing versions: https://googlechromelabs.github.io/chrome-for-testing/
3131
# not currently used for cypress/browsers and cypress/included images
3232
# Linux/amd64 only
33-
CHROME_FOR_TESTING_VERSION='143.0.7499.192'
33+
CHROME_FOR_TESTING_VERSION='144.0.7559.133'
3434

3535
# Cypress versions: https://www.npmjs.com/package/cypress
36-
CYPRESS_VERSION='15.9.0'
36+
CYPRESS_VERSION='15.10.0'
3737

3838
# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
3939
# Linux/amd64 only
40-
EDGE_VERSION='143.0.3650.139-1'
40+
EDGE_VERSION='144.0.3719.104-1'
4141

4242
# Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/
4343
# Linux/amd64 for all versions, Linux/arm64 for versions 136.0 and above
44-
FIREFOX_VERSION='147.0'
44+
FIREFOX_VERSION='147.0.3'
4545

4646
# Geckodriver versions: https://github.com/mozilla/geckodriver/releases
4747
# Geckodriver documentation: https://firefox-source-docs.mozilla.org/testing/geckodriver/index.html

0 commit comments

Comments
 (0)