@axe-core/watcher 2.3.0-next.6c419aea → 2.3.0-next.9a72df74

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/watcher",
3
- "version": "2.3.0-next.6c419aea",
3
+ "version": "2.3.0-next.9a72df74",
4
4
  "description": "",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",
@@ -9,10 +9,8 @@
9
9
  "extension"
10
10
  ],
11
11
  "scripts": {
12
- "build:controller": "ts-node scripts/generateController.ts",
13
- "prebuild": "yarn build:controller",
14
12
  "build": "tsc",
15
- "test": "mocha 'src/*.test.ts' 'scripts/*.test.ts'",
13
+ "test": "mocha 'src/*.test.ts'",
16
14
  "test:e2e": "mocha 'e2e/*.test.ts'",
17
15
  "coverage": "nyc npm test",
18
16
  "copy-extension": "rimraf extension; cp -r ../../extension/dist extension",
@@ -26,7 +24,6 @@
26
24
  "@playwright/test": "^1.34.2",
27
25
  "@types/body-parser": "^1.19.2",
28
26
  "@types/chai": "^4.3.3",
29
- "@types/chrome": "^0.0.197",
30
27
  "@types/cors": "^2.8.12",
31
28
  "@types/cypress": "^1.1.3",
32
29
  "@types/express": "^4.17.14",
@@ -35,9 +32,8 @@
35
32
  "@types/node": "^18.8.3",
36
33
  "@types/proxyquire": "^1.3.28",
37
34
  "@types/rimraf": "^3.0.2",
38
- "@types/selenium-webdriver": "^4.1.5",
35
+ "@types/selenium-webdriver": "^4.1.15",
39
36
  "@types/sinon": "^10.0.13",
40
- "@types/test-listen": "^1.1.0",
41
37
  "@types/uuid": "^8.3.4",
42
38
  "@wdio/types": "^7.25.1",
43
39
  "axe-core": "^4.7.0",
@@ -54,11 +50,11 @@
54
50
  "proxyquire": "^2.1.3",
55
51
  "puppeteer": "^20.3.0",
56
52
  "rimraf": "^3.0.2",
57
- "selenium-webdriver": "^4.5.0",
53
+ "selenium-webdriver": "^4.11.1",
58
54
  "sinon": "^14.0.1",
59
55
  "tempy": "1",
60
56
  "ts-node": "^10.9.1",
61
57
  "typescript": "^4.8.4",
62
- "webdriverio": "8"
58
+ "webdriverio": "^8.13.4"
63
59
  }
64
60
  }