Skip to content

Commit

Permalink
downgrade typescript until issue is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
obedm503 committed Sep 1, 2019
1 parent f0e0cd6 commit dc02d33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"dotenv-safe": "^6.1.0",
"nodemon": "^1.19.0",
"ts-node": "^8.1.0",
"typescript": "^3.5.2"
"typescript": "3.5.3"
}
}
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"@types/yup": "^0.26.16",
"node-sass": "^4.12.0",
"react-scripts": "^3.1.0",
"typescript": "^3.5.1"
"typescript": "3.5.3"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11950,10 +11950,10 @@ typeorm@^0.2.17:
yargonaut "^1.1.2"
yargs "^13.2.1"

typescript@^3.5.1, typescript@^3.5.2:
version "3.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.2.tgz#105b0f1934119dde543ac8eb71af3a91009efe54"
integrity sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw==
typescript@3.5.3:
version "3.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==

ua-parser-js@^0.7.18:
version "0.7.20"
Expand Down

0 comments on commit dc02d33

Please sign in to comment.