|
26 | 26 | "test:all": "jest --config=utils/test/jest.config.js" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@babel/cli": "7.4.4", |
30 | | - "@babel/core": "7.4.5", |
31 | | - "@babel/plugin-proposal-class-properties": "7.4.4", |
32 | | - "@babel/plugin-proposal-object-rest-spread": "7.4.4", |
| 29 | + "@babel/cli": "7.5.0", |
| 30 | + "@babel/core": "7.5.0", |
| 31 | + "@babel/plugin-proposal-class-properties": "7.5.0", |
| 32 | + "@babel/plugin-proposal-object-rest-spread": "7.5.3", |
33 | 33 | "@babel/plugin-transform-object-assign": "7.2.0", |
34 | 34 | "@babel/polyfill": "7.4.4", |
35 | | - "@babel/preset-env": "7.4.5", |
| 35 | + "@babel/preset-env": "7.5.3", |
36 | 36 | "@babel/preset-react": "7.0.0", |
37 | 37 | "@svgr/webpack": "4.3.1", |
38 | 38 | "@testing-library/react": "8.0.4", |
39 | | - "@types/classnames": "2.2.8", |
| 39 | + "@types/classnames": "2.2.9", |
40 | 40 | "@types/jest": "24.0.15", |
41 | 41 | "@types/prop-types": "15.7.1", |
42 | | - "@types/react": "16.8.22", |
| 42 | + "@types/react": "16.8.23", |
43 | 43 | "@types/react-dom": "16.8.4", |
44 | 44 | "@types/styled-components": "4.1.16", |
45 | 45 | "@types/webpack": "4.4.34", |
|
55 | 55 | "babel-jest": "24.8.0", |
56 | 56 | "babel-loader": "8.0.6", |
57 | 57 | "babel-plugin-react-remove-properties": "0.3.0", |
58 | | - "babel-plugin-styled-components": "1.10.5", |
| 58 | + "babel-plugin-styled-components": "1.10.6", |
59 | 59 | "chalk": "2.4.2", |
60 | 60 | "commander": "2.20.0", |
61 | 61 | "core-js": "3.1.4", |
|
66 | 66 | "enzyme-to-json": "3.3.5", |
67 | 67 | "eslint": "6.0.1", |
68 | 68 | "eslint-config-prettier": "6.0.0", |
69 | | - "eslint-loader": "2.2.0", |
70 | | - "eslint-plugin-jest": "22.7.1", |
| 69 | + "eslint-loader": "2.2.1", |
| 70 | + "eslint-plugin-jest": "22.7.2", |
71 | 71 | "eslint-plugin-jsx-a11y": "6.2.3", |
72 | 72 | "eslint-plugin-notice": "0.8.8", |
73 | 73 | "eslint-plugin-prettier": "3.1.0", |
|
96 | 96 | "live-server": "1.2.1", |
97 | 97 | "markdown-loader": "5.0.0", |
98 | 98 | "markdownlint-cli": "0.17.0", |
| 99 | + "micromatch": "4.0.2", |
99 | 100 | "mini-css-extract-plugin": "0.7.0", |
100 | 101 | "mockdate": "2.0.3", |
101 | 102 | "node-fetch": "2.6.0", |
|
109 | 110 | "regenerator-runtime": "0.13.2", |
110 | 111 | "resolve-from": "5.0.0", |
111 | 112 | "rimraf": "2.6.3", |
112 | | - "simple-git": "1.117.0", |
| 113 | + "simple-git": "1.119.0", |
113 | 114 | "styled-components": "4.3.2", |
114 | 115 | "stylelint": "10.1.0", |
115 | 116 | "stylelint-config-styled-components": "0.1.1", |
116 | 117 | "stylelint-order": "3.0.0", |
117 | 118 | "stylelint-processor-styled-components": "1.8.0", |
118 | 119 | "ts-jest": "24.0.2", |
119 | 120 | "ts-loader": "6.0.4", |
120 | | - "typescript": "3.5.2", |
| 121 | + "typescript": "3.5.3", |
121 | 122 | "uglifyjs-webpack-plugin": "2.1.3", |
122 | | - "webpack": "4.35.2", |
| 123 | + "webpack": "4.35.3", |
123 | 124 | "webpack-bundle-analyzer": "3.3.2", |
124 | 125 | "webpack-cli": "3.3.5", |
125 | 126 | "webpack-merge": "4.2.1", |
126 | 127 | "webpack-node-externals": "1.7.2" |
| 128 | + }, |
| 129 | + "resolutions": { |
| 130 | + "@types/react": "^16.8.23" |
127 | 131 | } |
128 | 132 | } |
0 commit comments