|
16 | 16 | "build": "npm run build-cjs && npm run build-es6 && npm run build-types && rimraf umd && npm run build-umd && npm run build-min", |
17 | 17 | "build-types": "tsc --emitDeclarationOnly", |
18 | 18 | "build-cjs": "rimraf lib && babel ./src -d lib --extensions \".ts,.tsx\"", |
19 | | - "build-es6": "rimraf es6 && babel ./src -d es6 --blacklist=es6.modules --extensions \".ts,.tsx\"", |
| 19 | + "build-es6": "rimraf es6 && babel ./src -d es6 --extensions \".ts,.tsx\"", |
20 | 20 | "build-umd": "NODE_ENV=development webpack src/LoadingOverlay.tsx -o umd/index.js", |
21 | 21 | "build-min": "NODE_ENV=production webpack src/LoadingOverlay.tsx -o umd/index.min.js", |
22 | 22 | "storybook": "start-storybook -p 9001", |
|
49 | 49 | "@babel/plugin-syntax-class-properties": "^7.1.0", |
50 | 50 | "@babel/preset-env": "^7.1.0", |
51 | 51 | "@babel/preset-react": "^7.0.0", |
52 | | - "@babel/preset-typescript": "^7.7.7", |
| 52 | + "@babel/preset-typescript": "^7.12.7", |
53 | 53 | "@emotion/core": "^10.0.27", |
54 | 54 | "@storybook/addon-actions": "^5.2.8", |
55 | 55 | "@storybook/preset-typescript": "^1.2.0", |
|
69 | 69 | "jest": "24.9.0", |
70 | 70 | "react": "^16.6.3", |
71 | 71 | "react-addons-test-utils": "^15.6.2", |
72 | | - "react-docgen-typescript-loader": "^3.6.0", |
| 72 | + "react-docgen-typescript-loader": "^3.7.2", |
73 | 73 | "react-dom": "^16.6.3", |
74 | 74 | "react-testing-library": "^5.3.1", |
75 | 75 | "regenerator-runtime": "^0.13.1", |
76 | 76 | "rimraf": "^2.6.2", |
77 | 77 | "standard": "^12.0.1", |
78 | 78 | "styled-components": "^4.1.2", |
79 | 79 | "ts-jest": "^24.2.0", |
80 | | - "ts-loader": "^6.2.1", |
| 80 | + "ts-loader": "^8.0.11", |
81 | 81 | "typescript": "^3.7.4", |
82 | 82 | "webpack": "^4.26.1", |
83 | 83 | "webpack-cli": "^3.1.2" |
|
0 commit comments