Skip to content

Commit

Permalink
fix: allow minimum vue@3.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamandrewluca committed Nov 14, 2024
1 parent 4b012a9 commit ebbd323
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"release": "npx np"
},
"peerDependencies": {
"vue": "^3.5.12"
"vue": "^3.2"
},
"devDependencies": {
"@allindevelopers/prettier-config": "^1.0.0",
Expand All @@ -45,7 +45,7 @@
"prettier": "^3.3.3",
"typescript": "~5.6.2",
"vite": "^5.4.10",
"vue": "^3.5.12",
"vue": "^3.2",
"vue-tsc": "^2.1.8"
},
"prettier": "@allindevelopers/prettier-config"
Expand Down

0 comments on commit ebbd323

Please sign in to comment.