|
39 | 39 | "devDependencies": { |
40 | 40 | "@babel/core": "7.9.0", |
41 | 41 | "@babel/plugin-proposal-class-properties": "7.8.3", |
42 | | - "@babel/plugin-proposal-object-rest-spread": "7.9.0", |
| 42 | + "@babel/plugin-proposal-object-rest-spread": "7.9.5", |
43 | 43 | "@babel/plugin-proposal-optional-chaining": "7.9.0", |
44 | | - "@babel/preset-env": "7.9.0", |
| 44 | + "@babel/preset-env": "7.9.5", |
45 | 45 | "@babel/preset-react": "7.9.4", |
46 | 46 | "@babel/preset-typescript": "7.9.0", |
47 | 47 | "@hot-loader/react-dom": "16.13.0", |
48 | | - "@storybook/addon-actions": "5.3.17", |
49 | | - "@storybook/addon-knobs": "5.3.17", |
50 | | - "@storybook/addon-links": "5.3.17", |
51 | | - "@storybook/addons": "5.3.17", |
52 | | - "@storybook/cli": "5.3.17", |
53 | | - "@storybook/react": "5.3.17", |
| 48 | + "@storybook/addon-actions": "5.3.18", |
| 49 | + "@storybook/addon-knobs": "5.3.18", |
| 50 | + "@storybook/addon-links": "5.3.18", |
| 51 | + "@storybook/addons": "5.3.18", |
| 52 | + "@storybook/cli": "5.3.18", |
| 53 | + "@storybook/react": "5.3.18", |
54 | 54 | "@types/clean-webpack-plugin": "0.1.3", |
55 | 55 | "@types/copy-webpack-plugin": "5.0.0", |
56 | 56 | "@types/faker": "4.1.11", |
57 | 57 | "@types/file-loader": "4.2.0", |
58 | 58 | "@types/html-webpack-plugin": "3.2.2", |
59 | | - "@types/jest": "25.1.4", |
| 59 | + "@types/jest": "25.2.1", |
60 | 60 | "@types/mini-css-extract-plugin": "0.9.1", |
61 | | - "@types/react": "16.9.26", |
62 | | - "@types/react-dom": "16.9.5", |
63 | | - "@types/react-router": "5.1.4", |
| 61 | + "@types/react": "16.9.33", |
| 62 | + "@types/react-dom": "16.9.6", |
| 63 | + "@types/react-router": "5.1.5", |
64 | 64 | "@types/react-router-dom": "5.1.3", |
65 | 65 | "@types/react-test-renderer": "16.9.2", |
66 | 66 | "@types/styled-components": "5.0.1", |
67 | | - "@types/webpack": "4.41.8", |
| 67 | + "@types/webpack": "4.41.10", |
68 | 68 | "@types/webpack-dev-server": "3.10.1", |
69 | | - "@typescript-eslint/eslint-plugin": "2.25.0", |
70 | | - "@typescript-eslint/parser": "2.25.0", |
| 69 | + "@typescript-eslint/eslint-plugin": "2.27.0", |
| 70 | + "@typescript-eslint/parser": "2.27.0", |
71 | 71 | "awesome-typescript-loader": "5.2.1", |
72 | 72 | "babel-core": "6.26.3", |
73 | 73 | "babel-loader": "8.1.0", |
74 | 74 | "babel-plugin-react-remove-properties": "0.3.0", |
75 | 75 | "babel-runtime": "6.26.0", |
76 | 76 | "clean-webpack-plugin": "3.0.0", |
77 | 77 | "copy-webpack-plugin": "5.1.1", |
78 | | - "css-loader": "3.4.2", |
| 78 | + "css-loader": "3.5.1", |
79 | 79 | "eslint": "6.8.0", |
80 | 80 | "eslint-config-airbnb": "18.1.0", |
81 | 81 | "eslint-config-prettier": "6.10.1", |
82 | | - "eslint-plugin-import": "2.20.1", |
| 82 | + "eslint-plugin-import": "2.20.2", |
83 | 83 | "eslint-plugin-jsx-a11y": "6.2.3", |
84 | 84 | "eslint-plugin-prettier": "3.1.2", |
85 | 85 | "eslint-plugin-react": "7.19.0", |
|
89 | 89 | "html-loader": "0.5.5", |
90 | 90 | "html-webpack-plugin": "3.2.0", |
91 | 91 | "husky": "4.2.3", |
92 | | - "jest": "25.2.3", |
| 92 | + "jest": "25.3.0", |
93 | 93 | "less": "3.11.1", |
94 | 94 | "less-loader": "5.0.0", |
95 | | - "lint-staged": "10.0.9", |
| 95 | + "lint-staged": "10.1.3", |
96 | 96 | "mini-css-extract-plugin": "0.9.0", |
97 | 97 | "prettier": "1.19.1", |
98 | 98 | "react-test-renderer": "16.13.1", |
99 | 99 | "style-loader": "1.1.3", |
100 | | - "ts-jest": "25.2.1", |
101 | | - "ts-node": "8.8.1", |
| 100 | + "ts-jest": "25.3.1", |
| 101 | + "ts-node": "8.8.2", |
102 | 102 | "typescript": "3.8.3", |
103 | 103 | "webpack": "4.42.1", |
104 | 104 | "webpack-cli": "3.3.11", |
|
138 | 138 | ] |
139 | 139 | }, |
140 | 140 | "resolutions": { |
141 | | - "@types/react": "16.9.26", |
142 | | - "@types/react-dom": "16.9.5" |
| 141 | + "@types/react": "16.9.33", |
| 142 | + "@types/react-dom": "16.9.6" |
143 | 143 | } |
144 | 144 | } |
0 commit comments