Skip to content

Commit

Permalink
feat(deps): update rimraf to v3 in the _package.json template
Browse files Browse the repository at this point in the history
  • Loading branch information
sharvit committed Aug 16, 2019
1 parent e071b90 commit 5a33f64
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/app/generators/project/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"@commitlint/config-conventional": "^8.1.0",
"@commitlint/travis-cli": "^8.1.0",<% } %>
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",<% if (semanticRelease) { %>
"commitlint-config-cz": "^0.12.0",<% } %>
"babel-plugin-add-module-exports": "^1.0.0",<% if (coveralls) { %>
"babel-jest": "^24.8.0",
"babel-plugin-add-module-exports": "^1.0.0",<% if (semanticRelease) { %>
"commitlint-config-cz": "^0.12.0",<% } %><% if (coveralls) { %>
"coveralls": "^3.0.2",<% } %>
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
Expand All @@ -54,8 +54,7 @@
"prettier": "^1.15.3",
"rimraf": "^2.6.2"
},<% if (semanticRelease) { %>
"optionalDependencies": {
<% if (semanticRelease) { %>
"optionalDependencies": {<% if (semanticRelease) { %>
"cz-conventional-changelog": "^3.0.2",<% } %>
"semantic-release": "^15.13.1"
},<% } %>
Expand Down

0 comments on commit 5a33f64

Please sign in to comment.