release: v3.1.3

This commit is contained in:
Evan You
2021-07-01 19:28:06 -04:00
parent ba89ca9eca
commit fc7b640041
17 changed files with 84 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "vue",
"version": "3.1.2",
"version": "3.1.3",
"description": "The progressive JavaScript framework for buiding modern web UI.",
"main": "index.js",
"module": "dist/vue.runtime.esm-bundler.js",
@@ -37,9 +37,9 @@
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/vue#readme",
"dependencies": {
"@vue/shared": "3.1.2",
"@vue/compiler-dom": "3.1.2",
"@vue/runtime-dom": "3.1.2"
"@vue/shared": "3.1.3",
"@vue/compiler-dom": "3.1.3",
"@vue/runtime-dom": "3.1.3"
},
"devDependencies": {
"lodash": "^4.17.15",