Skip to content

Commit

Permalink
fix: add rimraf as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVicente committed Mar 5, 2020
1 parent da6b776 commit 4eee256
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -106,7 +106,7 @@
"prettier-eslint-cli": "^4.7.1",
"reflect-metadata": "^0.1.12",
"regenerator-runtime": "^0.13.1",
"rimraf": "^3.0.0",
"rimraf": "^3.0.2",
"semantic-release": "^16.0.0-beta.18",
"sinon": "^7.5.0",
"ts-loader": "^5.3.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -13452,10 +13452,10 @@ rimraf@2, rimraf@2.6.3, rimraf@^2.2.8, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6
dependencies:
glob "^7.1.3"

rimraf@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.0.tgz#614176d4b3010b75e5c390eb0ee96f6dc0cebb9b"
integrity sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg==
rimraf@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
dependencies:
glob "^7.1.3"

Expand Down

0 comments on commit 4eee256

Please sign in to comment.