Skip to content

Commit 2c9e624

Browse files
committed
Merge branch 'main' into esl/eslint-update
2 parents b6cfeb9 + b3b7f3c commit 2c9e624

File tree

3 files changed

+183
-211
lines changed

3 files changed

+183
-211
lines changed

.github/workflows/pr.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "PR"
1+
name: 'PR'
22

33
on:
44
pull_request_target:
@@ -7,8 +7,11 @@ on:
77
- edited
88
- synchronize
99

10+
permissions:
11+
pull-requests: read
12+
1013
jobs:
1114
semantic-title:
12-
name: "Semantic title"
15+
name: 'Semantic title'
1316
uses: technology-studio/github-workflows/.github/workflows/_semantic-title.yml@main
1417
secrets: inherit

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@
4444
"eslint-plugin-react-hooks": "^5.1.0"
4545
},
4646
"devDependencies": {
47-
"@txo/commitlint": "^1.0.22",
47+
"@txo/commitlint": "^1.0.24",
4848
"@txo/semantic-release": "^2.0.10",
4949
"@txo/tsconfig": "^2.0.0",
5050
"@types/eslint": "^9.6.1",
5151
"@types/jest": "^29.5.14",
52-
"@types/react": "^18.3.18",
52+
"@types/react": "^18.3.24",
5353
"eslint-config-txo-typescript": "^7.4.10",
5454
"husky": "^9.1.7",
5555
"jest": "^29.7.0",
56-
"lint-staged": "^15.4.3",
56+
"lint-staged": "^16.1.6",
5757
"npm-check-updates": "^17.1.14",
5858
"react": "^18.3.1",
5959
"rimraf": "^6.0.1",
60-
"ts-jest": "^29.2.6",
61-
"typescript": "^5.7.3"
60+
"ts-jest": "^29.4.4",
61+
"typescript": "^5.9.2"
6262
}
6363
}

0 commit comments

Comments
 (0)