Skip to content

Commit

Permalink
upgrade vue-vite-app deps (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyBatista authored Mar 6, 2024
1 parent 80b6ae2 commit 9dae5c7
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions apps/vue-vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
"dependencies": {
"@ffmpeg/ffmpeg": "*",
"@ffmpeg/util": "*",
"vue": "^3.3.4"
"vue": "^3.4.18"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@tsconfig/node18": "^18.2.0",
"@types/node": "^18.17.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.15.1",
"@rushstack/eslint-patch": "^1.7.2",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^20.11.17",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.21.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"typescript": "~5.1.6",
"vite": "^4.4.12",
"vue-tsc": "^1.8.6"
"prettier": "^3.2.5",
"typescript": "~5.3.3",
"vite": "^5.1.1",
"vue-tsc": "^1.8.27"
}
}

0 comments on commit 9dae5c7

Please sign in to comment.