Skip to content

Commit ca3500e

Browse files
committed
feat: update dependencies across multiple packages
- Upgraded various dependencies in package.json and package-lock.json files, including @epic-web/config, @nx packages, and others. - Updated fs-extra, chalk, close-with-grace, and several other libraries to their latest versions. - Replaced cuid2 with crypto's randomUUID for ID generation in multiple files. - Improved type definitions and updated devDependencies for better compatibility and performance.
1 parent ab8cc65 commit ca3500e

File tree

16 files changed

+13741
-15165
lines changed

16 files changed

+13741
-15165
lines changed

example/epicshop/package-lock.json

Lines changed: 96 additions & 98 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/epicshop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"@epic-web/workshop-app": "file:../../packages/workshop-app",
55
"@epic-web/workshop-cli": "file:../../packages/workshop-cli",
66
"@epic-web/workshop-utils": "file:../../packages/workshop-utils",
7-
"fs-extra": "^11.2.0"
7+
"fs-extra": "^11.3.2"
88
}
99
}

0 commit comments

Comments
 (0)