Skip to content

Commit

Permalink
fix #116
Browse files Browse the repository at this point in the history
  • Loading branch information
volatile-static committed Jul 20, 2024
1 parent 46aa217 commit c6c3290
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion addon/content/preferences.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
align="center"></button>
</hbox>
<hbox>
<label>&zotero.preferences.openurl.version; __buildVersion__ @ __buildTime__</label>
<label>Version __buildVersion__ @ __buildTime__</label>
<label is="zotero-text-link" href="__homepage__">
<html:img src="https://img.shields.io/github/stars/volatile-static/Chartero?logo=github" />
</label>
Expand Down
118 changes: 59 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"highcharts-vue": "^2.0.1",
"segmentit": "^2.0.3",
"tdesign-vue-next": "^1.9.7",
"vue": "^3.4.31",
"vue": "^3.4.33",
"zotero-plugin-toolkit": "^2.3.37"
},
"devDependencies": {
Expand All @@ -62,7 +62,7 @@
"@types/bluebird": "^3.5.42",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/eslint-config-prettier": "^9.0.0",
Expand All @@ -79,11 +79,11 @@
"prettier": "3.3.3",
"tdesign-icons-vue-next": "^0.2.4",
"tsx": "^4.16.2",
"unplugin-auto-import": "^0.17.8",
"unplugin-vue-components": "^0.27.2",
"unplugin-auto-import": "^0.18.0",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.3",
"vue-tsc": "^2.0.26",
"zotero-plugin-scaffold": "^0.0.32",
"zotero-plugin-scaffold": "^0.0.33",
"zotero-types": "^2.0.3"
},
"eslintConfig": {
Expand Down Expand Up @@ -157,4 +157,4 @@
"src"
]
}
}
}

0 comments on commit c6c3290

Please sign in to comment.