Skip to content

Commit 3a1f06b

Browse files
committed
chore(deps): update all development non-major dependencies
1 parent 8d4293a commit 3a1f06b

File tree

2 files changed

+612
-315
lines changed

2 files changed

+612
-315
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"@babel/preset-env": "7.5.5",
3636
"@babel/preset-react": "7.0.0",
3737
"@svgr/webpack": "4.3.2",
38-
"@testing-library/jest-dom": "4.0.0",
39-
"@testing-library/react": "9.1.0",
38+
"@testing-library/jest-dom": "4.0.1",
39+
"@testing-library/react": "9.1.3",
4040
"@types/classnames": "2.2.9",
41-
"@types/jest": "24.0.17",
41+
"@types/jest": "24.0.18",
4242
"@types/prop-types": "15.7.1",
43-
"@types/react": "16.9.1",
44-
"@types/react-dom": "16.8.5",
43+
"@types/react": "16.9.2",
44+
"@types/react-dom": "16.9.0",
4545
"@types/styled-components": "4.1.18",
46-
"@types/webpack": "4.32.1",
46+
"@types/webpack": "4.39.0",
4747
"@typescript-eslint/eslint-plugin": "1.13.0",
4848
"@typescript-eslint/parser": "1.13.0",
4949
"@zendeskgarden/css-bedrock": "7.0.27",
@@ -53,7 +53,7 @@
5353
"@zendeskgarden/svg-icons": "5.3.1",
5454
"babel-core": "7.0.0-bridge.0",
5555
"babel-eslint": "10.0.2",
56-
"babel-jest": "24.8.0",
56+
"babel-jest": "24.9.0",
5757
"babel-loader": "8.0.6",
5858
"babel-plugin-react-remove-properties": "0.3.0",
5959
"babel-plugin-styled-components": "1.10.6",
@@ -65,10 +65,10 @@
6565
"enzyme": "3.10.0",
6666
"enzyme-adapter-react-16": "1.14.0",
6767
"enzyme-to-json": "3.4.0",
68-
"eslint": "6.1.0",
69-
"eslint-config-prettier": "6.0.0",
68+
"eslint": "6.2.1",
69+
"eslint-config-prettier": "6.1.0",
7070
"eslint-loader": "2.2.1",
71-
"eslint-plugin-jest": "22.15.0",
71+
"eslint-plugin-jest": "22.15.1",
7272
"eslint-plugin-jsx-a11y": "6.2.3",
7373
"eslint-plugin-notice": "0.8.8",
7474
"eslint-plugin-prettier": "3.1.0",
@@ -83,19 +83,19 @@
8383
"handlebars": "4.1.2",
8484
"handlebars-helpers": "0.10.0",
8585
"html-loader": "0.5.5",
86-
"husky": "3.0.3",
86+
"husky": "3.0.4",
8787
"identity-obj-proxy": "3.0.0",
8888
"inquirer": "6.5.1",
8989
"inquirer-autocomplete-prompt": "1.0.1",
90-
"jest": "24.8.0",
90+
"jest": "24.9.0",
9191
"jest-enzyme": "7.1.0",
9292
"jest-styled-components": "6.3.3",
9393
"lerna": "3.16.4",
9494
"lerna-changelog": "0.8.2",
95-
"lint-staged": "9.2.1",
95+
"lint-staged": "9.2.3",
9696
"live-server": "1.2.1",
9797
"markdown-loader": "5.1.0",
98-
"markdownlint-cli": "0.17.0",
98+
"markdownlint-cli": "0.18.0",
9999
"micromatch": "4.0.2",
100100
"mini-css-extract-plugin": "0.8.0",
101101
"mockdate": "2.0.5",
@@ -109,7 +109,7 @@
109109
"react-styleguidist": "8.0.6",
110110
"regenerator-runtime": "0.13.3",
111111
"resolve-from": "5.0.0",
112-
"rimraf": "2.6.3",
112+
"rimraf": "2.7.1",
113113
"simple-git": "1.124.0",
114114
"styled-components": "4.3.2",
115115
"stylelint": "10.1.0",
@@ -120,13 +120,13 @@
120120
"ts-loader": "6.0.4",
121121
"typescript": "3.5.3",
122122
"uglifyjs-webpack-plugin": "2.2.0",
123-
"webpack": "4.39.1",
123+
"webpack": "4.39.2",
124124
"webpack-bundle-analyzer": "3.4.1",
125-
"webpack-cli": "3.3.6",
125+
"webpack-cli": "3.3.7",
126126
"webpack-merge": "4.2.1",
127127
"webpack-node-externals": "1.7.2"
128128
},
129129
"resolutions": {
130-
"@types/react": "16.9.1"
130+
"@types/react": "16.9.2"
131131
}
132132
}

0 commit comments

Comments
 (0)