Skip to content

Commit 2201f23

Browse files
committed
update to epicshop CLI and v6.45.5
1 parent b844852 commit 2201f23

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

epicshop/package.json

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

epicshop/setup-custom.js

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

1111
await warm()

0 commit comments

Comments
 (0)