|
10 | 10 | },
|
11 | 11 | "scripts": {
|
12 | 12 | "start": "start-storybook -p 9001 -c .storybook",
|
| 13 | + "test:react-16": "USE_REACT_16=true jest", |
13 | 14 | "test": "jest",
|
14 | 15 | "build": "yarn build:packages",
|
15 | 16 | "build:packages": "preconstruct build",
|
|
36 | 37 | "@storybook/addon-links": "^6.0.28",
|
37 | 38 | "@storybook/addons": "^6.0.28",
|
38 | 39 | "@storybook/react": "^6.0.28",
|
39 |
| - "@testing-library/dom": "^7.29.0", |
40 |
| - "@testing-library/jest-dom": "^5.11.6", |
41 |
| - "@testing-library/react": "^11.2.2", |
42 |
| - "@testing-library/user-event": "^12.6.0", |
| 40 | + "@testing-library/dom": "^7.30.1", |
| 41 | + "@testing-library/jest-dom": "^5.11.10", |
| 42 | + "@testing-library/react": "^11.2.5", |
| 43 | + "@testing-library/react-hooks": "^5.1.0", |
| 44 | + "@testing-library/user-event": "^13.0.16", |
43 | 45 | "@types/eslint": "^7.2.0",
|
44 | 46 | "@types/highlight-words-core": "^1.2.0",
|
45 | 47 | "@types/invariant": "^2.2.33",
|
46 | 48 | "@types/jest": "^26.0.0",
|
47 | 49 | "@types/lodash": "^4.14.155",
|
48 | 50 | "@types/node": "^12.12.47",
|
49 |
| - "@types/react": "^17.0.2", |
50 |
| - "@types/react-dom": "^17.0.1", |
| 51 | + "@types/react": "^17.0.3", |
| 52 | + "@types/react-dom": "^17.0.3", |
51 | 53 | "@types/react-router-dom": "^5.1.7",
|
52 | 54 | "@types/react-test-renderer": "^17.0.1",
|
53 | 55 | "@types/sinon": "^9.0.4",
|
|
83 | 85 | "prettier": "^2.0.5",
|
84 | 86 | "pretty-quick": "^3.0.0",
|
85 | 87 | "prop-types": "^15.7.2",
|
86 |
| - "react": "^17.0.1", |
87 |
| - "react-dom": "^17.0.1", |
| 88 | + "react": "^17.0.2", |
| 89 | + "react-16": "npm:react@^16.14.0", |
| 90 | + "react-dom": "^17.0.2", |
| 91 | + "react-dom-16": "npm:react-dom@^16.14.0", |
| 92 | + "react-is": "^17.0.2", |
| 93 | + "react-is-16": "npm:react-is@^16.13.1", |
88 | 94 | "react-router": "^5.2.0",
|
89 | 95 | "react-router-dom": "^5.2.0",
|
90 | 96 | "react-spring": "^8.0.27",
|
|
95 | 101 | "typescript": "^4.1.5"
|
96 | 102 | },
|
97 | 103 | "resolutions": {
|
98 |
| - "@types/react": "^17.0.2", |
99 |
| - "@types/react-dom": "^17.0.1" |
| 104 | + "@types/react": "^17.0.3", |
| 105 | + "@types/react-dom": "^17.0.3" |
100 | 106 | },
|
101 | 107 | "workspaces": [
|
102 | 108 | "packages/*"
|
|
0 commit comments