Skip to content

Commit ad8a45b

Browse files
committed
chore(deps): update all development non-major dependencies
1 parent 6709d7f commit ad8a45b

File tree

2 files changed

+205
-101
lines changed

2 files changed

+205
-101
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@
2626
"test:all": "jest --config=utils/test/jest.config.js"
2727
},
2828
"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",
3131
"@babel/plugin-proposal-class-properties": "7.5.5",
3232
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
3333
"@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",
3636
"@babel/preset-react": "7.0.0",
3737
"@svgr/webpack": "4.3.2",
3838
"@testing-library/jest-dom": "4.1.0",
39-
"@testing-library/react": "9.1.3",
39+
"@testing-library/react": "9.1.4",
4040
"@types/classnames": "2.2.9",
4141
"@types/jest": "24.0.18",
42-
"@types/prop-types": "15.7.1",
42+
"@types/prop-types": "15.7.2",
4343
"@types/react": "16.9.2",
4444
"@types/react-dom": "16.9.0",
45-
"@types/styled-components": "4.1.18",
45+
"@types/styled-components": "4.1.19",
4646
"@types/webpack": "4.39.1",
4747
"@typescript-eslint/eslint-plugin": "1.13.0",
4848
"@typescript-eslint/parser": "1.13.0",
@@ -66,9 +66,9 @@
6666
"enzyme-adapter-react-16": "1.14.0",
6767
"enzyme-to-json": "3.4.0",
6868
"eslint": "6.3.0",
69-
"eslint-config-prettier": "6.1.0",
69+
"eslint-config-prettier": "6.2.0",
7070
"eslint-loader": "3.0.0",
71-
"eslint-plugin-jest": "22.16.0",
71+
"eslint-plugin-jest": "22.17.0",
7272
"eslint-plugin-jsx-a11y": "6.2.3",
7373
"eslint-plugin-notice": "0.8.9",
7474
"eslint-plugin-prettier": "3.1.0",
@@ -80,15 +80,15 @@
8080
"gh-pages": "2.1.1",
8181
"github-markdown-css": "3.0.1",
8282
"glob": "7.1.4",
83-
"handlebars": "4.1.2",
83+
"handlebars": "4.2.0",
8484
"handlebars-helpers": "0.10.0",
8585
"html-loader": "0.5.5",
8686
"husky": "3.0.5",
8787
"identity-obj-proxy": "3.0.0",
8888
"inquirer": "7.0.0",
8989
"inquirer-autocomplete-prompt": "1.0.1",
9090
"jest": "24.9.0",
91-
"jest-enzyme": "7.1.0",
91+
"jest-enzyme": "7.1.1",
9292
"jest-styled-components": "6.3.3",
9393
"lerna": "3.16.4",
9494
"lerna-changelog": "0.8.2",
@@ -122,7 +122,7 @@
122122
"uglifyjs-webpack-plugin": "2.2.0",
123123
"webpack": "4.39.3",
124124
"webpack-bundle-analyzer": "3.4.1",
125-
"webpack-cli": "3.3.7",
125+
"webpack-cli": "3.3.8",
126126
"webpack-merge": "4.2.2",
127127
"webpack-node-externals": "1.7.2"
128128
},

0 commit comments

Comments
 (0)