|
5 | 5 | "main": "dist/index.js",
|
6 | 6 | "engines": {
|
7 | 7 | "node": ">=8",
|
8 |
| - "npm": ">=6" |
| 8 | + "npm": ">=6", |
| 9 | + "yarn": ">=1" |
9 | 10 | },
|
10 | 11 | "scripts": {
|
11 | 12 | "format": "kcd-scripts format",
|
|
23 | 24 | },
|
24 | 25 | "files": [
|
25 | 26 | "dist",
|
26 |
| - "extend-expect.js", |
27 |
| - "extend-expect.d.ts" |
| 27 | + "extend-expect.js" |
28 | 28 | ],
|
29 | 29 | "keywords": [
|
30 | 30 | "testing",
|
|
35 | 35 | "author": "Ernesto Garcia <[email protected]> (http://gnapse.github.io/)",
|
36 | 36 | "license": "MIT",
|
37 | 37 | "dependencies": {
|
38 |
| - "@babel/runtime": "^7.5.1", |
| 38 | + "@babel/runtime": "^7.8.3", |
39 | 39 | "@types/testing-library__jest-dom": "^5.0.0",
|
40 |
| - "chalk": "^2.4.1", |
41 |
| - "css": "^2.2.3", |
| 40 | + "chalk": "^3.0.0", |
| 41 | + "css": "^2.2.4", |
42 | 42 | "css.escape": "^1.5.1",
|
43 |
| - "jest-diff": "^24.0.0", |
44 |
| - "jest-matcher-utils": "^24.0.0", |
45 |
| - "lodash": "^4.17.11", |
46 |
| - "pretty-format": "^24.0.0", |
| 43 | + "jest-diff": "^25.1.0", |
| 44 | + "jest-matcher-utils": "^25.1.0", |
| 45 | + "lodash": "^4.17.15", |
| 46 | + "pretty-format": "^25.1.0", |
47 | 47 | "redent": "^3.0.0"
|
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 |
| - "jest-watch-select-projects": "^0.1.2", |
51 |
| - "jsdom": "^15.1.0", |
52 |
| - "kcd-scripts": "^1.4.0" |
| 50 | + "jest-environment-jsdom-sixteen": "^1.0.0", |
| 51 | + "jest-watch-select-projects": "^1.0.0", |
| 52 | + "jsdom": "^16.0.1", |
| 53 | + "kcd-scripts": "^4.1.0" |
53 | 54 | },
|
54 | 55 | "eslintConfig": {
|
55 | 56 | "extends": "./node_modules/kcd-scripts/eslint.js",
|
56 | 57 | "rules": {
|
57 |
| - "babel/no-invalid-this": "off", |
58 |
| - "import/prefer-default-export": "off", |
59 |
| - "import/no-unassigned-import": "off" |
| 58 | + "babel/no-invalid-this": "off" |
60 | 59 | }
|
61 | 60 | },
|
62 | 61 | "eslintIgnore": [
|
|
0 commit comments