Skip to content

Commit cb9761c

Browse files
committed
update to epicshop CLI and v6.45.5
1 parent 84b1461 commit cb9761c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

epicshop/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
},
77
"dependencies": {
88
"@epic-web/config": "^1.16.3",
9-
"@epic-web/workshop-app": "^6.43.0",
9+
"@epic-web/workshop-app": "^6.45.5",
10+
"@epic-web/workshop-utils": "^6.45.5",
1011
"@playwright/test": "^1.49.0",
1112
"cross-env": "^7.0.3",
12-
"@epic-web/workshop-cli": "^6.43.0",
13-
"@epic-web/workshop-utils": "^6.43.0"
13+
"epicshop": "^6.45.5"
1414
}
1515
}

epicshop/setup-custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import path from 'node:path'
2-
import { warm } from '@epic-web/workshop-cli/warm'
32
import {
43
getApps,
54
isProblemApp,
65
setPlayground,
76
} from '@epic-web/workshop-utils/apps.server'
7+
import { warm } from 'epicshop/warm'
88
import fsExtra from 'fs-extra'
99

1010
await warm()

0 commit comments

Comments
 (0)