|
3 | 3 | "version": "0.0.0-semantically-released", |
4 | 4 | "description": "A red hot validation library for React", |
5 | 5 | "main": "dist/index.js", |
6 | | - "keywords": ["validation", "react", "react validation"], |
| 6 | + "keywords": [ |
| 7 | + "validation", |
| 8 | + "react", |
| 9 | + "react validation" |
| 10 | + ], |
7 | 11 | "license": "MIT", |
8 | 12 | "repository": { |
9 | 13 | "type": "git", |
|
14 | 18 | "build": "babel --out-dir dist --ignore *.spec.js src", |
15 | 19 | "precommit": "pretty-quick --staged", |
16 | 20 | "commit": "git-cz", |
17 | | - "test": "jest", |
18 | | - "test:watch": "jest --watch --coverage", |
| 21 | + "test": "jest src", |
| 22 | + "test:watch": "jest --watch --coverage src", |
19 | 23 | "test:coverage": "jest --coverage", |
20 | 24 | "semantic-release": "semantic-release", |
21 | 25 | "travis-deploy-once": "travis-deploy-once" |
22 | 26 | }, |
23 | 27 | "devDependencies": { |
24 | | - "babel-cli": "^6.26.0", |
25 | | - "babel-plugin-transform-class-properties": "^6.24.1", |
26 | | - "babel-plugin-transform-es2015-modules-umd": "^6.24.1", |
27 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
28 | | - "babel-preset-env": "^1.6.1", |
29 | | - "babel-preset-react": "^6.24.1", |
| 28 | + "@babel/cli": "^7.13.0", |
| 29 | + "@babel/core": "^7.13.8", |
| 30 | + "@babel/plugin-proposal-class-properties": "^7.13.0", |
| 31 | + "@babel/preset-env": "^7.13.8", |
| 32 | + "@babel/preset-react": "^7.12.13", |
| 33 | + "@testing-library/react": "^11.2.5", |
30 | 34 | "commitizen": "^2.9.6", |
31 | 35 | "cz-conventional-changelog": "^2.1.0", |
32 | | - "dom-testing-library": "^1.1.0", |
33 | 36 | "husky": "^0.14.3", |
34 | | - "jest": "^22.4.3", |
| 37 | + "jest": "^26.6.3", |
35 | 38 | "prettier": "^1.11.1", |
36 | 39 | "pretty-quick": "^1.4.1", |
37 | | - "react": "^16.3.1", |
38 | | - "react-dom": "^16.3.1", |
39 | | - "react-testing-library": "^6.0.0", |
| 40 | + "react": "17", |
| 41 | + "react-dom": "17", |
| 42 | + "regenerator-runtime": "^0.13.7", |
40 | 43 | "rimraf": "^2.6.2", |
41 | 44 | "semantic-release": "^15.1.5", |
42 | 45 | "travis-deploy-once": "^4.4.1" |
43 | 46 | }, |
44 | 47 | "peerDependencies": { |
45 | | - "react": "^16.3.1", |
46 | | - "react-dom": "^16.3.1" |
| 48 | + "react": "^16.3.1 || 17.x", |
| 49 | + "react-dom": "^16.3.1 || 17.x" |
47 | 50 | }, |
48 | | - "files": ["README.md", "dist"], |
| 51 | + "files": [ |
| 52 | + "README.md", |
| 53 | + "dist" |
| 54 | + ], |
49 | 55 | "config": { |
50 | 56 | "commitizen": { |
51 | 57 | "path": "node_modules/cz-conventional-changelog" |
|
0 commit comments