|
41 | 41 | "author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
|
42 | 42 | "license": "MIT",
|
43 | 43 | "dependencies": {
|
44 |
| - "@babel/runtime": "^7.4.2", |
45 |
| - "dom-testing-library": "^3.19.0" |
| 44 | + "@babel/runtime": "^7.4.3", |
| 45 | + "dom-testing-library": "^4.0.0" |
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 | 48 | "@reach/router": "^1.2.1",
|
49 |
| - "@types/react": "^16.8.3", |
50 |
| - "@types/react-dom": "^16.8.2", |
| 49 | + "@types/react": "^16.8.14", |
| 50 | + "@types/react-dom": "^16.8.4", |
51 | 51 | "axios": "^0.18.0",
|
52 | 52 | "eslint-import-resolver-jest": "^2.1.1",
|
53 | 53 | "history": "^4.9.0",
|
54 | 54 | "intl": "^1.2.5",
|
55 | 55 | "jest-dom": "3.1.3",
|
56 | 56 | "jest-in-case": "^1.0.2",
|
57 |
| - "kcd-scripts": "1.1.2", |
| 57 | + "kcd-scripts": "1.2.2", |
58 | 58 | "react": "^16.8.6",
|
59 | 59 | "react-dom": "^16.8.6",
|
60 | 60 | "react-intl": "^2.8.0",
|
61 |
| - "react-redux": "6.0.1", |
| 61 | + "react-redux": "7.0.2", |
62 | 62 | "react-router": "^5.0.0",
|
63 | 63 | "react-router-dom": "^5.0.0",
|
64 |
| - "react-transition-group": "^2.7.1", |
| 64 | + "react-transition-group": "^4.0.0", |
65 | 65 | "redux": "^4.0.0"
|
66 | 66 | },
|
67 | 67 | "peerDependencies": {
|
|
83 | 83 | ],
|
84 | 84 | "repository": {
|
85 | 85 | "type": "git",
|
86 |
| - "url": "https://github.com/kentcdodds/react-testing-library.git" |
| 86 | + "url": "https://github.com/testing-library/react-testing-library.git" |
87 | 87 | },
|
88 | 88 | "bugs": {
|
89 |
| - "url": "https://github.com/kentcdodds/react-testing-library/issues" |
| 89 | + "url": "https://github.com/testing-library/react-testing-library/issues" |
90 | 90 | },
|
91 |
| - "homepage": "https://github.com/kentcdodds/react-testing-library#readme" |
| 91 | + "homepage": "https://github.com/testing-library/react-testing-library#readme" |
92 | 92 | }
|
0 commit comments