Skip to content

Commit 63b4f24

Browse files
Merge branch 'develop' into renovate/aws-amplify
2 parents 8c4b177 + 7c82707 commit 63b4f24

File tree

3 files changed

+192
-101
lines changed

3 files changed

+192
-101
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- run: yarn build:ci
3030

3131
- name: Save build folder
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: build
3535
if-no-files-found: error
@@ -117,7 +117,7 @@ jobs:
117117
- name: "UI Tests - Chrome - Mobile"
118118
uses: cypress-io/github-action@v6
119119
with:
120-
config: "'{"e2e":{"viewportWidth":375,"viewportHeight":667}}"
120+
config: '{"e2e":{"viewportWidth":375,"viewportHeight":667}}'
121121
start: yarn start:ci
122122
wait-on: "http://localhost:3000"
123123
wait-on-timeout: 120
@@ -208,7 +208,7 @@ jobs:
208208
- name: "UI Tests - Firefox - Mobile"
209209
uses: cypress-io/github-action@v6
210210
with:
211-
config: "'{"e2e":{"viewportWidth":375,"viewportHeight":667}}"
211+
config: '{"e2e":{"viewportWidth":375,"viewportHeight":667}}'
212212
start: yarn start:ci
213213
wait-on: "http://localhost:3000"
214214
wait-on-timeout: 120

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@auth0/auth0-react": "2.1.1",
1616
"@aws-amplify/ui-react": "^5.0.4",
17-
"@babel/core": "7.0.1",
17+
"@babel/core": "7.23.9",
1818
"@babel/plugin-syntax-flow": "^7.14.5",
1919
"@babel/plugin-transform-react-jsx": "^7.14.9",
2020
"@graphql-tools/graphql-file-loader": "7.3.10",

0 commit comments

Comments
 (0)