Skip to content

Commit

Permalink
build!: make typescript a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 18, 2023
1 parent 1234f75 commit f31c6a4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"rollup": "^3.26.3",
"rollup-plugin-dts": "^5.3.0",
"scule": "^1.0.0",
"typescript": "^5.1.6",
"untyped": "^1.3.2"
},
"devDependencies": {
Expand All @@ -62,7 +61,16 @@
"eslint": "^8.45.0",
"eslint-config-unjs": "^0.2.1",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
"peerDependencies": {
"typescript": "^5.1.6"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"packageManager": "pnpm@8.2.0"
}

0 comments on commit f31c6a4

Please sign in to comment.