Skip to content

Commit

Permalink
feat: update deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
kuoruan committed Dec 25, 2023
1 parent 4e61d73 commit 32fa53f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"homepage": "https://github.com/kuoruan/dmhy-download-helper#readme",
"dependencies": {
"vue": "^2.7.16",
"xbytes": "^1.7.0"
"xbytes": "^1.8.0"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions userscript.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export default {
"*://share.dmhy.org/topics/view/*",
],
require: [
"https://cdn.jsdelivr.net/npm/vue@2.6.12/dist/vue.min.js",
"https://cdn.jsdelivr.net/npm/xbytes@1.7.0/dist/index.min.js",
"https://cdn.jsdelivr.net/npm/vue@2.7.16/dist/vue.min.js",
"https://cdn.jsdelivr.net/npm/xbytes@1.8.0/dist/index.min.js",
],
connect: "dmhy.org",
grant: ["GM_setClipboard", "GM_xmlhttpRequest"],
Expand Down

0 comments on commit 32fa53f

Please sign in to comment.