|
1 | 1 | { |
2 | 2 | "name": "@hospitalrun/components", |
3 | | - "version": "2.0.1", |
| 3 | + "version": "3.0.0", |
4 | 4 | "license": "MIT", |
5 | 5 | "funding": { |
6 | 6 | "type": "opencollective", |
|
11 | 11 | "typings": "dist/index.d.ts", |
12 | 12 | "files": [ |
13 | 13 | "dist", |
14 | | - "scss" |
| 14 | + "scss", |
| 15 | + "!main.scss" |
15 | 16 | ], |
16 | 17 | "repository": { |
17 | 18 | "type": "git", |
|
64 | 65 | "devDependencies": { |
65 | 66 | "@babel/core": "~7.11.0", |
66 | 67 | "@commitlint/cli": "~9.1.2", |
67 | | - "@commitlint/config-conventional": "~9.1.1", |
68 | | - "@commitlint/prompt": "~9.1.1", |
| 68 | + "@commitlint/config-conventional": "~11.0.0", |
| 69 | + "@commitlint/prompt": "~11.0.0", |
69 | 70 | "@semantic-release/changelog": "~5.0.0", |
70 | 71 | "@semantic-release/commit-analyzer": "~8.0.1", |
71 | 72 | "@semantic-release/git": "~9.0.0", |
|
80 | 81 | "@types/enzyme": "~3.10.3", |
81 | 82 | "@types/jest": "~26.0.0", |
82 | 83 | "@types/lodash": "^4.14.149", |
83 | | - "@types/node": "~14.6.0", |
| 84 | + "@types/node": "~14.10.1", |
84 | 85 | "@types/react": "~16.9.35", |
85 | 86 | "@types/react-dom": "~16.9.1", |
86 | 87 | "@types/react-table": "~7.0.4", |
|
100 | 101 | "cz-conventional-changelog": "~3.3.0", |
101 | 102 | "enzyme": "~3.11.0", |
102 | 103 | "enzyme-adapter-react-16": "~1.15.2", |
103 | | - "eslint": "~7.8.0", |
| 104 | + "eslint": "~7.9.0", |
104 | 105 | "eslint-config-airbnb": "~18.2.0", |
105 | 106 | "eslint-config-prettier": "~6.11.0", |
106 | 107 | "eslint-plugin-import": "~2.22.0", |
|
148 | 149 | "date-fns": "~2.16.0", |
149 | 150 | "formik": "~2.1.0", |
150 | 151 | "lodash": "~4.17.19", |
151 | | - "moment": "~2.27.0", |
| 152 | + "moment": "~2.28.0", |
152 | 153 | "react-bootstrap-typeahead": "^4.2.3", |
153 | 154 | "react-datepicker": "~3.1.3", |
154 | 155 | "react-spinners": "~0.9.0", |
|
0 commit comments