Skip to content

Commit

Permalink
fix: update playwright version (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
plisovyi authored Oct 15, 2023
1 parent 82c8788 commit 95a7717
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"peerDependencies": {
"mocha": ">=7",
"playwright": ">=1.38.0",
"playwright": ">=1.39.0",
"webpack": "^5.0.0"
},
"dependencies": {
Expand All @@ -36,7 +36,7 @@
"webpack-dev-middleware": "^6.1.1"
},
"devDependencies": {
"@playwright/browser-chromium": "^1.38.1",
"@playwright/browser-chromium": "^1.39.0",
"@ts-tools/webpack-loader": "^5.0.2",
"@types/chai": "^4.3.8",
"@types/express": "^4.17.19",
Expand All @@ -48,7 +48,7 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"mocha": "^10.2.0",
"playwright": "^1.38.1",
"playwright": "^1.39.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"typescript": "~5.2.2",
Expand Down

0 comments on commit 95a7717

Please sign in to comment.