|
1 | 1 | {
|
2 | 2 | "name": "@ant-design/pro-chat",
|
3 |
| - "version": "1.15.2", |
| 3 | + "version": "1.15.3", |
4 | 4 | "description": "a solution for ai chat",
|
5 | 5 | "keywords": [
|
6 | 6 | "ai",
|
|
60 | 60 | ]
|
61 | 61 | },
|
62 | 62 | "dependencies": {
|
63 |
| - "@ant-design/icons": "^5.3.7", |
| 63 | + "@ant-design/icons": "^5.5.1", |
64 | 64 | "@ant-design/pro-editor": "latest",
|
65 |
| - "@babel/runtime": "^7.24.7", |
66 |
| - "@emotion/react": "^11.11.4", |
67 |
| - "@testing-library/jest-dom": "^6.4.6", |
| 65 | + "@babel/runtime": "^7.25.7", |
| 66 | + "@emotion/react": "^11.13.3", |
| 67 | + "@testing-library/jest-dom": "^6.5.0", |
68 | 68 | "copy-to-clipboard": "^3.3.3",
|
69 |
| - "dayjs": "^1.11.11", |
70 |
| - "emoji-regex": "^10.3.0", |
| 69 | + "dayjs": "^1.11.13", |
| 70 | + "emoji-regex": "^10.4.0", |
71 | 71 | "fast-deep-equal": "^3.1.3",
|
72 | 72 | "immer": "^10.1.1",
|
73 | 73 | "lodash-es": "^4.17.21",
|
|
76 | 76 | "polished": "^4.3.1",
|
77 | 77 | "rc-resize-observer": "^1.4.0",
|
78 | 78 | "rc-util": "^5.43.0",
|
79 |
| - "react-intersection-observer": "^9.10.3", |
| 79 | + "react-intersection-observer": "^9.13.1", |
80 | 80 | "react-layout-kit": "^1.9.0",
|
81 | 81 | "react-markdown": "^8.0.7",
|
82 |
| - "zustand": "^4.5.2", |
| 82 | + "zustand": "^4.5.5", |
83 | 83 | "zustand-utils": "^1.3.2"
|
84 | 84 | },
|
85 | 85 | "devDependencies": {
|
|
89 | 89 | "@types/glob": "^8.1.0",
|
90 | 90 | "@types/lodash-es": "^4.17.12",
|
91 | 91 | "@types/react": "18.2.31",
|
92 |
| - "@types/react-dom": "^18.3.0", |
93 |
| - "@umijs/lint": "^4.2.15", |
| 92 | + "@types/react-dom": "^18.3.1", |
| 93 | + "@umijs/lint": "^4.3.26", |
94 | 94 | "@vitest/coverage-v8": "latest",
|
95 | 95 | "ai": "^2.2.37",
|
96 |
| - "antd": "^5.18.3", |
97 |
| - "antd-style": "^3.6.2", |
| 96 | + "antd": "^5.21.4", |
| 97 | + "antd-style": "^3.7.0", |
98 | 98 | "babel-plugin-antd-style": "^1.0.4",
|
99 | 99 | "commitlint": "^17.8.1",
|
100 | 100 | "commitlint-config-gitmoji": "^2.3.1",
|
101 | 101 | "conventional-changelog-gitmoji-config": "^1.5.2",
|
102 | 102 | "cross-env": "^7.0.3",
|
103 |
| - "dumi": "^2.2.16", |
| 103 | + "dumi": "^2.4.12", |
104 | 104 | "dumi-theme-antd-style": "latest",
|
105 |
| - "eslint": "^8.57.0", |
| 105 | + "eslint": "^8.57.1", |
106 | 106 | "father": "4.3.1",
|
107 |
| - "glob": "^10.4.2", |
| 107 | + "glob": "^10.4.5", |
108 | 108 | "husky": "^8.0.3",
|
109 | 109 | "jest": "^29.7.0",
|
110 | 110 | "jsdom": "^22.1.0",
|
111 |
| - "lint-staged": "^15.2.7", |
| 111 | + "lint-staged": "^15.2.10", |
112 | 112 | "mockdate": "^3.0.5",
|
113 |
| - "openai": "^4.52.1", |
114 |
| - "prettier": "^3.3.2", |
| 113 | + "openai": "^4.67.3", |
| 114 | + "prettier": "^3.3.3", |
115 | 115 | "prettier-plugin-organize-imports": "^3.2.4",
|
116 |
| - "prettier-plugin-packagejson": "^2.5.0", |
| 116 | + "prettier-plugin-packagejson": "^2.5.3", |
117 | 117 | "react": "^18.3.1",
|
118 | 118 | "react-dom": "^18.3.1",
|
119 |
| - "react-i18next": "^14.1.2", |
| 119 | + "react-i18next": "^14.1.3", |
120 | 120 | "semantic-release": "^21.1.2",
|
121 | 121 | "semantic-release-config-gitmoji": "^1.5.3",
|
122 | 122 | "stylelint": "^15.11.0",
|
123 |
| - "typescript": "^5.5.2", |
| 123 | + "typescript": "^5.6.3", |
124 | 124 | "vitest": "^1.6.0"
|
125 | 125 | },
|
126 | 126 | "peerDependencies": {
|
|
0 commit comments