|
24 | 24 | "docs:build": "docz build", |
25 | 25 | "docs:deploy": "yarn docs:build && cp .docz/dist/index.html .docz/dist/404.html && gh-pages -d .docz/dist", |
26 | 26 | "typecheck": "tsc --noEmit", |
27 | | - "lint": "tslint -p .", |
| 27 | + "lint": "eslint src/**/*.{ts,tsx}", |
28 | 28 | "test": "jest" |
29 | 29 | }, |
30 | 30 | "pre-commit": [ |
|
47 | 47 | "react-dom": "^16.6.0" |
48 | 48 | }, |
49 | 49 | "dependencies": { |
50 | | - "@babel/runtime": "^7.3.4", |
| 50 | + "@babel/runtime": "^7.4.2", |
51 | 51 | "react-popper": "^1.3.3" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | 54 | "@babel/cli": "^7.2.3", |
55 | | - "@babel/core": "^7.3.4", |
56 | | - "@babel/plugin-proposal-class-properties": "^7.3.4", |
57 | | - "@babel/plugin-transform-runtime": "^7.3.4", |
58 | | - "@babel/preset-env": "^7.3.4", |
| 55 | + "@babel/core": "^7.4.0", |
| 56 | + "@babel/plugin-proposal-class-properties": "^7.4.0", |
| 57 | + "@babel/plugin-transform-runtime": "^7.4.0", |
| 58 | + "@babel/preset-env": "^7.4.2", |
59 | 59 | "@babel/preset-react": "^7.0.0", |
60 | 60 | "@babel/preset-typescript": "^7.3.3", |
61 | | - "@types/jest": "^24.0.9", |
62 | | - "@types/react": "^16.8.6", |
63 | | - "@types/react-dom": "^16.8.2", |
| 61 | + "@types/jest": "^24.0.11", |
| 62 | + "@types/react": "^16.8.8", |
| 63 | + "@types/react-dom": "^16.8.3", |
| 64 | + "@typescript-eslint/eslint-plugin": "^1.5.0", |
| 65 | + "@typescript-eslint/parser": "^1.5.0", |
64 | 66 | "docz": "^0.13.7", |
65 | 67 | "docz-plugin-css": "^0.11.0", |
66 | 68 | "docz-theme-default": "^0.13.7", |
| 69 | + "eslint": "^5.15.3", |
| 70 | + "eslint-config-prettier": "^4.1.0", |
| 71 | + "eslint-plugin-jsx-a11y": "^6.2.1", |
| 72 | + "eslint-plugin-prettier": "^3.0.1", |
| 73 | + "eslint-plugin-react": "^7.12.4", |
67 | 74 | "gh-pages": "^2.0.1", |
68 | | - "jest": "^24.1.0", |
| 75 | + "jest": "^24.5.0", |
69 | 76 | "pre-commit": "^1.2.2", |
70 | 77 | "prettier": "^1.16.4", |
71 | | - "react": "^16.8.3", |
72 | | - "react-dom": "^16.8.3", |
73 | | - "react-testing-library": "^6.0.0", |
74 | | - "rollup": "^1.4.1", |
| 78 | + "react": "^16.8.5", |
| 79 | + "react-dom": "^16.8.5", |
| 80 | + "react-testing-library": "^6.0.3", |
| 81 | + "rollup": "^1.7.3", |
75 | 82 | "rollup-plugin-babel": "^4.3.2", |
76 | 83 | "rollup-plugin-node-resolve": "^4.0.1", |
77 | 84 | "rollup-plugin-size-snapshot": "^0.8.0", |
78 | | - "tslint": "^5.13.1", |
79 | | - "tslint-config-prettier": "^1.18.0", |
80 | | - "tslint-eslint-rules": "^5.4.0", |
81 | | - "tslint-plugin-prettier": "^2.0.1", |
82 | | - "tslint-react": "^3.6.0", |
83 | | - "typescript": "^3.3.3333" |
| 85 | + "typescript": "^3.3.4000" |
84 | 86 | } |
85 | 87 | } |
0 commit comments