Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 194a482

Browse files
committed
Move typescript-eslint-parser to dependencies
1 parent 5dded55 commit 194a482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"ts-jest": "22.0.1",
5858
"ts-loader": "^2.3.7",
5959
"tsconfig-paths-webpack-plugin": "^2.0.0",
60+
"typescript-eslint-parser": "^16.0.1",
6061
"uglifyjs-webpack-plugin": "^1.1.8",
6162
"url-loader": "0.6.2",
6263
"webpack": "3.8.1",
@@ -67,8 +68,7 @@
6768
"devDependencies": {
6869
"react": "^15.5.4",
6970
"react-dom": "^15.5.4",
70-
"typescript": "^2.7.1",
71-
"typescript-eslint-parser": "^16.0.1"
71+
"typescript": "^2.7.1"
7272
},
7373
"peerDependencies": {
7474
"typescript": "2.x"

0 commit comments

Comments
 (0)