|
26 | 26 | "test:all": "jest --config=utils/test/jest.config.js" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@babel/cli": "7.5.0", |
30 | | - "@babel/core": "7.5.4", |
31 | | - "@babel/plugin-proposal-class-properties": "7.5.0", |
32 | | - "@babel/plugin-proposal-object-rest-spread": "7.5.4", |
| 29 | + "@babel/cli": "7.5.5", |
| 30 | + "@babel/core": "7.5.5", |
| 31 | + "@babel/plugin-proposal-class-properties": "7.5.5", |
| 32 | + "@babel/plugin-proposal-object-rest-spread": "7.5.5", |
33 | 33 | "@babel/plugin-transform-object-assign": "7.2.0", |
34 | 34 | "@babel/polyfill": "7.4.4", |
35 | | - "@babel/preset-env": "7.5.4", |
| 35 | + "@babel/preset-env": "7.5.5", |
36 | 36 | "@babel/preset-react": "7.0.0", |
37 | 37 | "@svgr/webpack": "4.3.2", |
38 | 38 | "@testing-library/jest-dom": "4.0.0", |
|
43 | 43 | "@types/react": "16.8.23", |
44 | 44 | "@types/react-dom": "16.8.4", |
45 | 45 | "@types/styled-components": "4.1.18", |
46 | | - "@types/webpack": "4.4.35", |
47 | | - "@typescript-eslint/eslint-plugin": "1.12.0", |
48 | | - "@typescript-eslint/parser": "1.12.0", |
49 | | - "@zendeskgarden/css-bedrock": "7.0.26", |
50 | | - "@zendeskgarden/css-variables": "6.3.5", |
| 46 | + "@types/webpack": "4.32.0", |
| 47 | + "@typescript-eslint/eslint-plugin": "1.13.0", |
| 48 | + "@typescript-eslint/parser": "1.13.0", |
| 49 | + "@zendeskgarden/css-bedrock": "7.0.27", |
| 50 | + "@zendeskgarden/css-variables": "6.3.6", |
51 | 51 | "@zendeskgarden/eslint-config": "7.2.2", |
52 | 52 | "@zendeskgarden/stylelint-config": "10.0.0", |
53 | 53 | "@zendeskgarden/svg-icons": "5.3.1", |
|
65 | 65 | "enzyme": "3.10.0", |
66 | 66 | "enzyme-adapter-react-16": "1.14.0", |
67 | 67 | "enzyme-to-json": "3.3.5", |
68 | | - "eslint": "6.0.1", |
| 68 | + "eslint": "6.1.0", |
69 | 69 | "eslint-config-prettier": "6.0.0", |
70 | 70 | "eslint-loader": "2.2.1", |
71 | | - "eslint-plugin-jest": "22.8.0", |
| 71 | + "eslint-plugin-jest": "22.13.4", |
72 | 72 | "eslint-plugin-jsx-a11y": "6.2.3", |
73 | 73 | "eslint-plugin-notice": "0.8.8", |
74 | 74 | "eslint-plugin-prettier": "3.1.0", |
|
83 | 83 | "handlebars": "4.1.2", |
84 | 84 | "handlebars-helpers": "0.10.0", |
85 | 85 | "html-loader": "0.5.5", |
86 | | - "husky": "3.0.0", |
| 86 | + "husky": "3.0.1", |
87 | 87 | "identity-obj-proxy": "3.0.0", |
88 | 88 | "inquirer": "6.5.0", |
89 | 89 | "inquirer-autocomplete-prompt": "1.0.1", |
90 | 90 | "jest": "24.8.0", |
91 | 91 | "jest-enzyme": "7.0.2", |
92 | 92 | "jest-styled-components": "6.3.3", |
93 | | - "lerna": "3.15.0", |
| 93 | + "lerna": "3.16.1", |
94 | 94 | "lerna-changelog": "0.8.2", |
95 | 95 | "lint-staged": "9.2.0", |
96 | 96 | "live-server": "1.2.1", |
97 | 97 | "markdown-loader": "5.0.0", |
98 | 98 | "markdownlint-cli": "0.17.0", |
99 | 99 | "micromatch": "4.0.2", |
100 | | - "mini-css-extract-plugin": "0.7.0", |
| 100 | + "mini-css-extract-plugin": "0.8.0", |
101 | 101 | "mockdate": "2.0.3", |
102 | 102 | "node-fetch": "2.6.0", |
103 | 103 | "optimize-css-assets-webpack-plugin": "5.0.3", |
|
107 | 107 | "react-docgen-typescript": "1.12.5", |
108 | 108 | "react-dom": "16.8.6", |
109 | 109 | "react-styleguidist": "8.0.6", |
110 | | - "regenerator-runtime": "0.13.2", |
| 110 | + "regenerator-runtime": "0.13.3", |
111 | 111 | "resolve-from": "5.0.0", |
112 | 112 | "rimraf": "2.6.3", |
113 | | - "simple-git": "1.121.0", |
| 113 | + "simple-git": "1.122.0", |
114 | 114 | "styled-components": "4.3.2", |
115 | 115 | "stylelint": "10.1.0", |
116 | 116 | "stylelint-config-styled-components": "0.1.1", |
|
120 | 120 | "ts-loader": "6.0.4", |
121 | 121 | "typescript": "3.5.3", |
122 | 122 | "uglifyjs-webpack-plugin": "2.1.3", |
123 | | - "webpack": "4.35.3", |
| 123 | + "webpack": "4.36.1", |
124 | 124 | "webpack-bundle-analyzer": "3.3.2", |
125 | 125 | "webpack-cli": "3.3.6", |
126 | 126 | "webpack-merge": "4.2.1", |
|
0 commit comments