Skip to content

Commit

Permalink
feat(runner-playwright): update dependency typescript to v5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 9a5e475 commit 7c0d250
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"prettier": "3.2.5",
"ts-jest": "29.2.4",
"ts-node": "10.9.2",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"overrides": {
"lodash": "~4.17.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/assistant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"ts-jest": "29.2.4",
"ts-loader": "^9.4.2",
"ts-node": "10.9.2",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"files": [
"dist/uuv-assistant-resources.bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"remark-directive": "^3.0.0",
"remark-parse": "^11.0.0",
"ts-node": "^10.9.2",
"typescript": "5.4.5",
"typescript": "5.6.2",
"unified": "^11.0.4"
},
"browserslist": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runner-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"multiple-cucumber-html-reporter": "3.7.0",
"path-browserify": "^1.0.1",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"typescript": "5.6.2",
"webpack": "5.90.3"
},
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/runner-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"nanoid": "^3.3.7",
"playwright-bdd": "^6.5.0",
"ts-node": "10.9.2",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down

0 comments on commit 7c0d250

Please sign in to comment.