Skip to content

Commit

Permalink
fix: bump @halo-dev/comment-widget to resolve issue that can not crea…
Browse files Browse the repository at this point in the history
…te comment

Signed-off-by: Ryan Wang <i@ryanc.cc>
  • Loading branch information
ruibaby committed Oct 1, 2022
1 parent e711498 commit 327011e
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 281 deletions.
50 changes: 21 additions & 29 deletions src/main/resources/static/comment-widget.iife.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@
"author": "@halo-dev",
"license": "GPL-3.0",
"dependencies": {
"@halo-dev/comment-widget": "0.0.0-alpha.10",
"@halo-dev/comment-widget": "0.0.0-alpha.13",
"pinia": "^2.0.22",
"vue": "^3.2.39",
"vue": "^3.2.40",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@rushstack/eslint-patch": "^1.2.0",
"@types/jsdom": "^16.2.15",
"@types/node": "^16.11.58",
"@types/node": "^16.11.62",
"@vitejs/plugin-vue": "^2.3.4",
"@vue/compiler-sfc": "^3.2.39",
"@vue/compiler-sfc": "^3.2.40",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.1",
"@vue/test-utils": "^2.0.2",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.1.0",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.23.0",
"eslint-plugin-vue": "^9.4.0",
"eslint": "^8.24.0",
"eslint-plugin-vue": "^9.5.1",
"jsdom": "^20.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"typescript": "~4.7.4",
"vite": "^2.9.15",
"vue-tsc": "^0.40.12"
"vue-tsc": "^0.40.13"
}
}
Loading

0 comments on commit 327011e

Please sign in to comment.