Skip to content

Commit

Permalink
update TS to newer compiler to fix warnings per #170
Browse files Browse the repository at this point in the history
  • Loading branch information
pospi committed Sep 29, 2021
1 parent 3963fab commit 6e037b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/holorea-graphql-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"babel-plugin-macros": "^2.5.1",
"react-scripts": "3.0.1",
"source-map-loader": "^0.2.4",
"typescript": "3.4.5"
"typescript": "3.8"
},
"scripts": {
"start": "REACT_APP_HC_CONN_URL='ws://localhost:4001' BROWSER=none react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion modules/graphql-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"tslib": "1.10.0",
"tslint": "5.16.0",
"tslint-config-standard": "8.0.1",
"typescript": "3.4.5"
"typescript": "3.8"
}
}
2 changes: 1 addition & 1 deletion modules/vf-graphql-holochain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"tslib": "1.10.0",
"tslint": "5.16.0",
"tslint-config-standard": "8.0.1",
"typescript": "3.4.5"
"typescript": "3.8"
}
}

0 comments on commit 6e037b1

Please sign in to comment.