Skip to content

Commit 5fd49f3

Browse files
committed
update to epicshop CLI and v6.45.5
1 parent eea8847 commit 5fd49f3

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
@@ -5,9 +5,9 @@
55
"test": "playwright test"
66
},
77
"dependencies": {
8-
"@epic-web/workshop-app": "^6.43.0",
9-
"@epic-web/workshop-utils": "^6.43.0",
10-
"execa": "^9.6.0",
11-
"@epic-web/workshop-cli": "^6.43.0"
8+
"@epic-web/workshop-app": "^6.45.5",
9+
"@epic-web/workshop-utils": "^6.45.5",
10+
"epicshop": "^6.45.5",
11+
"execa": "^9.6.0"
1212
}
1313
}

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)