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

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,10 @@
2
2
 
3
3
  ## Framework that abstracts the configuration for playwright and Jest
4
4
 
5
+ # 0.1.0-exp.4
6
+
7
+ - Playwright version error
8
+
5
9
  # 0.1.0-exp.3
6
10
 
7
11
  - 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
@@ -2577,20 +2577,20 @@
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.38.0",
2581
+ "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.38.0.tgz",
2582
+ "integrity": "sha512-xis/RXXsLxwThKnlIXouxmIvvT3zvQj1JE39GsNieMUrMpb3/GySHDh2j8itCG22qKVD4MYLBp7xB73cUW/UUw==",
2583
2583
  "requires": {
2584
- "playwright": "1.39.0"
2584
+ "playwright": "1.38.0"
2585
2585
  },
2586
2586
  "dependencies": {
2587
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==",
2588
+ "version": "1.38.0",
2589
+ "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.38.0.tgz",
2590
+ "integrity": "sha512-fJGw+HO0YY+fU/F1N57DMO+TmXHTrmr905J05zwAQE9xkuwP/QLDk63rVhmyxh03dYnEhnRbsdbH9B0UVVRB3A==",
2591
2591
  "requires": {
2592
2592
  "fsevents": "2.3.2",
2593
- "playwright-core": "1.39.0"
2593
+ "playwright-core": "1.38.0"
2594
2594
  }
2595
2595
  }
2596
2596
  }
@@ -6724,9 +6724,9 @@
6724
6724
  }
6725
6725
  },
6726
6726
  "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=="
6727
+ "version": "1.38.0",
6728
+ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.38.0.tgz",
6729
+ "integrity": "sha512-f8z1y8J9zvmHoEhKgspmCvOExF2XdcxMW8jNRuX4vkQFrzV4MlZ55iwb5QeyiFQgOFCUolXiRHgpjSEnqvO48g=="
6730
6730
  },
6731
6731
  "pretty-format": {
6732
6732
  "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.4",
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.38.0",
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",