Skip to content

Commit

Permalink
chore(deps): update dependency gts to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 27, 2023
1 parent 3b10abf commit 818d455
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion appengine/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/node": "^18.13.0",
"c8": "^8.0.0",
"chai": "^4.3.7",
"gts": "^3.1.1",
"gts": "^5.0.0",
"mocha": "^10.2.0",
"typescript": "^5.0.0",
"wait-port": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion asset/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"c8": "^8.0.0",
"chai": "^4.2.0",
"gts": "^3.1.1",
"gts": "^5.0.0",
"mocha": "^10.0.0",
"sinon": "^15.0.0",
"uuid": "^9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0-alpha.1",
"gts": "^4.0.1",
"gts": "^5.0.0",
"mocha": "^10.2.0",
"nunjucks": "^3.2.4",
"prettier": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion recaptcha_enterprise/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"c8": "^8.0.0",
"chai": "^4.3.7",
"eslint": "^8.34.0",
"gts": "^3.1.1",
"gts": "^5.0.0",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/node": "^18.13.0",
"c8": "^8.0.0",
"chai": "^4.3.7",
"gts": "^3.1.1",
"gts": "^5.0.0",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.6",
"c8": "^8.0.0",
"gts": "^3.1.1",
"gts": "^5.0.0",
"mocha": "^10.2.0",
"ts-node": "^10.9.1"
}
Expand Down
2 changes: 1 addition & 1 deletion workflows/quickstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.6",
"gts": "^3.1.1",
"gts": "^5.0.0",
"mocha": "^10.2.0",
"ts-node": "^10.9.1"
}
Expand Down

0 comments on commit 818d455

Please sign in to comment.