Skip to content

Commit

Permalink
chore: pin vue versions
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 10, 2024
1 parent dd146d9 commit 3c8782e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@types/node": "^20.14.12",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/ui": "^2.0.4",
"@vue/compiler-sfc": "^3.4.34",
"@vue/server-renderer": "^3.4.34",
"@vue/compiler-sfc": "~3.4.34",
"@vue/server-renderer": "~3.4.34",
"chalk": "^5.3.0",
"conventional-changelog-cli": "^2.2.2",
"enquirer": "^2.4.1",
Expand All @@ -60,7 +60,7 @@
"typedoc-plugin-markdown": "^4.2.3",
"typescript": "~5.5.4",
"vitest": "^2.0.4",
"vue": "^3.4.34"
"vue": "~3.4.34"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 3c8782e

Please sign in to comment.