Bump typescript from 4.8.2 to 4.8.4 in /vue

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.2 to 4.8.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.2...v4.8.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-01 16:04:36 +00:00
committed by GitHub
parent f28ca41b7b
commit 36fdc8cd9e
2 changed files with 47 additions and 31 deletions

View File

@@ -23,7 +23,7 @@
"lodash": "^4.17.21",
"mavon-editor": "^2.10.4",
"moment": "^2.29.4",
"prismjs": "^1.27.0",
"prismjs": "^1.29.0",
"vue": "^2.6.14",
"vue-class-component": "^7.2.3",
"vue-click-outside": "^1.1.0",
@@ -46,7 +46,7 @@
"@kazupon/vue-i18n-loader": "^0.5.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.32.0",
"@vue/cli-plugin-babel": "^5.0.4",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-pwa": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
@@ -56,12 +56,12 @@
"babel-eslint": "^10.1.0",
"eslint": "^7.28.0",
"eslint-plugin-vue": "^8.7.1",
"typescript": "~4.8.2",
"typescript": "~4.8.4",
"vue-cli-plugin-i18n": "^2.3.1",
"webpack-bundle-tracker": "1.6.0",
"workbox-expiration": "^6.3.0",
"workbox-navigation-preload": "^6.5.4",
"workbox-precaching": "^6.5.3",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.2.4"
},