|
8 | 8 | "preversion": "yarn test", |
9 | 9 | "benchmark": "node benchmark", |
10 | 10 | "eslint": "eslint \"*.js\" benchmark test", |
11 | | - "tslint": "eslint test/typescript/sample-usage.tsx", |
| 11 | + "tslint": "eslint test/typescript/*.tsx", |
12 | 12 | "test-browser": "karma start test/browser/karma.conf.js", |
13 | 13 | "test-browser-ie": "karma start test/browser/karma.conf.ie.js", |
14 | 14 | "test-node": "mocha \"test/node/*.spec.js\"", |
15 | 15 | "test-node-cov": "nyc mocha \"test/node/*.spec.js\"", |
16 | | - "test-ts-usage": "tsc --esModuleInterop --jsx react --noEmit test/typescript/sample-usage.tsx", |
| 16 | + "test-ts-usage": "tsc --esModuleInterop --jsx react --noEmit test/typescript/sample-react-redux-usage.tsx test/typescript/sample-usage.tsx", |
17 | 17 | "test-ts-defs": "tsc --target ES5 index.d.ts", |
18 | 18 | "test": "builder concurrent --buffer eslint tslint test-ts-usage test-ts-defs test-node-cov test-browser", |
19 | 19 | "test-ie": "builder concurrent --buffer eslint tslint test-ts-usage test-ts-defs test-node-cov test-browser-ie", |
|
45 | 45 | "@testing-library/preact": "^1.0.2", |
46 | 46 | "@types/node": "^14.0.1", |
47 | 47 | "@types/react": "^16.9.35", |
| 48 | + "@types/react-dom": "^16.9.8", |
| 49 | + "@types/react-redux": "^7.1.9", |
48 | 50 | "@typescript-eslint/parser": "^2.34.0", |
49 | 51 | "babel-loader": "^8.0.6", |
50 | 52 | "benchmark": "^2.1.4", |
|
71 | 73 | "nyc": "^14.1.1", |
72 | 74 | "preact": "^10.4.1", |
73 | 75 | "react": "^16.3.1", |
| 76 | + "react-dom": "^16.13.1", |
| 77 | + "react-redux": "^7.2.0", |
74 | 78 | "react-test-renderer": "^16.13.1", |
| 79 | + "redux": "^4.0.5", |
75 | 80 | "shallow-equal-fuzzy": "0.0.2", |
76 | 81 | "sinon": "^7.5.0", |
77 | 82 | "terser": "^4.4.3", |
|
0 commit comments