|
29 | 29 | "deploy-storybook": "storybook-to-ghpages" |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | | - "@babel/core": "7.5.0", |
| 32 | + "@babel/core": "7.5.5", |
33 | 33 | "@storybook/addon-actions": "5.2.0-alpha.37", |
34 | 34 | "@storybook/addon-docs": "5.2.0-alpha.37", |
35 | 35 | "@storybook/addon-info": "5.2.0-alpha.37", |
|
48 | 48 | "dotenv": "8.0.0", |
49 | 49 | "enzyme": "^3.10.0", |
50 | 50 | "enzyme-adapter-react-16": "^1.14.0", |
51 | | - "eslint": "^6.0.1", |
| 51 | + "eslint": "^6.1.0", |
52 | 52 | "eslint-config-eslint": "^5.0.1", |
53 | 53 | "eslint-config-prettier": "^6.0.0", |
54 | 54 | "eslint-config-setsun": "2.3.0", |
55 | | - "eslint-plugin-import": "^2.18.0", |
| 55 | + "eslint-plugin-import": "^2.18.2", |
56 | 56 | "eslint-plugin-node": "^9.1.0", |
57 | 57 | "eslint-plugin-prettier": "3.1.0", |
58 | | - "eslint-plugin-react": "^7.14.2", |
| 58 | + "eslint-plugin-react": "^7.14.3", |
59 | 59 | "html-loader": "^0.5.5", |
60 | 60 | "jest": "^24.8.0", |
61 | 61 | "markdown-to-jsx": "^6.10.2", |
62 | 62 | "prettier": "^1.18.2", |
63 | | - "react": "16.8.4", |
| 63 | + "react": "16.8.6", |
64 | 64 | "react-dom": "16.8.6", |
65 | 65 | "react-transition-group": "4.2.1", |
66 | 66 | "simplebar-react": "^1.1.0", |
67 | 67 | "source-map-support": "0.5.12", |
68 | 68 | "storybook-readme": "^5.0.5", |
69 | | - "typescript": "^3.5.2", |
70 | | - "webpack": "4.35.3", |
71 | | - "webpack-cli": "3.3.5" |
| 69 | + "typescript": "^3.5.3", |
| 70 | + "webpack": "4.37.0", |
| 71 | + "webpack-cli": "3.3.6" |
72 | 72 | }, |
73 | 73 | "peerDependencies": { |
74 | 74 | "@types/react": "*", |
75 | | - "@types/react-transition-group": "^2.9.2", |
| 75 | + "@types/react-transition-group": "^4.2.0", |
76 | 76 | "react": "^16.8.6", |
77 | 77 | "react-transition-group": ">=2.0.0" |
78 | 78 | }, |
|
0 commit comments