|
9 | 9 | "yarn": ">=1"
|
10 | 10 | },
|
11 | 11 | "scripts": {
|
12 |
| - "format": "kcd-scripts format", |
13 | 12 | "build": "kcd-scripts build",
|
| 13 | + "format": "kcd-scripts format", |
14 | 14 | "lint": "kcd-scripts lint",
|
| 15 | + "setup": "npm install && npm run validate -s", |
15 | 16 | "test": "kcd-scripts test",
|
16 | 17 | "test:update": "npm test -- --updateSnapshot --coverage",
|
17 |
| - "validate": "kcd-scripts validate", |
18 |
| - "setup": "npm install && npm run validate -s" |
19 |
| - }, |
20 |
| - "husky": { |
21 |
| - "hooks": { |
22 |
| - "pre-commit": "kcd-scripts pre-commit" |
23 |
| - } |
| 18 | + "validate": "kcd-scripts validate" |
24 | 19 | },
|
25 | 20 | "files": [
|
26 | 21 | "dist",
|
|
33 | 28 | "jest",
|
34 | 29 | "jsdom"
|
35 | 30 | ],
|
36 |
| - "author": "Ernesto Garcia <[email protected]> (http://gnapse.github.io/)", |
| 31 | + "author": "Ernesto Garcia <[email protected]> (http://gnapse.github.io)", |
37 | 32 | "license": "MIT",
|
38 | 33 | "dependencies": {
|
39 |
| - "@babel/runtime": "^7.8.3", |
40 |
| - "@types/testing-library__jest-dom": "^5.0.0", |
| 34 | + "@babel/runtime": "^7.9.2", |
| 35 | + "@types/testing-library__jest-dom": "^5.0.2", |
41 | 36 | "chalk": "^3.0.0",
|
42 | 37 | "css": "^2.2.4",
|
43 | 38 | "css.escape": "^1.5.1",
|
|
47 | 42 | "redent": "^3.0.0"
|
48 | 43 | },
|
49 | 44 | "devDependencies": {
|
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", |
| 45 | + "jest-environment-jsdom-sixteen": "^1.0.3", |
| 46 | + "jest-watch-select-projects": "^2.0.0", |
| 47 | + "jsdom": "^16.2.1", |
| 48 | + "kcd-scripts": "^5.6.0", |
54 | 49 | "pretty-format": "^25.1.0"
|
55 | 50 | },
|
56 | 51 | "eslintConfig": {
|
|
66 | 61 | ],
|
67 | 62 | "repository": {
|
68 | 63 | "type": "git",
|
69 |
| - "url": "https://github.com/testing-library/jest-dom.git" |
| 64 | + "url": "https://github.com/testing-library/jest-dom" |
70 | 65 | },
|
71 | 66 | "bugs": {
|
72 | 67 | "url": "https://github.com/testing-library/jest-dom/issues"
|
|
0 commit comments