Skip to content

Commit 4088b4f

Browse files
committed
chore: update devDependencies (TypeScript to 5.8.3, etc)
chore: update Playwright to 1.51.1
1 parent 792008e commit 4088b4f

2 files changed

Lines changed: 33 additions & 33 deletions

File tree

package-lock.json

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"url": "git+https://github.com/joomcode/e2ed.git"
2626
},
2727
"dependencies": {
28-
"@playwright/test": "1.51.0",
28+
"@playwright/test": "1.51.1",
2929
"create-locator": "0.0.27",
3030
"get-modules-graph": "0.0.11",
3131
"globby": "11.1.0",
3232
"sort-json-keys": "1.0.3"
3333
},
3434
"devDependencies": {
35-
"@playwright/browser-chromium": "1.51.0",
36-
"@types/node": "22.13.10",
35+
"@playwright/browser-chromium": "1.51.1",
36+
"@types/node": "22.14.0",
3737
"@typescript-eslint/eslint-plugin": "7.18.0",
3838
"@typescript-eslint/parser": "7.18.0",
3939
"assert-modules-support-case-insensitive-fs": "1.0.1",
@@ -46,7 +46,7 @@
4646
"eslint-plugin-typescript-sort-keys": "3.3.0",
4747
"husky": "9.1.7",
4848
"prettier": "3.5.3",
49-
"typescript": "5.8.2"
49+
"typescript": "5.8.3"
5050
},
5151
"peerDependencies": {
5252
"@types/node": ">=20",

0 commit comments

Comments
 (0)