release: v3.2.34-beta.1

This commit is contained in:
Evan You
2022-05-17 12:53:51 +08:00
parent 739af3da60
commit 7fd761e577
19 changed files with 139 additions and 73 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@vue/runtime-dom",
"version": "3.2.33",
"version": "3.2.34-beta.1",
"description": "@vue/runtime-dom",
"main": "index.js",
"module": "dist/runtime-dom.esm-bundler.js",
@@ -35,8 +35,8 @@
},
"homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-dom#readme",
"dependencies": {
"@vue/shared": "3.2.33",
"@vue/runtime-core": "3.2.33",
"@vue/shared": "3.2.34-beta.1",
"@vue/runtime-core": "3.2.34-beta.1",
"csstype": "^2.6.8"
}
}