Skip to content

Commit b49ca45

Browse files
committed
update to epicshop CLI and v6.45.5
1 parent c39fbb2 commit b49ca45

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,10 +1,10 @@
11
{
22
"type": "module",
33
"dependencies": {
4-
"@epic-web/workshop-app": "^6.43.0",
5-
"fs-extra": "^11.2.0",
4+
"@epic-web/workshop-app": "^6.45.5",
5+
"@epic-web/workshop-utils": "^6.45.5",
6+
"epicshop": "^6.45.5",
67
"execa": "^8.0.1",
7-
"@epic-web/workshop-cli": "^6.43.0",
8-
"@epic-web/workshop-utils": "^6.43.0"
8+
"fs-extra": "^11.2.0"
99
}
1010
}

epicshop/setup-custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import path from 'node:path'
33
import { spawn } from 'child_process'
44
import fsExtra from 'fs-extra'
55
import { $ } from 'execa'
6-
import { warm } from '@epic-web/workshop-cli/warm'
6+
import { warm } from 'epicshop/warm'
77
import {
88
getApps,
99
isProblemApp,

0 commit comments

Comments
 (0)