Skip to content

Commit 78ffc6e

Browse files
committed
update to epicshop CLI and v6.45.5
1 parent 1e9af58 commit 78ffc6e

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
@@ -1,11 +1,11 @@
11
{
22
"type": "module",
33
"dependencies": {
4-
"@epic-web/workshop-cli": "^6.45.0",
5-
"@epic-web/workshop-app": "^6.45.0",
6-
"@epic-web/workshop-utils": "^6.45.0",
4+
"@epic-web/workshop-app": "^6.45.5",
5+
"@epic-web/workshop-utils": "^6.45.5",
76
"chokidar": "^5.0.0",
87
"enquirer": "^2.4.1",
8+
"epicshop": "^6.45.5",
99
"execa": "^9.6.1",
1010
"fs-extra": "^11.3.2",
1111
"match-sorter": "^8.2.0",

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)