Skip to content

Commit

Permalink
fix: make primevue and vue peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasphil committed Sep 6, 2024
1 parent c38fca4 commit ec3b41a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"typecheck": "vue-tsc",
"sync-fonts": "rm ./public/fonts/*.woff ./public/fonts/*.woff2; cp ./node_modules/@digitalservice4germany/angie/fonts/* ./public/fonts/; cp ./node_modules/@digitalservice4germany/angie/fonts.css ./public/"
},
"dependencies": {
"peerDependencies": {
"primevue": "^4.0.0",
"vue": "^3.0.0"
},
Expand Down

0 comments on commit ec3b41a

Please sign in to comment.