Skip to content

Commit

Permalink
remove typescript from peer dependencies and add it as dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
r3dDoX committed Sep 26, 2024
1 parent d4d92f9 commit d294663
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
22 changes: 12 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
},
"homepage": "https://github.com/r3dDoX/vite-plugin-svgo#readme",
"devDependencies": {
"@types/node": "20.10.0"
"@types/node": "20.10.0",
"typescript": "5.6.2"
},
"dependencies": {
"svgo": "3.0.4"
},
"peerDependencies": {
"typescript": ">=4.9.4",
"vite": ">=4.0.2"
}
}

0 comments on commit d294663

Please sign in to comment.