release: v3.2.32

This commit is contained in:
Evan You
2022-04-12 16:07:43 +08:00
parent ea6fc845f2
commit f4f5e80a19
19 changed files with 89 additions and 73 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@vue/runtime-dom",
"version": "3.2.31",
"version": "3.2.32",
"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.31",
"@vue/runtime-core": "3.2.31",
"@vue/shared": "3.2.32",
"@vue/runtime-core": "3.2.32",
"csstype": "^2.6.8"
}
}