Skip to content

Commit

Permalink
Moved typescript to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Apr 14, 2024
1 parent 51cc26a commit ebb9d72
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/coverage/
/node_modules/
.idea
6 changes: 4 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,16 @@
"engines": {
"node": ">=18"
},
"peerDependencies": {
"typescript": "^5.4.4"
},
"dependencies": {
"@vue/compiler-sfc": "^3.4.21",
"detective-es6": "^5.0.0",
"detective-sass": "^6.0.0",
"detective-scss": "^5.0.0",
"detective-stylus": "^5.0.0",
"detective-typescript": "^13.0.0",
"typescript": "^5.4.5"
"detective-typescript": "^13.0.0"
},
"devDependencies": {
"c8": "^9.1.0",
Expand Down

0 comments on commit ebb9d72

Please sign in to comment.