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 Apr 1, 2019
1 parent b67be7e commit 13f7075
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,27 +158,28 @@
],
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/core": "^7.4.0",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.3.4",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.4.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.0",
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"@rollup-umd/ncu": "^1.0.9",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "^7.0.8",
"@semantic-release/github": "^5.2.10",
"@semantic-release/npm": "^5.1.4",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.3.1",
"babel-jest": "^24.5.0",
"babel-loader": "^8.0.5",
"babel-merge": "^2.0.1",
"babel-plugin-add-module-exports": "^1.0.0",
Expand All @@ -189,32 +190,32 @@
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.10.0",
"eslint": "^5.15.1",
"enzyme-adapter-react-16": "^1.11.2",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"exports-loader": "^0.7.0",
"istanbul-api": "^2.1.1",
"istanbul-reports": "^2.1.1",
"jest-cli": "^24.3.1",
"jest-cli": "^24.5.0",
"jest-sonar-reporter": "^2.0.0",
"lint-staged": "^8.1.5",
"pre-commit": "^1.2.2",
"raf": "^3.4.1",
"react-test-renderer": "^16.8.4",
"react-test-renderer": "^16.8.6",
"semantic-release": "^15.13.3",
"terser": "3.17.0",
"toctoc": "^0.3.2",
"webpack": "^4.29.6"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"@rollup-umd/documentation": "^2.0.0",
"bootstrap-styled": "^2.4.12",
"@babel/runtime": "^7.4.2",
"@rollup-umd/documentation": "^2.0.2",
"bootstrap-styled": "^2.4.13",
"prop-types": "^15.7.2",
"react": "^16.8.4"
"react": "^16.8.6"
},
"peerDependencies": {},
"publishConfig": {
Expand Down

0 comments on commit 13f7075

Please # to comment.