Skip to content

Commit 9079723

Browse files
committed
feat(suggestion-box): ✨ disable input and submit after success
1 parent 3be81db commit 9079723

File tree

2 files changed

+290
-260
lines changed

2 files changed

+290
-260
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,22 @@
5757
"@nolebase/vitepress-plugin-git-changelog": "^2.14.0",
5858
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.14.0",
5959
"@nolebase/vitepress-plugin-meta": "^2.14.0",
60-
"@project-trans/suggestion-box": "^0.4.3",
60+
"@project-trans/suggestion-box": "^0.5.0",
6161
"markdown-it-footnote": "^4.0.0",
6262
"markdown-it-katex": "^2.0.3",
63-
"markdown-it-pangu": "^1.0.2",
64-
"unplugin-vue-components": "^28.2.0"
63+
"markdown-it-pangu": "^1.0.2"
6564
},
6665
"devDependencies": {
6766
"@antfu/eslint-config": "^4.3.0",
6867
"@types/markdown-it": "^14.1.2",
6968
"@types/markdown-it-footnote": "^3.0.4",
70-
"@types/node": "^22.13.4",
69+
"@types/node": "^22.13.5",
7170
"@unocss/eslint-plugin": "^66.0.0",
72-
"eslint": "^9.20.1",
71+
"eslint": "^9.21.0",
7372
"eslint-plugin-format": "^1.0.1",
73+
"typescript": "^5.7.3",
7474
"unbuild": "3.3.1",
75+
"unplugin-vue-components": "^28.4.0",
7576
"vue-tsc": "^2.2.2"
7677
},
7778
"pnpm": {

0 commit comments

Comments
 (0)