Skip to content

Commit

Permalink
chore: bump typescript from 4.9.5 to 5.2.2 (#934)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.9.5...v5.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent f303b7d commit 300a16e
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 33 deletions.
37 changes: 12 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"lint-staged": "^15.1.0",
"prettier": "^3.0.3",
"react": "^17.0.0",
"typescript": "^4.8.4"
"typescript": "^5.2.2"
},
"prettier": {
"semi": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"rimraf": "^5.0.5",
"tempy": "^1.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"typescript": "^5.2.2"
},
"nyc": {
"checkCoverage": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^4.8.4"
"typescript": "^5.2.2"
},
"peerDependencies": {
"playwright-core": ">= 1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^4.8.4"
"typescript": "^5.2.2"
},
"dependencies": {
"axe-core": "~4.8.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"sinon": "^14.0.1",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^4.8.4"
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/reporter-earl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^4.8.4"
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/webdriverio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"webdriverio": "8.8.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"selenium-webdriver": "^4.8.1",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^4.8.4"
"typescript": "^5.2.2"
},
"dependencies": {
"axe-core": "~4.8.2"
Expand Down

0 comments on commit 300a16e

Please sign in to comment.