Skip to content

Commit eb79930

Browse files
committed
update to epicshop CLI and v6.45.5
1 parent ac73f2a commit eb79930

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

epicshop/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com/)",
99
"license": "GPL-3.0-only",
1010
"dependencies": {
11-
"@epic-web/workshop-app": "^6.43.0",
12-
"@epic-web/workshop-utils": "^6.43.0",
11+
"@epic-web/workshop-app": "^6.45.5",
12+
"@epic-web/workshop-utils": "^6.45.5",
13+
"epicshop": "^6.45.5",
1314
"execa": "^9.3.1",
14-
"fs-extra": "^11.2.0",
15-
"@epic-web/workshop-cli": "^6.43.0"
15+
"fs-extra": "^11.2.0"
1616
},
1717
"engines": {
1818
"node": ">=18",

epicshop/setup-custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import path from 'node:path'
2-
import { warm } from '@epic-web/workshop-cli/warm'
2+
import { warm } from 'epicshop/warm'
33
import {
44
getApps,
55
isProblemApp,

0 commit comments

Comments
 (0)