Skip to content

Commit

Permalink
feat: upgrade to 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Dec 10, 2023
1 parent 3464a7f commit a3003ed
Show file tree
Hide file tree
Showing 1,278 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
matrix:
node: [18, 20]
ts: [4.4.2, 4.5.2, 4.6.2, 4.7.3, 4.8.2, 4.9.3, 5.0.4, 5.1.3, 5.2.2, next]
ts: [4.4.2, 4.5.2, 4.6.2, 4.7.3, 4.8.2, 4.9.3, 5.0.4, 5.1.3, 5.2.2, 5.3.3, next]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -76,7 +76,7 @@ jobs:
strategy:
matrix:
node: [18, 20]
ts: [4.4.2, 4.5.2, 4.6.2, 4.7.3, 4.8.2, 4.9.3, 5.0.4, 5.1.3, 5.2.2, next]
ts: [4.4.2, 4.5.2, 4.6.2, 4.7.3, 4.8.2, 4.9.3, 5.0.4, 5.1.3, 5.2.2, 5.3.3, next]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -94,7 +94,7 @@
"mocha": "^6.0.0",
"prettier": "^2.0.5",
"rimraf": "^2.6.2",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
Expand Down

0 comments on commit a3003ed

Please sign in to comment.