Skip to content

Commit

Permalink
Merge pull request #53 from itslearning/UpdateMixinDeep
Browse files Browse the repository at this point in the history
Updated packages
  • Loading branch information
furstenberg authored Aug 30, 2019
2 parents 6e33aa4 + 53d5bb6 commit b2c6245
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v9.8.0] - 30.08.2019

### Changed

- Updated mixin-deep to v1.3.2
- Updated set-value to v2.0.1

## [v9.7.0] - 30.08.2019

### Added
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itslearning/protomorph",
"description": "Shared build config for frontend applications",
"version": "9.7.0",
"version": "9.8.0",
"author": "Itslearning AS",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -82,6 +82,7 @@
"lodash": "4.17.14",
"lodash.mergewith": "4.6.2",
"lodash.template": "4.5.0",
"mixin-deep": "1.3.2",
"node-sass": "4.11.0",
"set-value": "2.0.1"
}
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4134,9 +4134,10 @@ mississippi@^3.0.0:
stream-each "^1.1.0"
through2 "^2.0.0"

mixin-deep@^1.2.0:
version "1.3.1"
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe"
[email protected], mixin-deep@^1.2.0:
version "1.3.2"
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==
dependencies:
for-in "^1.0.2"
is-extendable "^1.0.1"
Expand Down

0 comments on commit b2c6245

Please sign in to comment.