Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
fix(deps): semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiocro committed Jun 12, 2019
1 parent b6f2517 commit 58f7889
Show file tree
Hide file tree
Showing 2 changed files with 2,849 additions and 1,245 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-stage-2": "^7.0.0",
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/error": "^2.2.0",
"@semantic-release/github": "^5.2.10",
"@semantic-release/npm": "^5.1.7",
"@semantic-release/release-notes-generator": "^7.1.4",
"@types/i18next": "^8.4.3",
"@vuepress/plugin-pwa": "^1.0.1",
"@vuepress/theme-vue": "^1.0.1",
Expand All @@ -57,7 +62,7 @@
"babel-plugin-istanbul": "^5.1.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"chai": "^3.5.0",
"coveralls": "^2.13.1",
"coveralls": "^3.0.4",
"cross-env": "^3.0.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
Expand Down Expand Up @@ -94,17 +99,17 @@
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-replace": "^2.0.0",
"semantic-release": "^6.3.6",
"semantic-release": "^15.13.12",
"sinon": "^2.1.0",
"sinon-chai": "^2.8.0",
"typescript": "^2.8.3",
"vue": "^2.5.16",
"vue-class-component": "^7.1.0",
"vue-template-compiler": "^2.5.16",
"vuepress": "^1.0.1",
"webpack": "^4.28.1",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
"webpack": "^4.33.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.7.1"
},
"dependencies": {
"deepmerge": "^2.0.0"
Expand Down
Loading

0 comments on commit 58f7889

Please sign in to comment.