Skip to content

Commit

Permalink
Bump typescript from 4.7.4 to 5.1.3
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 5.1.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.7.4...v5.1.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 14, 2023
1 parent e160f27 commit eb48383
Show file tree
Hide file tree
Showing 14 changed files with 555 additions and 59 deletions.
588 changes: 542 additions & 46 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/aft-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"rimraf": "^3.0.2",
"source-map-support": "^0.5.21",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/aft-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"ts-mocha": "^10.0.0",
"typescript": "^4.3.2"
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/aft-jasmine-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/aft-jest-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/aft-mocha-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"rimraf": "^3.0.2",
"sinon": "^14.0.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/aft-reporting-aws-kinesis-firehose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.3.2"
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/aft-reporting-filesystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/aft-reporting-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.3.2"
"typescript": "^5.1.3"
},
"dependencies": {
"aft-core": "^10.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/aft-testrail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.3.2"
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/aft-ui-selenium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.3.2"
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/aft-ui-webdriverio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.3.2"
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/aft-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.3.2"
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/aft-web-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.3.2"
"typescript": "^5.1.3"
}
}

0 comments on commit eb48383

Please sign in to comment.