Skip to content

Commit 94480fb

Browse files
authored
4.1 -> 4.2 (#1305)
* 4.1 -> 4.2 * regenerate output
1 parent e3a30c0 commit 94480fb

File tree

1,272 files changed

+2584
-2552
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,272 files changed

+2584
-2552
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: [12, 14]
52-
ts: [3.8.3, 3.9.3, 4.0.3, 4.1.5, next]
52+
ts: [3.8.3, 3.9.3, 4.0.3, 4.1.5, 4.2.4, next]
5353
runs-on: ubuntu-latest
5454
steps:
5555
- uses: actions/checkout@v2
@@ -76,7 +76,7 @@ jobs:
7676
strategy:
7777
matrix:
7878
node: [12, 14]
79-
ts: [3.8.3, 3.9.3, 4.0.3, 4.1.5, next]
79+
ts: [3.8.3, 3.9.3, 4.0.3, 4.1.5, 4.2.4, next]
8080
runs-on: windows-latest
8181
steps:
8282
- uses: actions/checkout@v2

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7-
{
7+
{
88
"type": "node",
99
"request": "launch",
1010
"name": "Run open execution test",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@
101101
"typescript": "*",
102102
"webpack": "*"
103103
}
104-
}
104+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)