Skip to content

Commit

Permalink
fix(dependencies): updated babel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Kopriwa committed Dec 16, 2018
1 parent c6854db commit a89fb41
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,17 @@
}
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.2",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-decorators": "^7.2.2",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@bootstrap-styled/documentation": "^1.1.1",
"@rollup-umd/documentation": "^1.2.0",
"@semantic-release/changelog": "^3.0.0",
Expand All @@ -128,7 +128,7 @@
"babel-plugin-dynamic-import-node": "^2.2.0",
"eslint": "^5.10.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-import": "^2.14.0",
"jest-cli": "^23.6.0",
"jest-sonar-reporter": "^2.0.0",
"lint-staged": "^8.1.0",
Expand All @@ -148,7 +148,7 @@
"rollup-plugin-visualizer": "^0.9.2",
"rollup-watch": "^4.3.1",
"semantic-release": "^15.13.0",
"sinon": "^3.3.0",
"sinon": "^7.2.2",
"toctoc": "^0.3.2",
"webpack": "^4.27.1"
},
Expand Down

0 comments on commit a89fb41

Please sign in to comment.