Skip to content

Commit 68105c3

Browse files
authored
chore: bump examples to latest framework version (#60)
* chore: bump examples to latest framework version * bump deps for examples
1 parent 8d6a4d3 commit 68105c3

File tree

6 files changed

+25
-22
lines changed

6 files changed

+25
-22
lines changed

.sauce/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sauce:
1010
- other tag
1111
build: Release $CI_COMMIT_SHORT_SHA
1212
testcafe:
13-
version: 3.7.1
13+
version: 3.7.2
1414
# Controls what files are available in the context of a test run (unless explicitly excluded by .sauceignore).
1515
rootDir: ./
1616
suites:

examples/browser_profile/.sauce/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sauce:
88
- e2e-example
99
build: $CI_COMMIT_SHORT_SHA
1010
testcafe:
11-
version: 3.7.1
11+
version: 3.7.2
1212
# Controls what files are available in the context of a test run (unless explicitly excluded by .sauceignore).
1313
rootDir: ./
1414
suites:

examples/react/.sauce/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sauce:
99
- release team
1010
- other tag
1111
testcafe:
12-
version: 3.7.1
12+
version: 3.7.2
1313
configFile: .testcaferc.js
1414
# Controls what files are available in the context of a test run (unless explicitly excluded by .sauceignore).
1515
rootDir: ./

examples/react/package-lock.json

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

examples/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"testcafe": "3.7.1",
3+
"testcafe": "3.7.2",
44
"testcafe-react-selectors": "^5.0.3"
55
}
66
}

examples/typescript/.sauce/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sauce:
1010
- other tag
1111
build: Release $CI_COMMIT_SHORT_SHA
1212
testcafe:
13-
version: 3.7.1
13+
version: 3.7.2
1414
# Controls what files are available in the context of a test run (unless explicitly excluded by .sauceignore).
1515
rootDir: ./
1616
suites:

0 commit comments

Comments
 (0)