|
8 | 8 | }, |
9 | 9 | "license": "MIT", |
10 | 10 | "devDependencies": { |
11 | | - "@babel/cli": "^7.10.1", |
12 | | - "@babel/core": "^7.10.1", |
13 | | - "@babel/plugin-proposal-numeric-separator": "^7.10.1", |
14 | | - "@babel/preset-react": "^7.10.1", |
15 | | - "@babel/preset-typescript": "^7.10.1", |
16 | | - "@storybook/addon-actions": "^6.0.28", |
17 | | - "@storybook/addon-essentials": "^6.0.28", |
18 | | - "@storybook/addon-links": "^6.0.28", |
19 | | - "@storybook/addon-storysource": "^6.0.28", |
| 11 | + "@babel/cli": "^7.12.17", |
| 12 | + "@babel/core": "^7.12.17", |
| 13 | + "@babel/preset-react": "^7.12.13", |
| 14 | + "@babel/preset-typescript": "^7.12.17", |
| 15 | + "@storybook/addon-actions": "^6.1.18", |
| 16 | + "@storybook/addon-essentials": "^6.1.18", |
| 17 | + "@storybook/addon-links": "^6.1.18", |
| 18 | + "@storybook/addon-storysource": "^6.1.18", |
20 | 19 | "@storybook/preset-scss": "^1.0.3", |
21 | | - "@storybook/react": "^6.0.28", |
| 20 | + "@storybook/react": "^6.1.18", |
22 | 21 | "@storybook/storybook-deployer": "^2.8.7", |
23 | 22 | "@types/classnames": "^2.2.9", |
24 | 23 | "@types/enzyme": "^3.10.3", |
|
30 | 29 | "@typescript-eslint/eslint-plugin": "^2.3.1", |
31 | 30 | "@typescript-eslint/parser": "^2.3.1", |
32 | 31 | "awesome-typescript-loader": "^5.2.1", |
33 | | - "babel-loader": "^8.0.6", |
| 32 | + "babel-loader": "^8.2.2", |
34 | 33 | "css-loader": "^5.0.0", |
35 | 34 | "enzyme": "^3.10.3", |
36 | 35 | "enzyme-adapter-react-16": "^1.15.1", |
|
71 | 70 | "react-dom": "^16.9.0" |
72 | 71 | }, |
73 | 72 | "dependencies": { |
| 73 | + "@babel/plugin-proposal-class-properties": "7.10.1", |
74 | 74 | "classnames": "^2.2.6" |
75 | 75 | }, |
76 | 76 | "scripts": { |
|
84 | 84 | "test:watch": "jest --watch", |
85 | 85 | "lint": "eslint --fix -c .eslintrc.js --ext .ts --ext .tsx src/*.ts src/components/**/*.ts src/util/*.ts", |
86 | 86 | "prebuild": "yarn lint && yarn test --coverage", |
87 | | - "build-storybook": "build-storybook --no-dll", |
| 87 | + "build-storybook": "build-storybook", |
88 | 88 | "prepare": "yarn build" |
89 | 89 | }, |
90 | 90 | "files": [ |
|
0 commit comments