Skip to content

Commit

Permalink
fix(deps): use gts ^1.0.0 and typescript ~3.6.0 (#90)
Browse files Browse the repository at this point in the history
* fix(deps): use gts ^1.0.0

* and typescript
  • Loading branch information
alexander-fenster authored Oct 31, 2019
1 parent 0dbf468 commit 685737c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions templates/typescript_gapic/package.json.njk
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"devDependencies": {
"@types/node": "^12.0.0",
"@types/mocha": "^5.2.5",
"gts": "^0.9.0",
"gts": "^1.0.0",
"mocha": "^6.0.0",
"typescript": "~3.5.3"
"typescript": "~3.6.0"
},
"scripts": {
"lint": "gts check",
Expand Down
4 changes: 2 additions & 2 deletions typescript/test/testdata/keymanager/package.json.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"devDependencies": {
"@types/node": "^12.0.0",
"@types/mocha": "^5.2.5",
"gts": "^0.9.0",
"gts": "^1.0.0",
"mocha": "^6.0.0",
"typescript": "~3.5.3"
"typescript": "~3.6.0"
},
"scripts": {
"lint": "gts check",
Expand Down
4 changes: 2 additions & 2 deletions typescript/test/testdata/showcase/package.json.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"devDependencies": {
"@types/node": "^12.0.0",
"@types/mocha": "^5.2.5",
"gts": "^0.9.0",
"gts": "^1.0.0",
"mocha": "^6.0.0",
"typescript": "~3.5.3"
"typescript": "~3.6.0"
},
"scripts": {
"lint": "gts check",
Expand Down
4 changes: 2 additions & 2 deletions typescript/test/testdata/texttospeech/package.json.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"devDependencies": {
"@types/node": "^12.0.0",
"@types/mocha": "^5.2.5",
"gts": "^0.9.0",
"gts": "^1.0.0",
"mocha": "^6.0.0",
"typescript": "~3.5.3"
"typescript": "~3.6.0"
},
"scripts": {
"lint": "gts check",
Expand Down
4 changes: 2 additions & 2 deletions typescript/test/testdata/translate/package.json.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"devDependencies": {
"@types/node": "^12.0.0",
"@types/mocha": "^5.2.5",
"gts": "^0.9.0",
"gts": "^1.0.0",
"mocha": "^6.0.0",
"typescript": "~3.5.3"
"typescript": "~3.6.0"
},
"scripts": {
"lint": "gts check",
Expand Down

0 comments on commit 685737c

Please sign in to comment.