Skip to content

Commit

Permalink
Merge pull request #23 from motea927/dev
Browse files Browse the repository at this point in the history
fix: move vue-i18n to optionalDependencies
  • Loading branch information
motea927 authored Jun 19, 2023
2 parents 0f72085 + 30b5beb commit 9fc3c9c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 36 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
"vite-plugin-dts": "^2.3.0",
"vitest": "^0.31.0",
"vue": "^3.3.2",
"vue-i18n": "9.3.0-beta.19",
"vue-tsc": "^1.6.4"
},
"optionalDependencies": {
"vue-i18n": "9.3.0-beta.19"
}
}
52 changes: 17 additions & 35 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 9fc3c9c

Please sign in to comment.