Skip to content

Commit 8190631

Browse files
chore(deps-dev): bump gts from 5.3.1 to 6.0.0 (#665)
Bumps [gts](https://github.com/google/gts) from 5.3.1 to 6.0.0. - [Release notes](https://github.com/google/gts/releases) - [Changelog](https://github.com/google/gts/blob/main/CHANGELOG.md) - [Commits](google/gts@v5.3.1...v6.0.0) --- updated-dependencies: - dependency-name: gts dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e5b99c commit 8190631

File tree

8 files changed

+130
-125
lines changed

8 files changed

+130
-125
lines changed

.prettierrc.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
...require('gts/.prettierrc.json')
3-
}
2+
...require('gts/.prettierrc.json'),
3+
};

lib/index.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+83-79
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@vercel/ncc": "^0.38.2",
2929
"all-contributors-cli": "^6.26.1",
3030
"eslint-config-prettier": "^9.1.0",
31-
"gts": "^5.3.1",
31+
"gts": "^6.0.0",
3232
"husky": "^9.1.6",
3333
"typescript": "~5.6.3"
3434
},

0 commit comments

Comments
 (0)