Skip to content

Commit

Permalink
Update dependency rimraf to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 20, 2019
1 parent a008477 commit 5eba129
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 14 deletions.
122 changes: 110 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lerna": "^3.2.1",
"memfs": "~2.9.4",
"prettier": "1.15.3",
"rimraf": "^2.6.2",
"rimraf": "^3.0.0",
"ts-jest": "^23.1.4",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@merl/util": "file:../util",
"rimraf": "^2.6.2",
"rimraf": "^3.0.0",
"tslib": "^1.9.3"
}
}

0 comments on commit 5eba129

Please sign in to comment.