|
14 | 14 | "pretest": "npm stop",
|
15 | 15 | "test": "npm run lint && npm run test:unit && npm run test:screenshots",
|
16 | 16 | "posttest": "npm stop && istanbul report --root coverage text-summary && istanbul check-coverage --lines 95 --statements 95 --branches 95 --functions 95",
|
17 |
| - "postinstall": "lerna bootstrap", |
| 17 | + "postinstall": "lerna bootstrap && rm node_modules/**/.babelrc -f && rm packages/**/node_modules/.babelrc -f", |
18 | 18 | "test:watch": "karma start karma.local.js --auto-watch",
|
19 | 19 | "test:unit": "npm run clean && cross-env NODE_ENV=test karma start karma.local.js --single-run",
|
20 | 20 | "test:unit-ci": "karma start karma.ci.js --single-run",
|
|
41 | 41 | "linear-progress",
|
42 | 42 | "list",
|
43 | 43 | "menu-surface",
|
| 44 | + "notched-outline", |
44 | 45 | "radio",
|
45 | 46 | "ripple",
|
46 | 47 | "select",
|
| 48 | + "snackbar", |
47 | 49 | "top-app-bar",
|
48 | 50 | "switch",
|
49 | 51 | "tab",
|
|
60 | 62 | },
|
61 | 63 | "devDependencies": {
|
62 | 64 | "@google-cloud/storage": "^1.6.0",
|
63 |
| - "@material/button": "^0.43.0", |
64 |
| - "@material/card": "^0.41.0", |
65 |
| - "@material/checkbox": "^0.41.0", |
66 |
| - "@material/chips": "^0.41.0", |
67 |
| - "@material/dialog": "^0.43.0", |
68 |
| - "@material/dom": "^0.41.0", |
69 |
| - "@material/drawer": "^0.41.0", |
70 |
| - "@material/fab": "^0.41.0", |
71 |
| - "@material/floating-label": "^0.41.0", |
72 |
| - "@material/icon-button": "^0.41.0", |
73 |
| - "@material/layout-grid": "^0.41.0", |
74 |
| - "@material/line-ripple": "^0.41.0", |
75 |
| - "@material/linear-progress": "^0.41.0", |
76 |
| - "@material/list": "^0.41.0", |
77 |
| - "@material/menu-surface": "^0.41.0", |
78 |
| - "@material/notched-outline": "^0.41.0", |
79 |
| - "@material/radio": "^0.41.0", |
80 |
| - "@material/ripple": "^0.41.0", |
81 |
| - "@material/select": "^0.40.1", |
82 |
| - "@material/snackbar": "^0.43.0", |
83 |
| - "@material/switch": "^0.41.0", |
84 |
| - "@material/tab": "^0.41.0", |
85 |
| - "@material/tab-bar": "^0.41.0", |
86 |
| - "@material/tab-indicator": "^0.41.0", |
87 |
| - "@material/tab-scroller": "^0.41.0", |
| 65 | + "@material/base": "^1.0.0", |
| 66 | + "@material/button": "^1.1.0", |
| 67 | + "@material/card": "^1.1.0", |
| 68 | + "@material/checkbox": "^1.0.0", |
| 69 | + "@material/chips": "^1.1.1", |
| 70 | + "@material/dialog": "^1.1.0", |
| 71 | + "@material/drawer": "^1.0.1", |
| 72 | + "@material/floating-label": "^1.1.0", |
| 73 | + "@material/icon-button": "^1.1.0", |
| 74 | + "@material/line-ripple": "^1.0.0", |
| 75 | + "@material/list": "1.0.0", |
| 76 | + "@material/menu-surface": "^1.0.1", |
| 77 | + "@material/notched-outline": "^1.1.1", |
| 78 | + "@material/radio": "^1.1.0", |
| 79 | + "@material/ripple": "^1.0.0", |
| 80 | + "@material/select": "^1.1.1", |
| 81 | + "@material/snackbar": "^1.0.0", |
| 82 | + "@material/tab": "^1.0.0", |
| 83 | + "@material/tab-bar": "^1.0.0", |
88 | 84 | "@material/textfield": "^0.41.0",
|
89 |
| - "@material/top-app-bar": "^0.41.0", |
90 |
| - "@material/typography": "^0.41.0", |
| 85 | + "@material/typography": "^1.0.0", |
91 | 86 | "@types/chai": "^4.1.7",
|
92 | 87 | "@types/classnames": "^2.2.6",
|
93 | 88 | "@types/enzyme": "^3.1.15",
|
|
119 | 114 | "cp-file": "^6.0.0",
|
120 | 115 | "cross-env": "^5.2.0",
|
121 | 116 | "css-loader": "^0.28.10",
|
122 |
| - "enzyme": "^3.3.0", |
123 |
| - "enzyme-adapter-react-16": "^1.1.1", |
| 117 | + "enzyme": "^3.9.0", |
| 118 | + "enzyme-adapter-react-16": "^1.11.2", |
| 119 | + "enzyme-adapter-utils": "^1.10.1", |
124 | 120 | "eslint": "^5.9.0",
|
125 | 121 | "eslint-config-google": "^0.9.1",
|
126 | 122 | "eslint-plugin-react": "^7.7.0",
|
|
146 | 142 | "react-dom": "^16.4.2",
|
147 | 143 | "react-router-dom": "^4.3.1",
|
148 | 144 | "remap-istanbul": "^0.12.0",
|
149 |
| - "rimraf": "^2.6.3", |
150 | 145 | "resemblejs": "^3.0.1",
|
| 146 | + "rimraf": "^2.6.3", |
151 | 147 | "sass-loader": "^6.0.7",
|
152 | 148 | "testdouble": "^3.6.0",
|
153 | 149 | "ts-loader": "^3.5.0",
|
154 | 150 | "ts-node": "^7.0.1",
|
155 |
| - "typescript": "^3.2.2", |
| 151 | + "typescript": "^3.3.3", |
156 | 152 | "typescript-eslint-parser": "^21.0.1",
|
157 | 153 | "utility-types": "^2.1.0",
|
158 | 154 | "uuid": "^3.3.2",
|
|
0 commit comments