Skip to content

Commit 1b7acb3

Browse files
committed
chore: update epicshop
1 parent d5b0cef commit 1b7acb3

5 files changed

Lines changed: 29 additions & 28 deletions

File tree

.github/workflows/validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ jobs:
8383

8484
tests:
8585
name: 🧪 Test
86-
timeout-minutes: 15
86+
# Browser installation plus solution-app tests can exceed the setup budget.
87+
timeout-minutes: 30
8788
runs-on: ubuntu-latest
8889
steps:
8990
- name: ⬇️ Checkout repo

epicshop/package-lock.json

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

epicshop/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
},
77
"dependencies": {
88
"@epic-web/config": "^1.16.3",
9-
"@epic-web/workshop-app": "^6.90.24",
10-
"@epic-web/workshop-utils": "^6.90.24",
11-
"epicshop": "^6.90.24",
9+
"@epic-web/workshop-app": "^6.90.28",
10+
"@epic-web/workshop-utils": "^6.90.28",
11+
"epicshop": "^6.90.28",
1212
"execa": "^9.5.1"
1313
}
1414
}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@epic-web/config": "^1.16.3",
4949
"@epic-web/invariant": "^1.0.0",
50-
"@epic-web/workshop-utils": "^6.90.24",
50+
"@epic-web/workshop-utils": "^6.90.28",
5151
"react": "^19.0.0",
5252
"react-dom": "^19.0.0",
5353
"react-error-boundary": "^4.1.2",

0 commit comments

Comments
 (0)