Skip to content

Commit

Permalink
fix: 🐛 typescript as a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
diogofcunha committed Oct 10, 2018
1 parent cd307d7 commit 57f8c85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"lint": "yarn lint:prettier && yarn lint:tslint"
},
"dependencies": {
"fast-deep-equal": "^2.0.1",
"typescript": "^3.1.1"
"fast-deep-equal": "^2.0.1"
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.0",
Expand All @@ -42,7 +41,8 @@
"react-testing-library": "^5.2.0",
"semantic-release": "^15.9.17",
"ts-jest": "^23.10.4",
"tslint": "^5.11.0"
"tslint": "^5.11.0",
"typescript": "^3.1.2"
},
"peerDependencies": {
"react": "^16.5.2"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5386,9 +5386,9 @@ typedarray@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"

typescript@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.1.tgz#3362ba9dd1e482ebb2355b02dfe8bcd19a2c7c96"
typescript@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.2.tgz#c03a5d16f30bb60ad8bb6fe8e7cb212eedeec950"

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

0 comments on commit 57f8c85

Please sign in to comment.