|
12 | 12 | "dist:transpile:cjs": "rm -rf lib && cross-env BABEL_MODULE=commonjs babel src --out-dir lib --extensions '.js,.ts,.jsx,.tsx'", |
13 | 13 | "dist:transpile:esm": "rm -rf lib-esm && babel src --out-dir lib-esm --extensions '.js,.ts,.jsx,.tsx'", |
14 | 14 | "dist:types": "rm -rf types && tsc", |
15 | | - "lint": "eslint src docs/components", |
| 15 | + "lint": "eslint '**/*.{js,ts,tsx}'", |
| 16 | + "lint:fix": "eslint '**/*.{js,ts,tsx}' --fix", |
16 | 17 | "test": "jest -- src", |
17 | 18 | "update-snapshots": "jest -u -- src", |
18 | 19 | "watch": "jest --watch --no-coverage", |
|
61 | 62 | "devDependencies": { |
62 | 63 | "@babel/cli": "7.8.4", |
63 | 64 | "@babel/core": "7.9.0", |
64 | | - "@babel/eslint-parser": "7.12.1", |
| 65 | + "@babel/eslint-parser": "7.13.14", |
65 | 66 | "@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1", |
66 | 67 | "@babel/plugin-proposal-optional-chaining": "7.12.16", |
67 | 68 | "@babel/plugin-transform-modules-commonjs": "7.12.1", |
|
86 | 87 | "@types/jest-axe": "3.5.1", |
87 | 88 | "@types/lodash.isempty": "4.4.6", |
88 | 89 | "@types/lodash.isobject": "3.0.6", |
89 | | - "@typescript-eslint/eslint-plugin": "4.14.1", |
90 | | - "@typescript-eslint/parser": "4.14.1", |
| 90 | + "@typescript-eslint/eslint-plugin": "4.20.0", |
| 91 | + "@typescript-eslint/parser": "4.20.0", |
91 | 92 | "@wojtekmaj/enzyme-adapter-react-17": "0.3.2", |
92 | 93 | "babel-core": "7.0.0-bridge.0", |
93 | 94 | "babel-loader": "^8.2.2", |
|
101 | 102 | "concurrently": "5.3.0", |
102 | 103 | "cross-env": "7.0.2", |
103 | 104 | "enzyme": "3.10.0", |
104 | | - "eslint": "6.5.1", |
105 | | - "eslint-plugin-github": "4.1.1", |
106 | | - "eslint-plugin-jest": "22.20.0", |
107 | | - "eslint-plugin-jsx-a11y": "6.2.3", |
| 105 | + "eslint": "7.23.0", |
| 106 | + "eslint-plugin-github": "4.1.2", |
| 107 | + "eslint-plugin-jest": "24.3.2", |
| 108 | + "eslint-plugin-jsx-a11y": "6.4.1", |
108 | 109 | "eslint-plugin-prettier": "3.3.1", |
109 | | - "eslint-plugin-react": "7.22.0", |
110 | | - "eslint-plugin-react-hooks": "3.0.0", |
| 110 | + "eslint-plugin-react": "7.23.1", |
| 111 | + "eslint-plugin-react-hooks": "4.2.0", |
111 | 112 | "jest": "26.6.3", |
112 | 113 | "jest-axe": "4.1.0", |
113 | 114 | "jest-styled-components": "6.3.3", |
114 | 115 | "jscodeshift": "0.6.4", |
115 | 116 | "lodash.isempty": "4.4.0", |
116 | 117 | "lodash.isobject": "3.0.2", |
117 | 118 | "playroom": "0.15.1", |
| 119 | + "prettier": "2.2.1", |
118 | 120 | "react": "^17.0.0", |
119 | 121 | "react-dom": "^17.0.0", |
120 | 122 | "react-test-renderer": "16.10.2", |
|
0 commit comments