Skip to content

Commit 1679b17

Browse files
Bump typescript from 4.8.4 to 5.4.3 (#145)
* Bump typescript from 4.8.4 to 5.4.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 5.4.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v4.8.4...v5.4.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * bump actions Signed-off-by: Thomas Poignant <[email protected]> * Bump node/types Signed-off-by: Thomas Poignant <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Thomas Poignant <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Poignant <[email protected]>
1 parent d7bf9be commit 1679b17

File tree

3 files changed

+39
-19
lines changed

3 files changed

+39
-19
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v4
88
- name: Setup Node.js environment
9-
uses: actions/setup-node@v2.1.4
9+
uses: actions/setup-node@v4
1010
- run: sudo npm install -g typescript nyc mocha
1111
- run: npm install
1212
- run: npm run build

package-lock.json

+36-16
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
@@ -27,6 +27,6 @@
2727
"chai": "^4.2.0",
2828
"mocha": "^10.0.0",
2929
"ts-node": "^10.1.0",
30-
"typescript": "^4.0.2"
30+
"typescript": "^5.4.3"
3131
}
3232
}

0 commit comments

Comments
 (0)