Skip to content

Commit c7ccdea

Browse files
chore(deps-dev): bump typescript from 4.9.5 to 5.1.3 (#303)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gareth Jones <[email protected]>
1 parent 67385ae commit c7ccdea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/validate.yml

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
- name: Install @testing-library/dom v${{ matrix.testing-library-dom }}
5252
run: npm install --no-save --force @testing-library/dom@${{ matrix.testing-library-dom }}
5353

54+
- name: Install TypeScript v4
55+
if: ${{ startsWith(matrix.node, 12) }}
56+
run: npm install --no-save --force typescript@4
57+
5458
- name: ▶️ Run validate script (without linting)
5559
if: ${{ matrix.eslint != 8 }}
5660
run: npm run validate -- build,test:coverage

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"eslint-remote-tester": "^3.0.0",
5353
"eslint-remote-tester-repositories": "^1.0.1",
5454
"kcd-scripts": "^12.0.0",
55-
"typescript": "^4.5.3"
55+
"typescript": "^5.1.3"
5656
},
5757
"peerDependencies": {
5858
"@testing-library/dom": "^8.0.0 || ^9.0.0",

0 commit comments

Comments
 (0)