Skip to content

Commit

Permalink
chore(deps): sync @jx3box/jx3box-common
Browse files Browse the repository at this point in the history
  • Loading branch information
X3ZvaWQ committed Jul 2, 2024
1 parent 610fcf2 commit 7f07c81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jx3box/jx3box-vue3-ui",
"version": "0.8.7",
"version": "0.8.8",
"description": "JX3BOX Vue3 UI",
"main": "index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@jx3box/jx3box-common": "^8.2.21",
"@jx3box/jx3box-common": "^8.2.23",
"@jx3box/jx3box-data": "^3.6.0",
"@jx3box/jx3box-emotion": "^1.2.8",
"@jx3box/jx3box-macro": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/editor/Article.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ import renderJx3Element from "../../assets/js/jx3_element";
import Item from "./components/Item.vue";
import Buff from "./components/Buff.vue";
import Skill from "./components/Skill.vue";
import Npc from "./components/Npc.vue".vue;
import Npc from "./components/Npc.vue";
import Author from "./components/Author.vue";
import PostAuthor from "./components/PostAuthor.vue";
Expand Down

0 comments on commit 7f07c81

Please sign in to comment.