|
14 | 14 | "prepublishOnly": "npm run build", |
15 | 15 | "pretest": "npm run lint && flow", |
16 | 16 | "build:tests": "npm run build && rimraf __tests-built__ && BABEL_ENV=test babel __tests__ --out-dir __tests-built__", |
17 | | - "tests-built": "nyc tape -r array.from/auto '__tests-built__/**/*.js'", |
18 | | - "tests-only": "nyc tape -r @babel/register '__tests__/**/*.js'", |
| 17 | + "tests-built": "nyc tape --strict -r array.from/auto '__tests-built__/**/*.js'", |
| 18 | + "tests-only": "nyc tape --strict -r @babel/register '__tests__/**/*.js'", |
19 | 19 | "test": "npm run tests-only", |
20 | 20 | "posttest": "npm audit --production", |
21 | 21 | "output_as_hack": "babel-node ./scripts/output_as_hack.js" |
|
35 | 35 | }, |
36 | 36 | "homepage": "https://github.com/A11yance/aria-query#readme", |
37 | 37 | "devDependencies": { |
38 | | - "@babel/cli": "^7.19.3", |
39 | | - "@babel/core": "^7.24.7", |
40 | | - "@babel/eslint-parser": "^7.19.1", |
41 | | - "@babel/node": "^7.22.5", |
42 | | - "@babel/plugin-transform-react-jsx": "^7.20.7", |
43 | | - "@babel/preset-env": "^7.19.4", |
44 | | - "@babel/preset-flow": "^7.18.6", |
| 38 | + "@babel/cli": "^7.25.6", |
| 39 | + "@babel/core": "^7.25.2", |
| 40 | + "@babel/eslint-parser": "^7.25.1", |
| 41 | + "@babel/node": "^7.25.0", |
| 42 | + "@babel/plugin-transform-react-jsx": "^7.25.2", |
| 43 | + "@babel/preset-env": "^7.25.4", |
| 44 | + "@babel/preset-flow": "^7.24.7", |
45 | 45 | "@babel/register": "^7.24.6", |
46 | 46 | "array.from": "^1.1.6", |
47 | 47 | "array.prototype.some": "^1.1.6", |
|
51 | 51 | "eslint": "^8.57.0", |
52 | 52 | "eslint-plugin-flowtype": "^8.0.3", |
53 | 53 | "flow-bin": "^0.191.0", |
54 | | - "mock-property": "^1.0.3", |
| 54 | + "mock-property": "^1.1.0", |
55 | 55 | "nyc": "^10.3.2", |
56 | 56 | "object-inspect": "^1.13.2", |
57 | 57 | "object.values": "^1.2.0", |
58 | 58 | "rimraf": "^2.7.1", |
59 | | - "tape": "^5.8.1" |
| 59 | + "tape": "^5.9.0" |
60 | 60 | }, |
61 | 61 | "browserslist": [ |
62 | 62 | ">0.2%", |
|
0 commit comments