Skip to content

Commit

Permalink
chore: new version (#324)
Browse files Browse the repository at this point in the history
* 🐛 fix: merge

* 🐛 fix: update dep

* 💡 feat: publish verison 1.15.3
  • Loading branch information
ONLY-yours authored Oct 15, 2024
1 parent a33b39a commit d58df19
Show file tree
Hide file tree
Showing 3 changed files with 11,943 additions and 13,685 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-chat",
"version": "1.15.2",
"version": "1.15.3",
"description": "a solution for ai chat",
"keywords": [
"ai",
Expand Down Expand Up @@ -60,14 +60,14 @@
]
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@ant-design/icons": "^5.5.1",
"@ant-design/pro-editor": "latest",
"@babel/runtime": "^7.24.7",
"@emotion/react": "^11.11.4",
"@testing-library/jest-dom": "^6.4.6",
"@babel/runtime": "^7.25.7",
"@emotion/react": "^11.13.3",
"@testing-library/jest-dom": "^6.5.0",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.11",
"emoji-regex": "^10.3.0",
"dayjs": "^1.11.13",
"emoji-regex": "^10.4.0",
"fast-deep-equal": "^3.1.3",
"immer": "^10.1.1",
"lodash-es": "^4.17.21",
Expand All @@ -76,10 +76,10 @@
"polished": "^4.3.1",
"rc-resize-observer": "^1.4.0",
"rc-util": "^5.43.0",
"react-intersection-observer": "^9.10.3",
"react-intersection-observer": "^9.13.1",
"react-layout-kit": "^1.9.0",
"react-markdown": "^8.0.7",
"zustand": "^4.5.2",
"zustand": "^4.5.5",
"zustand-utils": "^1.3.2"
},
"devDependencies": {
Expand All @@ -89,38 +89,38 @@
"@types/glob": "^8.1.0",
"@types/lodash-es": "^4.17.12",
"@types/react": "18.2.31",
"@types/react-dom": "^18.3.0",
"@umijs/lint": "^4.2.15",
"@types/react-dom": "^18.3.1",
"@umijs/lint": "^4.3.26",
"@vitest/coverage-v8": "latest",
"ai": "^2.2.37",
"antd": "^5.18.3",
"antd-style": "^3.6.2",
"antd": "^5.21.4",
"antd-style": "^3.7.0",
"babel-plugin-antd-style": "^1.0.4",
"commitlint": "^17.8.1",
"commitlint-config-gitmoji": "^2.3.1",
"conventional-changelog-gitmoji-config": "^1.5.2",
"cross-env": "^7.0.3",
"dumi": "^2.2.16",
"dumi": "^2.4.12",
"dumi-theme-antd-style": "latest",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"father": "4.3.1",
"glob": "^10.4.2",
"glob": "^10.4.5",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jsdom": "^22.1.0",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.10",
"mockdate": "^3.0.5",
"openai": "^4.52.1",
"prettier": "^3.3.2",
"openai": "^4.67.3",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-packagejson": "^2.5.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2",
"react-i18next": "^14.1.3",
"semantic-release": "^21.1.2",
"semantic-release-config-gitmoji": "^1.5.3",
"stylelint": "^15.11.0",
"typescript": "^5.5.2",
"typescript": "^5.6.3",
"vitest": "^1.6.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit d58df19

Please sign in to comment.