[deps] Update vue dependency

This commit is contained in:
Ferdinand Thiessen 2021-08-30 11:53:23 +02:00
parent f5288cb8d3
commit 7cc03a31f7
1 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"license": "MIT",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"name": "@flaschengeist/types",
"author": "Ferdinand Thiessen <rpm@fthiessen.de>",
"homepage": "https://flaschengeist.dev/",
@ -12,18 +12,19 @@
"type": "git",
"url": "https://flaschengeist.dev/Flaschengeist/flaschengeist-types"
},
"flat": true,
"typings": "types/index.d.ts",
"scripts": {
"valid": "tsc --noEmit",
"pretty": "prettier --config ./package.json --write '{,!(node_modules)/**/}*.ts'"
},
"dependencies": {
"vue": "^3.1.5",
"vue-router": "^4.0.10"
"vue": "^3.2.4",
"vue-router": "^4.0.11"
},
"devDependencies": {
"prettier": "^2.3.0",
"typescript": "^4.2.4"
"prettier": "^2.3.2",
"typescript": "^4.3.5"
},
"prettier": {
"singleQuote": true,