@zohodesk/testinglibrary 0.4.59-n18-experimental → 0.4.60-n18-experimental

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.
Files changed (2) hide show
  1. package/npm-shrinkwrap.json +55 -10
  2. package/package.json +2 -2
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.4.59-n18-experimental",
3
+ "version": "0.4.60-n18-experimental",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zohodesk/testinglibrary",
9
- "version": "0.4.59-n18-experimental",
9
+ "version": "0.4.60-n18-experimental",
10
10
  "hasInstallScript": true,
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
13
  "@babel/preset-react": "7.22.5",
14
14
  "@cucumber/cucumber": "11.2.0",
15
- "@playwright/test": "1.51.1",
15
+ "@playwright/test": "1.52.0-alpha-2025-03-24",
16
16
  "@reportportal/agent-js-playwright": "5.1.11",
17
17
  "@testing-library/jest-dom": "5.11.9",
18
18
  "@testing-library/react": "11.2.7",
@@ -3092,12 +3092,12 @@
3092
3092
  }
3093
3093
  },
3094
3094
  "node_modules/@playwright/test": {
3095
- "version": "1.51.1",
3096
- "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.51.1.tgz",
3097
- "integrity": "sha512-nM+kEaTSAoVlXmMPH10017vn3FSiFqr/bh4fKg9vmAdMfd9SDqRZNvPSiAHADc/itWak+qPvMPZQOPwCBW7k7Q==",
3095
+ "version": "1.52.0-alpha-2025-03-24",
3096
+ "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.52.0-alpha-2025-03-24.tgz",
3097
+ "integrity": "sha512-r2yfpxytcMDBcOi+5rQbfDMa8A5QXclp5zHCiQ0m5QHMB5XMII1qH97qB6DltkfKmtf4Wzuw2vY6PnImNCzPFA==",
3098
3098
  "license": "Apache-2.0",
3099
3099
  "dependencies": {
3100
- "playwright": "1.51.1"
3100
+ "playwright": "1.52.0-alpha-2025-03-24"
3101
3101
  },
3102
3102
  "bin": {
3103
3103
  "playwright": "cli.js"
@@ -3106,6 +3106,50 @@
3106
3106
  "node": ">=18"
3107
3107
  }
3108
3108
  },
3109
+ "node_modules/@playwright/test/node_modules/fsevents": {
3110
+ "version": "2.3.2",
3111
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
3112
+ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
3113
+ "hasInstallScript": true,
3114
+ "license": "MIT",
3115
+ "optional": true,
3116
+ "os": [
3117
+ "darwin"
3118
+ ],
3119
+ "engines": {
3120
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
3121
+ }
3122
+ },
3123
+ "node_modules/@playwright/test/node_modules/playwright": {
3124
+ "version": "1.52.0-alpha-2025-03-24",
3125
+ "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.52.0-alpha-2025-03-24.tgz",
3126
+ "integrity": "sha512-gLDl44ErUmhHTAYLn/pQADt7XgLAuS6T/klKjmBRZdcsgoZXpKU8H66P3bncQvhmLtjrLMyOjZysrcRbQ5QnYw==",
3127
+ "license": "Apache-2.0",
3128
+ "dependencies": {
3129
+ "playwright-core": "1.52.0-alpha-2025-03-24"
3130
+ },
3131
+ "bin": {
3132
+ "playwright": "cli.js"
3133
+ },
3134
+ "engines": {
3135
+ "node": ">=18"
3136
+ },
3137
+ "optionalDependencies": {
3138
+ "fsevents": "2.3.2"
3139
+ }
3140
+ },
3141
+ "node_modules/@playwright/test/node_modules/playwright-core": {
3142
+ "version": "1.52.0-alpha-2025-03-24",
3143
+ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.52.0-alpha-2025-03-24.tgz",
3144
+ "integrity": "sha512-kwXmlMceb5ApGdMfXCgbsStUsJgnkf5wRYRqlAlnJwpZFo6F1dD1ChgFTUckGQU4ZfagDvSkw9Nyi2jC+gjmew==",
3145
+ "license": "Apache-2.0",
3146
+ "bin": {
3147
+ "playwright-core": "cli.js"
3148
+ },
3149
+ "engines": {
3150
+ "node": ">=18"
3151
+ }
3152
+ },
3109
3153
  "node_modules/@reportportal/agent-js-playwright": {
3110
3154
  "version": "5.1.11",
3111
3155
  "resolved": "https://registry.npmjs.org/@reportportal/agent-js-playwright/-/agent-js-playwright-5.1.11.tgz",
@@ -10210,10 +10254,11 @@
10210
10254
  }
10211
10255
  },
10212
10256
  "node_modules/typescript": {
10213
- "version": "5.4.2",
10214
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz",
10215
- "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==",
10257
+ "version": "5.1.6",
10258
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
10259
+ "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
10216
10260
  "devOptional": true,
10261
+ "license": "Apache-2.0",
10217
10262
  "peer": true,
10218
10263
  "bin": {
10219
10264
  "tsc": "bin/tsc",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.4.59-n18-experimental",
3
+ "version": "0.4.60-n18-experimental",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "@babel/preset-react": "7.22.5",
25
25
  "@cucumber/cucumber": "11.2.0",
26
- "@playwright/test": "1.51.1",
26
+ "@playwright/test": "1.52.0-alpha-2025-03-24",
27
27
  "@reportportal/agent-js-playwright": "5.1.11",
28
28
  "@testing-library/jest-dom": "5.11.9",
29
29
  "@testing-library/react": "11.2.7",