@zohodesk/testinglibrary 0.1.0-exp.3 → 0.1.0-exp.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Changelog.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ## Framework that abstracts the configuration for playwright and Jest
4
4
 
5
+ # 0.1.0-exp.5
6
+
7
+ - playwright bersion change conflict
8
+
9
+ # 0.1.0-exp.4
10
+
11
+ - Playwright version error
12
+
5
13
  # 0.1.0-exp.3
6
14
 
7
15
  - Fixed error `@cucumber/gherkin` not found. Cause of this issue is updating @cucumber/cucumber to 9.5.0. Reverting this version to 9.2.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.1.0-exp.3",
3
+ "version": "0.1.0-exp.4",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -2577,22 +2577,13 @@
2577
2577
  "integrity": "sha512-Aq58f5HiWdyDlFffbbSjAlv596h/cOnt2DO1w3DOC7OJ5EHs0hd/nycJfiu9RJbT6Yk6F1knnRRXNSpxoIVZ9Q=="
2578
2578
  },
2579
2579
  "@playwright/test": {
2580
- "version": "1.39.0",
2581
- "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.39.0.tgz",
2582
- "integrity": "sha512-3u1iFqgzl7zr004bGPYiN/5EZpRUSFddQBra8Rqll5N0/vfpqlP9I9EXqAoGacuAbX6c9Ulg/Cjqglp5VkK6UQ==",
2580
+ "version": "1.37.1",
2581
+ "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.1.tgz",
2582
+ "integrity": "sha512-bq9zTli3vWJo8S3LwB91U0qDNQDpEXnw7knhxLM0nwDvexQAwx9tO8iKDZSqqneVq+URd/WIoz+BALMqUTgdSg==",
2583
2583
  "requires": {
2584
- "playwright": "1.39.0"
2585
- },
2586
- "dependencies": {
2587
- "playwright": {
2588
- "version": "1.39.0",
2589
- "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.39.0.tgz",
2590
- "integrity": "sha512-naE5QT11uC/Oiq0BwZ50gDmy8c8WLPRTEWuSSFVG2egBka/1qMoSqYQcROMT9zLwJ86oPofcTH2jBY/5wWOgIw==",
2591
- "requires": {
2592
- "fsevents": "2.3.2",
2593
- "playwright-core": "1.39.0"
2594
- }
2595
- }
2584
+ "@types/node": "*",
2585
+ "fsevents": "2.3.2",
2586
+ "playwright-core": "1.37.1"
2596
2587
  }
2597
2588
  },
2598
2589
  "@sinclair/typebox": {
@@ -6724,9 +6715,9 @@
6724
6715
  }
6725
6716
  },
6726
6717
  "playwright-core": {
6727
- "version": "1.39.0",
6728
- "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.39.0.tgz",
6729
- "integrity": "sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw=="
6718
+ "version": "1.37.1",
6719
+ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.1.tgz",
6720
+ "integrity": "sha512-17EuQxlSIYCmEMwzMqusJ2ztDgJePjrbttaefgdsiqeLWidjYz9BxXaTaZWxH1J95SHGk6tjE+dwgWILJoUZfA=="
6730
6721
  },
6731
6722
  "pretty-format": {
6732
6723
  "version": "29.7.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.1.0-exp.3",
3
+ "version": "0.1.0-exp.5",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -22,7 +22,7 @@
22
22
  "dependencies": {
23
23
  "@babel/preset-react": "7.22.5",
24
24
  "@cucumber/cucumber": "9.2.0",
25
- "@playwright/test": "1.39.0",
25
+ "@playwright/test": "1.37.1",
26
26
  "@testing-library/jest-dom": "5.11.9",
27
27
  "@testing-library/react": "11.2.7",
28
28
  "@testing-library/react-hooks": "7.0.2",