|
26 | 26 | "test:all": "jest --config=utils/test/jest.config.js" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@babel/cli": "7.5.5", |
30 | | - "@babel/core": "7.5.5", |
| 29 | + "@babel/cli": "7.6.0", |
| 30 | + "@babel/core": "7.6.0", |
31 | 31 | "@babel/plugin-proposal-class-properties": "7.5.5", |
32 | 32 | "@babel/plugin-proposal-object-rest-spread": "7.5.5", |
33 | 33 | "@babel/plugin-transform-object-assign": "7.2.0", |
34 | | - "@babel/polyfill": "7.4.4", |
35 | | - "@babel/preset-env": "7.5.5", |
| 34 | + "@babel/polyfill": "7.6.0", |
| 35 | + "@babel/preset-env": "7.6.0", |
36 | 36 | "@babel/preset-react": "7.0.0", |
37 | 37 | "@svgr/webpack": "4.3.2", |
38 | 38 | "@testing-library/jest-dom": "4.1.0", |
39 | | - "@testing-library/react": "9.1.3", |
| 39 | + "@testing-library/react": "9.1.4", |
40 | 40 | "@types/classnames": "2.2.9", |
41 | 41 | "@types/jest": "24.0.18", |
42 | | - "@types/prop-types": "15.7.1", |
| 42 | + "@types/prop-types": "15.7.2", |
43 | 43 | "@types/react": "16.9.2", |
44 | 44 | "@types/react-dom": "16.9.0", |
45 | | - "@types/styled-components": "4.1.18", |
| 45 | + "@types/styled-components": "4.1.19", |
46 | 46 | "@types/webpack": "4.39.1", |
47 | 47 | "@typescript-eslint/eslint-plugin": "1.13.0", |
48 | 48 | "@typescript-eslint/parser": "1.13.0", |
|
66 | 66 | "enzyme-adapter-react-16": "1.14.0", |
67 | 67 | "enzyme-to-json": "3.4.0", |
68 | 68 | "eslint": "6.3.0", |
69 | | - "eslint-config-prettier": "6.1.0", |
| 69 | + "eslint-config-prettier": "6.2.0", |
70 | 70 | "eslint-loader": "3.0.0", |
71 | | - "eslint-plugin-jest": "22.16.0", |
| 71 | + "eslint-plugin-jest": "22.17.0", |
72 | 72 | "eslint-plugin-jsx-a11y": "6.2.3", |
73 | 73 | "eslint-plugin-notice": "0.8.9", |
74 | 74 | "eslint-plugin-prettier": "3.1.0", |
|
80 | 80 | "gh-pages": "2.1.1", |
81 | 81 | "github-markdown-css": "3.0.1", |
82 | 82 | "glob": "7.1.4", |
83 | | - "handlebars": "4.1.2", |
| 83 | + "handlebars": "4.2.0", |
84 | 84 | "handlebars-helpers": "0.10.0", |
85 | 85 | "html-loader": "0.5.5", |
86 | 86 | "husky": "3.0.5", |
87 | 87 | "identity-obj-proxy": "3.0.0", |
88 | 88 | "inquirer": "7.0.0", |
89 | 89 | "inquirer-autocomplete-prompt": "1.0.1", |
90 | 90 | "jest": "24.9.0", |
91 | | - "jest-enzyme": "7.1.0", |
| 91 | + "jest-enzyme": "7.1.1", |
92 | 92 | "jest-styled-components": "6.3.3", |
93 | 93 | "lerna": "3.16.4", |
94 | 94 | "lerna-changelog": "0.8.2", |
|
122 | 122 | "uglifyjs-webpack-plugin": "2.2.0", |
123 | 123 | "webpack": "4.39.3", |
124 | 124 | "webpack-bundle-analyzer": "3.4.1", |
125 | | - "webpack-cli": "3.3.7", |
| 125 | + "webpack-cli": "3.3.8", |
126 | 126 | "webpack-merge": "4.2.2", |
127 | 127 | "webpack-node-externals": "1.7.2" |
128 | 128 | }, |
|
0 commit comments