release: v3.0.10

This commit is contained in:
Evan You
2021-03-30 20:05:45 -04:00
parent 9cf75258c8
commit ad6c124e6c
16 changed files with 65 additions and 38 deletions

View File

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