Skip to content

Commit 4b6b0ad

Browse files
committed
update to epicshop CLI and v6.45.5
1 parent 84532ed commit 4b6b0ad

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

epicshop/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"type": "module",
33
"dependencies": {
4-
"@epic-web/workshop-cli": "^6.43.0",
5-
"@epic-web/workshop-utils": "^6.43.0",
6-
"@epic-web/workshop-app": "^6.43.0",
4+
"@epic-web/workshop-app": "^6.45.5",
5+
"@epic-web/workshop-utils": "^6.45.5",
76
"chokidar": "^4.0.3",
7+
"epicshop": "^6.45.5",
88
"execa": "^9.6.0",
99
"fs-extra": "^11.3.0"
1010
}

epicshop/setup-custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
isProblemApp,
99
setPlayground,
1010
} from '@epic-web/workshop-utils/apps.server'
11-
import { warm } from '@epic-web/workshop-cli/warm'
11+
import { warm } from 'epicshop/warm'
1212

1313
await warm()
1414

0 commit comments

Comments
 (0)