Skip to content

Commit f127e5a

Browse files
committed
chore: update epicshop
1 parent 0b45013 commit f127e5a

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
@@ -6,9 +6,9 @@
66
},
77
"dependencies": {
88
"@epic-web/config": "^1.21.3",
9-
"@epic-web/workshop-app": "^6.90.17",
10-
"@epic-web/workshop-utils": "^6.90.17",
11-
"epicshop": "^6.90.17",
9+
"@epic-web/workshop-app": "^6.90.24",
10+
"@epic-web/workshop-utils": "^6.90.24",
11+
"epicshop": "^6.90.24",
1212
"execa": "^9.6.0",
1313
"fs-extra": "^11.3.2"
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
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@epic-web/config": "^1.21.3",
56-
"@epic-web/workshop-utils": "^6.90.17",
56+
"@epic-web/workshop-utils": "^6.90.24",
5757
"@testing-library/user-event": "^14.6.1",
5858
"@types/react": "^19.2.6",
5959
"@types/react-dom": "^19.2.3",

0 commit comments

Comments
 (0)