Skip to content

Commit

Permalink
fix(@formatjs/ts-transformer): move typescript & tslib to peerDepende…
Browse files Browse the repository at this point in the history
…ncies (#2621)

fix #2620
  • Loading branch information
nodkz committed Feb 20, 2021
1 parent fb3e462 commit a0baae3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/ts-transformer/package.json
Expand Up @@ -17,12 +17,16 @@
"react-intl"
],
"dependencies": {
"intl-messageformat-parser": "6.3.2",
"intl-messageformat-parser": "6.3.2"
},
"devDependencies": {
"tslib": "^2.0.1",
"typescript": "^4.0"
},
"peerDependencies": {
"ts-jest": "^26.4.0"
"ts-jest": "^26.4.0",
"tslib": "^2.0.1",
"typescript": "^4.0"
},
"peerDependenciesMeta": {
"ts-jest": {
Expand Down

0 comments on commit a0baae3

Please sign in to comment.