Skip to content

Commit

Permalink
Use one version of @types/react
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Feb 9, 2019
1 parent db0eb7a commit ad0a2b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"author": "John Freeman <jfreeman08@gmail.com>",
"license": "MIT",
"scripts": {
"lint": "tsc --noEmit && tslint --project tsconfig.json 'src/**/*.{ts,tsx}'",
"start": "parcel src/index.html"
},
"dependencies": {
Expand All @@ -21,7 +22,11 @@
"react-dom": "^16.7.0"
},
"devDependencies": {
"@types/react": "^16.7.22",
"parcel-bundler": "^1.11.0",
"prettier": "^1.16.3"
"prettier": "^1.16.3",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.3"
}
}

0 comments on commit ad0a2b3

Please sign in to comment.