Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit bdc37aa

Browse files
committed
Allow TypeScript 3 as a peer dependency
1 parent 2ffd32b commit bdc37aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/react-scripts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dotenv-expand": "4.2.0",
3333
"extract-text-webpack-plugin": "3.0.2",
3434
"file-loader": "0.11.2",
35-
"fork-ts-checker-webpack-plugin": "^0.2.8",
35+
"fork-ts-checker-webpack-plugin": "^0.4.4",
3636
"fs-extra": "3.0.1",
3737
"html-webpack-plugin": "2.29.0",
3838
"jest": "22.4.2",
@@ -46,7 +46,7 @@
4646
"resolve": "1.6.0",
4747
"style-loader": "0.19.0",
4848
"sw-precache-webpack-plugin": "0.11.4",
49-
"ts-jest": "22.0.1",
49+
"ts-jest": "23.1.0",
5050
"ts-loader": "^2.3.7",
5151
"tsconfig-paths-webpack-plugin": "^2.0.0",
5252
"tslint": "^5.7.0",
@@ -62,10 +62,10 @@
6262
"devDependencies": {
6363
"react": "^15.5.4",
6464
"react-dom": "^15.5.4",
65-
"typescript": "^2.7.1"
65+
"typescript": "^3.0.1"
6666
},
6767
"peerDependencies": {
68-
"typescript": "2.x"
68+
"typescript": "2.x || 3.x"
6969
},
7070
"optionalDependencies": {
7171
"fsevents": "^1.1.3"

0 commit comments

Comments
 (0)