Skip to content

Commit

Permalink
fix(dependencies): upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Kopriwa committed Oct 1, 2019
1 parent 03945bb commit d3eb65e
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,64 +138,64 @@
"lint-staged"
],
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/node": "^7.2.2",
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/node": "^7.6.2",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.5.0",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/plugin-transform-react-constant-elements": "^7.6.0",
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@rollup-umd/documentation": "^2.0.5",
"@rollup-umd/documentation": "^2.0.7",
"@rollup-umd/ncu": "^1.0.9",
"@rollup-umd/rollup": "^1.0.13",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "^7.0.8",
"@semantic-release/github": "^5.2.10",
"@semantic-release/npm": "^5.1.7",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/git": "^7.0.16",
"@semantic-release/github": "^5.4.3",
"@semantic-release/npm": "^5.1.15",
"@yeutech-lab/documentation": "^2.0.2",
"@yeutech-lab/test-polyfill": "^1.1.5",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"babel-merge": "^3.0.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"cz-conventional-changelog": "^2.1.0",
"es6-promise": "^4.2.6",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"cz-conventional-changelog": "^3.0.2",
"es6-promise": "^4.2.8",
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"exports-loader": "^0.7.0",
"istanbul-api": "^3.0.0",
"istanbul-reports": "^2.2.6",
"jest-cli": "^24.8.0",
"jest-cli": "^24.9.0",
"jest-sonar-reporter": "^2.0.0",
"lint-staged": "^8.1.7",
"lint-staged": "^9.4.1",
"pre-commit": "^1.2.2",
"rollup": "^1.12.3",
"semantic-release": "^15.13.12",
"rollup": "^1.22.0",
"semantic-release": "^15.13.24",
"toctoc": "^0.3.2",
"webpack": "^4.32.0"
"webpack": "^4.41.0"
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@babel/runtime": "^7.6.2",
"debug": "^4.1.1",
"execa": "^1.0.0",
"yargs": "^13.2.4"
"execa": "^2.0.4",
"yargs": "^14.0.0"
},
"peerDependencies": {},
"publishConfig": {
Expand Down

0 comments on commit d3eb65e

Please sign in to comment.