Skip to content

Commit ec7866e

Browse files
Pin dependencies (#1203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c9ac28 commit ec7866e

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"devDependencies": {
3-
"@actions/github": "^6.0.0",
4-
"@octokit/plugin-paginate-rest": "^11.3.5",
5-
"@octokit/plugin-rest-endpoint-methods": "^13.2.6",
6-
"@octokit/request-error": "^6.1.5",
3+
"@actions/github": "6.0.0",
4+
"@octokit/plugin-paginate-rest": "11.3.5",
5+
"@octokit/plugin-rest-endpoint-methods": "13.2.6",
6+
"@octokit/request-error": "6.1.5",
77
"@proofdict/textlint-rule-proofdict": "3.1.2",
88
"@textlint-ja/textlint-rule-no-insert-dropping-sa": "2.0.1",
9-
"@types/js-yaml": "^4.0.9",
10-
"esbuild": "^0.24.0",
9+
"@types/js-yaml": "4.0.9",
10+
"esbuild": "0.24.0",
1111
"js-yaml": "4.1.0",
1212
"prettier": "3.4.2",
1313
"textlint": "14.4.2",
@@ -24,9 +24,9 @@
2424
"textlint-rule-preset-ja-spacing": "2.4.3",
2525
"textlint-rule-preset-ja-technical-writing": "12.0.2",
2626
"textlint-rule-terminology": "5.2.12",
27-
"tsc": "^2.0.4",
28-
"tsx": "^4.19.1",
29-
"typescript": "^5.6.3"
27+
"tsc": "2.0.4",
28+
"tsx": "4.19.1",
29+
"typescript": "5.6.3"
3030
},
3131
"standard": {
3232
"ignore": [

0 commit comments

Comments
 (0)