diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-12-11 20:37:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-11 20:37:45 +0000 |
| commit | 84cbabec296e3fdc564a29ebcc838697d4eee679 (patch) | |
| tree | def6ec05f5ad4407dbc7b71b4209eafff5813c8c /package.json | |
| parent | Merge pull request #6973 from syuilo/dependabot/npm_and_yarn/typescript-eslin... (diff) | |
| download | misskey-84cbabec296e3fdc564a29ebcc838697d4eee679.tar.gz misskey-84cbabec296e3fdc564a29ebcc838697d4eee679.tar.bz2 misskey-84cbabec296e3fdc564a29ebcc838697d4eee679.zip | |
Bump vue and @vue/compiler-sfc
Bumps [vue](https://github.com/vuejs/vue) and [@vue/compiler-sfc](https://github.com/vuejs/vue-next/tree/HEAD/packages/compiler-sfc). These dependencies needed to be updated together.
Updates `vue` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)
Updates `@vue/compiler-sfc` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/vuejs/vue-next/releases)
- [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-next/commits/v3.0.4/packages/compiler-sfc)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 05f7c03e7f..9370dffc20 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "@types/websocket": "1.0.1", "@types/ws": "7.4.0", "@typescript-eslint/parser": "4.9.1", - "@vue/compiler-sfc": "3.0.3", + "@vue/compiler-sfc": "3.0.4", "abort-controller": "3.0.0", "apexcharts": "3.22.3", "autobind-decorator": "2.4.0", @@ -242,7 +242,7 @@ "uuid": "8.3.2", "v-debounce": "0.1.2", "vanilla-tilt": "1.7.0", - "vue": "3.0.3", + "vue": "3.0.4", "vue-color": "2.7.1", "vue-i18n": "9.0.0-beta.7", "vue-json-pretty": "1.7.1", |