Skip to content

Commit 7f365d4

Browse files
committed
chore: update epicshop
1 parent 9fa2a4e commit 7f365d4

5 files changed

Lines changed: 29 additions & 29 deletions

File tree

epicshop/fly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ services:
3939
tcp_checks:
4040
- interval: 15s
4141
timeout: 2s
42-
grace_period: 1s
42+
grace_period: 30s
4343

4444
http_checks:
4545
- interval: 10s
4646
timeout: 2s
47-
grace_period: 5s
47+
grace_period: 60s
4848
method: get
4949
path: /resources/healthcheck
5050
protocol: http

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
@@ -5,9 +5,9 @@
55
"test": "playwright test"
66
},
77
"dependencies": {
8-
"@epic-web/workshop-app": "^6.90.17",
9-
"@epic-web/workshop-utils": "^6.90.17",
10-
"epicshop": "^6.90.17",
8+
"@epic-web/workshop-app": "^6.90.24",
9+
"@epic-web/workshop-utils": "^6.90.24",
10+
"epicshop": "^6.90.24",
1111
"execa": "^9.6.0"
1212
}
1313
}

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
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@epic-web/config": "^1.21.3",
54-
"@epic-web/workshop-utils": "^6.90.17",
54+
"@epic-web/workshop-utils": "^6.90.24",
5555
"@testing-library/user-event": "^14.6.1",
5656
"@types/react": "^19.2.6",
5757
"@types/react-dom": "^19.2.3",

0 commit comments

Comments
 (0)