1
0
mirror of synced 2026-03-23 11:18:36 +08:00

chore: release v1.1.0-beta.2

This commit is contained in:
roymondchen
2022-07-15 18:52:17 +08:00
committed by jia000
parent 30b209b628
commit d8d0096350
18 changed files with 124 additions and 76 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "docs",
"private": true,
"version": "1.1.0-beta.1",
"version": "1.1.0-beta.2",
"scripts": {
"clean:top": "rimraf dist",
"dev": "vuepress dev src",
@@ -9,9 +9,9 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@tmagic/form": "1.1.0-beta.1",
"@tmagic/schema": "1.1.0-beta.1",
"@tmagic/utils": "1.1.0-beta.1",
"@tmagic/form": "1.1.0-beta.2",
"@tmagic/schema": "1.1.0-beta.2",
"@tmagic/utils": "1.1.0-beta.2",
"element-plus": "^2.2.6",
"highlight.js": "^11.2.0",
"lodash": "^4.17.21",