Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
Update typescript version in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
wokalski committed Feb 6, 2020
1 parent 979038b commit 4d0e055
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion examples/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.54.1",
"react-test-renderer": "16.9.0",
"typescript": "^3.5.3"
"typescript": "~3.7.0"
},
"jest": {
"preset": "react-native",
Expand Down
2 changes: 1 addition & 1 deletion examples/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"nars-common": "1.0.0-alpha.2"
},
"devDependencies": {
"typescript": "^3.5.3"
"typescript": "~3.7.0"
}
}
2 changes: 1 addition & 1 deletion examples/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"nodemon": "^2.0.2",
"parcel-bundler": "^1.12.3",
"prettier": "^1.18.2",
"typescript": "^3.5.3"
"typescript": "~3.7.0"
}
}
21 changes: 8 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6447,10 +6447,10 @@ object.values@^1.1.0:
function-bind "^1.1.1"
has "^1.0.3"

ocaml-protoc-plugin-runtime-bs@2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/ocaml-protoc-plugin-runtime-bs/-/ocaml-protoc-plugin-runtime-bs-2.0.2.tgz#9a0cac5dc26012cbc8ee8512fbb01279de456a03"
integrity sha512-fVVT8U566eHwVjqW0QYE0AOV4uW+gOifbUypdIdJaSLU8hU0CSUL14NFdIn2QLaFE1yuPDr4Ni3yB0ffa4rWRA==
ocaml-protoc-plugin-runtime-bs@3.0.0-alpha.3:
version "3.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/ocaml-protoc-plugin-runtime-bs/-/ocaml-protoc-plugin-runtime-bs-3.0.0-alpha.3.tgz#62fea894e5ad631fd2176634c8fb7390b0c38688"
integrity sha512-slLGmvlTw5oUMaqf+4WXt7tUlrBIg7WgLjOImTbVw/TIftpxYnBNK4asobsCeOC/nFmukUBXrvaq7VQbyTYTXQ==

on-finished@~2.3.0:
version "2.3.0"
Expand Down Expand Up @@ -8834,15 +8834,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^3.5.3:
version "3.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==

typescript@~3.5.0:
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==
typescript@~3.7.0:
version "3.7.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==

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

0 comments on commit 4d0e055

Please sign in to comment.