Skip to content

Commit

Permalink
v1.0.6: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaello committed Jul 30, 2020
1 parent d364180 commit edbc6b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bs-clean-deep",
"version": "1.0.5",
"version": "1.0.6",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
Expand All @@ -22,6 +22,6 @@
"bs-platform": "^7.2.2"
},
"dependencies": {
"clean-deep": "3.2"
"clean-deep": "3.3.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -890,10 +890,10 @@ class-utils@^0.3.5:
isobject "^3.0.0"
static-extend "^0.1.1"

clean-deep@3.2:
version "3.2.0"
resolved "https://registry.yarnpkg.com/clean-deep/-/clean-deep-3.2.0.tgz#344210fc09aba0c1a73fadffb61dc1740707ffbc"
integrity sha512-YA2SBZnGnbq1MnV17UsjKERWJiT/cTPjCtT7xSxZ/DTcPQGdfWKjlP/FfjKXTyfkMGUhNvOD1Oq7IzTbHfUv9g==
clean-deep@3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/clean-deep/-/clean-deep-3.3.0.tgz#00509a2cb431fa83fb202aa759534681f0309172"
integrity sha512-zblSorO16fXSDnBU9SQay+WL6TLM8Lkh1pKiuspu/Ntgy5BPDXORZKj3F/6fgcBZ7c172Ppy8xWRo7J4D/mNfQ==
dependencies:
lodash.isempty "^4.4.0"
lodash.isplainobject "^4.0.6"
Expand Down

0 comments on commit edbc6b7

Please sign in to comment.