Skip to content

Commit

Permalink
feat: update deps & optimize the chatbot template
Browse files Browse the repository at this point in the history
  • Loading branch information
Col0ring committed Feb 20, 2025
1 parent 5649080 commit 6b3b15f
Show file tree
Hide file tree
Showing 11 changed files with 1,156 additions and 649 deletions.
9 changes: 9 additions & 0 deletions .changeset/breezy-moons-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@modelscope-studio/lint-config': patch
'@modelscope-studio/changelog': patch
'@modelscope-studio/antd': patch
'@modelscope-studio/frontend': patch
'modelscope_studio': patch
---

feat: update deps & optimize the `chatbot` template
2 changes: 1 addition & 1 deletion config/changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"detect-indent": "^7.0.1"
},
"devDependencies": {
"@changesets/types": "^6.0.0",
"@changesets/types": "^6.1.0",
"@types/node": "^22.13.4",
"tsup": "^8.3.6"
}
Expand Down
8 changes: 4 additions & 4 deletions config/lint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"dependencies": {
"@eslint/compat": "^1.2.6",
"@eslint/js": "^9.20.0",
"@typescript-eslint/parser": "^8.24.0",
"@typescript-eslint/parser": "^8.24.1",
"eslint-config-prettier": "^10.0.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-import-resolver-typescript": "^3.8.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "5.2.3",
Expand All @@ -30,7 +30,7 @@
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.15.0",
"postcss": "^8.5.2",
"postcss": "^8.5.3",
"postcss-less": "^6.0.0",
"stylelint-config-ali": "^2.1.1",
"stylelint-config-rational-order": "^0.1.2",
Expand All @@ -39,7 +39,7 @@
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.3",
"svelte-eslint-parser": "^0.43.0",
"typescript-eslint": "^8.24.0"
"typescript-eslint": "^8.24.1"
},
"devDependencies": {
"@types/eslint": "^9.6.1",
Expand Down
2 changes: 1 addition & 1 deletion docs/layout_templates/chatbot/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chatbot

A application template for building chatbot interfaces.
Application templates for building chatbot interfaces.

## Examples

Expand Down
Loading

0 comments on commit 6b3b15f

Please sign in to comment.