Skip to content

Commit 7881583

Browse files
committed
fix(tests): 更新快照以反映按钮类名的变化
1 parent 2560090 commit 7881583

25 files changed

+3432
-3130
lines changed

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@
4747
"devDependencies": {
4848
"@ant-design/antd-theme-variable": "^1.0.0",
4949
"@ant-design/cssinjs": "^1.21.1",
50-
"@ant-design/icons": "^5.4.0",
51-
"@babel/core": "^7.25.2",
52-
"@babel/eslint-plugin": "^7.25.1",
53-
"@babel/parser": "^7.25.6",
50+
"@ant-design/icons": "^5.5.1",
51+
"@babel/core": "^7.25.8",
52+
"@babel/eslint-plugin": "^7.25.7",
53+
"@babel/parser": "^7.25.8",
5454
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
55-
"@babel/preset-env": "^7.25.4",
56-
"@babel/preset-react": "^7.24.7",
57-
"@babel/preset-typescript": "^7.24.7",
58-
"@babel/traverse": "^7.25.6",
55+
"@babel/preset-env": "^7.25.8",
56+
"@babel/preset-react": "^7.25.7",
57+
"@babel/preset-typescript": "^7.25.7",
58+
"@babel/traverse": "^7.25.7",
5959
"@emotion/babel-plugin": "^11.12.0",
6060
"@emotion/cache": "^11.13.1",
61-
"@emotion/css": "^11.13.0",
62-
"@emotion/serialize": "^1.3.1",
61+
"@emotion/css": "^11.13.4",
62+
"@emotion/serialize": "^1.3.2",
6363
"@floating-ui/react": "^0.19.2",
6464
"@octokit/core": "^3.6.0",
6565
"@octokit/rest": "^18.12.0",
@@ -75,8 +75,8 @@
7575
"@types/lodash-es": "^4.17.12",
7676
"@types/mockjs": "^1.0.10",
7777
"@types/node": "^14.18.63",
78-
"@types/react": "^18.3.5",
79-
"@types/react-dom": "^18.3.0",
78+
"@types/react": "^18.3.11",
79+
"@types/react-dom": "^18.3.1",
8080
"@types/react-helmet": "^6.1.11",
8181
"@types/react-responsive": "^8.0.8",
8282
"@types/shallowequal": "^1.1.5",
@@ -87,28 +87,28 @@
8787
"@umijs/plugin-analytics": "^0.2.4",
8888
"@umijs/test": "^3.5.43",
8989
"@umijs/test-utils": "^3.5.43",
90-
"@umijs/utils": "^4.3.20",
90+
"@umijs/utils": "^4.3.27",
9191
"@vitest/coverage-istanbul": "^0.34.6",
9292
"animated-scroll-to": "^2.3.0",
93-
"antd": "^5.20.6",
94-
"antd-style": "^3.6.3",
95-
"babel-loader": "^9.1.3",
93+
"antd": "^5.21.4",
94+
"antd-style": "^3.7.0",
95+
"babel-loader": "^9.2.1",
9696
"babel-types": "^6.26.0",
9797
"chalk": "^4.1.2",
9898
"chroma-js": "^2.6.0",
9999
"copy-to-clipboard": "^3.3.3",
100100
"cross-env": "^7.0.3",
101101
"dayjs": "^1.11.13",
102-
"dumi": "~2.4.10",
102+
"dumi": "~2.4.13",
103103
"dumi-theme-antd-style": "~0.31.1",
104104
"esbuild": "^0.15.18",
105-
"eslint": "^8.57.0",
105+
"eslint": "^8.57.1",
106106
"eslint-plugin-jest": "^27.9.0",
107-
"eslint-plugin-react": "^7.36.0",
107+
"eslint-plugin-react": "^7.37.1",
108108
"eslint-plugin-react-hooks": "^4.6.2",
109109
"eslint-plugin-unicorn": "^47.0.0",
110110
"execa": "^5.1.1",
111-
"express": "^4.21.0",
111+
"express": "^4.21.1",
112112
"fast-deep-equal": "^3.1.3",
113113
"father": "^4.5.0",
114114
"gh-pages": "^5.0.0",
@@ -131,22 +131,22 @@
131131
"polished": "^4.3.1",
132132
"prettier": "^2.8.8",
133133
"prettier-plugin-organize-imports": "^3.2.4",
134-
"prettier-plugin-packagejson": "^2.5.2",
134+
"prettier-plugin-packagejson": "^2.5.3",
135135
"pretty-quick": "^3.3.1",
136136
"query-string": "^6.14.1",
137137
"rc-field-form": "^2.4.0",
138138
"rc-footer": "^0.6.8",
139139
"rc-resize-observer": "^1.4.0",
140140
"rc-steps": "^6.0.1",
141-
"rc-table": "^7.47.5",
141+
"rc-table": "^7.48.1",
142142
"rc-util": "^5.43.0",
143143
"react": "^18.3.1",
144144
"react-dom": "^18.3.1",
145145
"react-draggable": "^4.4.6",
146146
"react-layout-kit": "^1.9.0",
147147
"react-lazy-load": "^4.0.1",
148148
"react-markdown": "^8.0.7",
149-
"react-syntax-highlighter": "^15.5.0",
149+
"react-syntax-highlighter": "^15.6.1",
150150
"remark": "^15.0.1",
151151
"remark-gfm": "^4.0.0",
152152
"remark-parse": "^11.0.0",
@@ -156,8 +156,8 @@
156156
"stylelint": "^13.13.1",
157157
"timezone-mock": "^1.3.6",
158158
"ts-node": "^10.9.2",
159-
"typescript": "^5.6.2",
160-
"umi": "^4.3.20",
159+
"typescript": "^5.6.3",
160+
"umi": "^4.3.27",
161161
"umi-request": "^1.4.0",
162162
"unified": "^11.0.5",
163163
"unist-util-visit": "^5.0.0",

0 commit comments

Comments
 (0)