Skip to content

Commit

Permalink
fix(package): fix package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Mar 16, 2022
1 parent dd8bde9 commit 97bd3ca
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
1 change: 0 additions & 1 deletion build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export default defineBuildConfig({
],
externals: [
'vue',
'csstype',
'@vueuse/shared',
'framesync',
'style-value-types',
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@
"README.md"
],
"dependencies": {
"@vueuse/core": "^8.0.1",
"popmotion": "^11.0.3",
"framesync": "^6.1.0",
"style-value-types": "^5.1.0",
"@vueuse/core": "^8.0.1",
"@vueuse/shared": "^8.0.1",
"vue-demi": "*"
},
"peerDependencies": {
Expand All @@ -74,7 +77,6 @@
"lint-staged": "^12.3.5",
"prism-theme-vars": "^0.2.2",
"prismjs": "^1.27.0",
"style-value-types": "^5.1.0",
"typescript": "^4.6.2",
"unbuild": "^0.7.0",
"upath": "^2.0.1",
Expand Down
15 changes: 13 additions & 2 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 97bd3ca

Please sign in to comment.