Browse Source

Bump @playwright/test from 1.36.2 to 1.37.0 (#3208)

Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.36.2 to 1.37.0.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.36.2...v1.37.0)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3209/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
5c90b85775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      package-lock.json
  2. 2
      package.json

16
package-lock.json generated

@ -9,7 +9,7 @@
"monaco-editor": "^0.41.0"
},
"devDependencies": {
"@playwright/test": "^1.36.2",
"@playwright/test": "^1.37.0",
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
"bootstrap": "^5.3.1",
"clean-webpack-plugin": "^4.0.0",
@ -141,13 +141,13 @@
}
},
"node_modules/@playwright/test": {
"version": "1.36.2",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.36.2.tgz",
"integrity": "sha512-2rVZeyPRjxfPH6J0oGJqE8YxiM1IBRyM8hyrXYK7eSiAqmbNhxwcLa7dZ7fy9Kj26V7FYia5fh9XJRq4Dqme+g==",
"version": "1.37.0",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.0.tgz",
"integrity": "sha512-181WBLk4SRUyH1Q96VZl7BP6HcK0b7lbdeKisn3N/vnjitk+9HbdlFz/L5fey05vxaAhldIDnzo8KUoy8S3mmQ==",
"dev": true,
"dependencies": {
"@types/node": "*",
"playwright-core": "1.36.2"
"playwright-core": "1.37.0"
},
"bin": {
"playwright": "cli.js"
@ -3263,9 +3263,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.36.2",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.36.2.tgz",
"integrity": "sha512-sQYZt31dwkqxOrP7xy2ggDfEzUxM1lodjhsQ3NMMv5uGTRDsLxU0e4xf4wwMkF2gplIxf17QMBCodSFgm6bFVQ==",
"version": "1.37.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.0.tgz",
"integrity": "sha512-1c46jhTH/myQw6sesrcuHVtLoSNfJv8Pfy9t3rs6subY7kARv0HRw5PpyfPYPpPtQvBOmgbE6K+qgYUpj81LAA==",
"dev": true,
"bin": {
"playwright-core": "cli.js"

2
package.json

@ -6,7 +6,7 @@
"build:prod": "webpack --mode=production"
},
"devDependencies": {
"@playwright/test": "^1.36.2",
"@playwright/test": "^1.37.0",
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
"bootstrap": "^5.3.1",
"clean-webpack-plugin": "^4.0.0",

Loading…
Cancel
Save