Skip to content

Commit

Permalink
feat(typescript): make typescript a peer dependency
Browse files Browse the repository at this point in the history
In order to improve flexibility we decided to let you chose the version of TypeScript you want to use.
Please add the `typescript` package to your project.

BREAKING CHANGE: TypeScript is now a peer dependency.
  • Loading branch information
jhiode authored and Emanuel Kluge committed Oct 18, 2019
1 parent 823ad81 commit c9db610
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
<<<<<<< HEAD
"hops-mixin": "^12.0.0-alpha.2",
"ts-loader": "^6.2.0"
},
Expand All @@ -23,6 +24,16 @@
},
"devDependencies": {
"typescript": "^3.6.4"
=======
"hops-mixin": "^11.9.1",
"ts-loader": "^6.0.0"
},
"peerDependencies": {
"typescript": "^3.2.0"
},
"devDependencies": {
"typescript": "^3.2.0"
>>>>>>> 3607bf4f... feat(typescript): make typescript a peer dependency
},
"homepage": "https://github.com/xing/hops/tree/master/packages/typescript#readme"
}
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12712,10 +12712,17 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

<<<<<<< HEAD
typescript@^3.6.4:
version "3.6.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.4.tgz#b18752bb3792bc1a0281335f7f6ebf1bbfc5b91d"
integrity sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==
=======
typescript@^3.2.0:
version "3.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.2.tgz#105b0f1934119dde543ac8eb71af3a91009efe54"
integrity sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw==
>>>>>>> 3607bf4f... feat(typescript): make typescript a peer dependency

uglify-js@^3.1.4:
version "3.6.1"
Expand Down

0 comments on commit c9db610

Please sign in to comment.