Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from radekBednarik/dev
Browse files Browse the repository at this point in the history
chore: update pw to 1.46.0 and bump up
  • Loading branch information
radekBednarik authored Aug 14, 2024
2 parents 61a5c5f + 7b8ba8e commit f9e4487
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "playwright-test-skeleton",
"version": "0.5.5",
"version": "0.5.6",
"description": "Package for creating Playwright Test skeleton project. Includes default linter, formatter and precommit-hooks settings.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion templates/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@playwright/test": "^1.45.3",
"@playwright/test": "^1.46.0",
"eslint": "^8.57.0",
"eslint-plugin-playwright": "^1.5.4",
"prettier": "^3.2.5"
Expand Down
2 changes: 1 addition & 1 deletion templates/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@playwright/test": "^1.45.3",
"@playwright/test": "^1.46.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
Expand Down

0 comments on commit f9e4487

Please sign in to comment.