Skip to content

Commit 994fbea

Browse files
authored
feat: Add "typecho-core" and "@fancyapps/ui" (#70)
As you saw the former package is used to act as a new element-based engine for Typecho-based projects, which provides a better SPA experience for its web users; and the later "@fancyapps" is the developer organization of Fancybox. jQuery fancybox ended its life on version 3 and this package is a ES6-based generation of a same project, providing gallery & thumbs utilities. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added new dependencies to enhance the user interface and core functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 7fc2a9b commit 994fbea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,9 @@
478478
"@fal-works/esbuild-plugin-global-externals": {
479479
"version": "*"
480480
},
481+
"@fancyapps/ui": {
482+
"version": "*"
483+
},
481484
"@fast-csv/format": {
482485
"version": "*"
483486
},
@@ -15988,6 +15991,9 @@
1598815991
"type-signals": {
1598915992
"version": "*"
1599015993
},
15994+
"typecho-core": {
15995+
"version": "*"
15996+
},
1599115997
"typed-less-modules": {
1599215998
"version": "*"
1599315999
},

0 commit comments

Comments
 (0)