Skip to content

Commit

Permalink
fix: make vite a peer dependency for plugin-vite (#269)
Browse files Browse the repository at this point in the history
Fixes #268
  • Loading branch information
chrispcampbell authored Oct 24, 2022
1 parent 783a9b2 commit eaa02fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 4 additions & 5 deletions packages/plugin-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@
"build": "tsup",
"ci:build": "run-s clean lint prettier:check test:ci type-check build"
},
"dependencies": {
"vite": "^3.1.3"
},
"peerDependencies": {
"@sdeverywhere/build": "^0.2.0"
"@sdeverywhere/build": "^0.2.0",
"vite": "^3.0.0"
},
"devDependencies": {
"@sdeverywhere/build": "*"
"@sdeverywhere/build": "*",
"vite": "3.1.3"
},
"author": "Climate Interactive",
"license": "MIT",
Expand Down
3 changes: 1 addition & 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 eaa02fc

Please sign in to comment.