Skip to content

Commit 99975db

Browse files
author
weilei
committed
chore: 更新依赖
1 parent 212ddbb commit 99975db

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"element-ui": "^2.15.14",
1414
"highlight.js": "^9.18.5",
1515
"vue": "^2.6.14",
16-
"vue-element-ui-x": "^0.1.10-beta"
16+
"vue-element-ui-x": "^0.2.1"
1717
},
1818
"devDependencies": {
1919
"@vuepress/plugin-google-analytics": "^1.9.10",

docs/vercel.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"version": 2,
3-
"name": "element-ui-x-docs",
43
"buildCommand": "npm run build",
54
"outputDirectory": "src/.vuepress/dist",
65
"installCommand": "npm install",

examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"devDependencies": {
2626
"@vue/cli-service": "^4.5.19",
2727
"rimraf": "^3.0.2",
28-
"node-sass": "^6.0.1",
29-
"sass-loader": "^10.0.0",
28+
"sass": "^1.43.4",
29+
"sass-loader": "^10.1.1",
3030
"vue-template-compiler": "^2.6.14"
3131
}
3232
}

examples/vercel.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"version": 2,
3-
"name": "element-ui-x-examples",
43
"buildCommand": "npm run build",
54
"outputDirectory": "dist",
65
"installCommand": "npm install",

0 commit comments

Comments
 (0)