Skip to content

Commit e37511d

Browse files
liweijie0812uyarn
andauthored
chore(deps): update deps (Tencent#5162)
* chore(deps): remove cypress * chore: update dependencies --------- Co-authored-by: wū yāng <uyarnchen@gmail.com>
1 parent 3c683a7 commit e37511d

File tree

5 files changed

+2
-10
lines changed

5 files changed

+2
-10
lines changed

.eslintignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
snapshot*
22
node_modules
33
packages/common
4-
script/test/cypress
54
temp*
65

76
_site

.eslintrc

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
},
99
"plugins": ["vue", "@typescript-eslint"],
1010
"globals": {
11-
"cy": "readonly",
12-
"Cypress": "readonly",
1311
"clipboardData": "readonly",
1412
"PKG_VERSION": true,
1513
"defineProps": "readonly",

.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ pnpm-lock.yaml
2424

2525
*.zip
2626
.history
27-
script/test/cypress/screenshots
28-
script/test/cypress/videos
29-
script/test/cypress/results
30-
script/test/cypress/support
3127
results/
3228
yarn-error.log
3329
Dockerfile

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
"clipboard": "^2.0.11",
106106
"codesandbox": "^2.2.3",
107107
"cross-env": "^7.0.3",
108-
"cypress": "^12.17.2",
109108
"cz-git": "^1.7.0",
110109
"czg": "^1.7.0",
111110
"dom-parser": "^1.1.5",

packages/tdesign-vue-next/site/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"lodash": "^4.17.21",
2626
"prismjs": "^1.29.0",
2727
"tdesign-icons-view": "^0.3.4",
28-
"tdesign-site-components": "0.16.0-alpha.9",
29-
"tdesign-theme-generator": "^1.0.11",
28+
"tdesign-site-components": "0.16.0-alpha.10",
29+
"tdesign-theme-generator": "^1.0.17",
3030
"vite": "^2.9.16",
3131
"vite-plugin-pwa": "^0.12.8",
3232
"vite-plugin-tdoc": "^2.0.4"

0 commit comments

Comments
 (0)