|
23 | 23 | "prop-types": "^15.5.7" |
24 | 24 | }, |
25 | 25 | "peerDependencies": { |
26 | | - "react": "15.x || 16.x" |
| 26 | + "react": "15.x || 16.x || 17.x" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
| 29 | + "@shopify/eslint-plugin": "^39.0.4", |
29 | 30 | "@types/jest": "^20.0.8", |
30 | | - "@types/prop-types": "^15.5.1", |
31 | | - "@types/react": "^15.0.38", |
32 | | - "@types/react-dom": "^15.5.4", |
| 31 | + "@types/prop-types": "^15.7.3", |
| 32 | + "@types/react": "^17.0.0", |
| 33 | + "@types/react-dom": "^17.0.0", |
| 34 | + "@typescript-eslint/eslint-plugin": "^4.13.0", |
| 35 | + "@typescript-eslint/parser": "^4.13.0", |
33 | 36 | "awesome-typescript-loader": "^3.2.1", |
34 | 37 | "babel-cli": "^6.26.0", |
35 | | - "babel-eslint": "7.0.0", |
| 38 | + "babel-eslint": "^10.1.0", |
36 | 39 | "babel-jest": "^19.0.0", |
37 | | - "babel-preset-es2015": "^6.22.0", |
38 | | - "babel-preset-react": "^6.23.0", |
| 40 | + "babel-preset-es2015": "^6.24.1", |
| 41 | + "babel-preset-react": "^6.24.1", |
39 | 42 | "babel-preset-typescript": "^7.0.0-alpha.19", |
40 | 43 | "codecov": "^1.0.1", |
41 | | - "eslint": "^4.10.0", |
42 | | - "eslint-plugin-shopify": "^22.1.0", |
| 44 | + "eslint": "^7.18.0", |
| 45 | + "eslint-plugin-jest": "^24.1.3", |
| 46 | + "eslint-plugin-prettier": "^3.3.1", |
43 | 47 | "fs-extra": "^4.0.1", |
44 | | - "jest": "^19.0.2", |
| 48 | + "jest": "^26.6.3", |
45 | 49 | "nwb": "0.15.x", |
46 | | - "react": "^15.4.2", |
47 | | - "react-addons-test-utils": "^15.4.2", |
48 | | - "react-dom": "^15.4.2", |
49 | | - "react-test-renderer": "^15.4.2", |
| 50 | + "prettier": "^2.2.1", |
| 51 | + "react": "^17.0.1", |
| 52 | + "react-addons-test-utils": "^15.6.2", |
| 53 | + "react-dom": "^17.0.1", |
| 54 | + "react-test-renderer": "^17.0.1", |
50 | 55 | "rimraf": "^2.6.1", |
51 | | - "rollup": "^0.49.2", |
| 56 | + "rollup": "0.50", |
52 | 57 | "rollup-plugin-babel": "^3.0.2", |
53 | 58 | "rollup-plugin-commonjs": "^8.2.0", |
54 | 59 | "rollup-plugin-node-resolve": "^3.0.0", |
55 | 60 | "rollup-plugin-typescript2": "^0.15.0", |
56 | 61 | "rollup-plugin-uglify": "^2.0.1", |
57 | | - "tslint": "^5.10.0", |
58 | | - "tslint-config-shopify": "^3.0.2", |
59 | | - "typescript": "2.8.3" |
| 62 | + "tslib": "^2.1.0", |
| 63 | + "typescript": "^4.1.3" |
60 | 64 | }, |
61 | 65 | "author": { |
62 | 66 | "name": "Clauderic Demers", |
|
0 commit comments