Skip to content

Commit 620ee79

Browse files
authored
Typescript 4 9 (#1547)
* chore: typescript 4.9 * chore: stub output * feat: regenerate
1 parent 3319b91 commit 620ee79

File tree

1,321 files changed

+4147
-4062
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,321 files changed

+4147
-4062
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
node: [14, 16]
52-
ts: [3.8.3, 3.9.3, 4.0.3, 4.1.5, 4.2.4, 4.3.2, 4.4.2, 4.5.2, 4.6.2, 4.7.3, 4.8.2, next]
52+
ts: [3.8.3, 3.9.3, 4.0.3, 4.1.5, 4.2.4, 4.3.2, 4.4.2, 4.5.2, 4.6.2, 4.7.3, 4.8.2, 4.9.3, next]
5353
runs-on: ubuntu-latest
5454
steps:
5555
- uses: actions/checkout@v2
@@ -76,7 +76,7 @@ jobs:
7676
strategy:
7777
matrix:
7878
node: [14, 16]
79-
ts: [3.8.3, 3.9.3, 4.0.3, 4.1.5, 4.2.4, 4.3.2, 4.4.2, 4.5.2, 4.6.2, 4.7.3, 4.8.2, next]
79+
ts: [3.8.3, 3.9.3, 4.0.3, 4.1.5, 4.2.4, 4.3.2, 4.4.2, 4.5.2, 4.6.2, 4.7.3, 4.8.2, 4.9.3, next]
8080
runs-on: windows-latest
8181
steps:
8282
- uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"mocha": "^6.0.0",
9494
"prettier": "^2.0.5",
9595
"rimraf": "^2.6.2",
96-
"typescript": "^4.8.2",
96+
"typescript": "^4.9.3",
9797
"webpack": "^5.74.0",
9898
"webpack-cli": "^4.10.0"
9999
},

0 commit comments

Comments
 (0)