release: v3.2.21

This commit is contained in:
Evan You
2021-11-02 14:35:14 +08:00
parent 3f4c50ca83
commit fe853a5a40
18 changed files with 61 additions and 46 deletions

View File

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