Skip to content

Commit 787764a

Browse files
committed
Add nested dependency resolutions
1 parent a19f07f commit 787764a

File tree

3 files changed

+158
-260
lines changed

3 files changed

+158
-260
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased
8+
### Added
9+
- nested dependencies resolutions
10+
- `bower` to `^1.8.8`
11+
- `cryptiles` to `^4.1.2`
12+
- `deep-extend` to `^0.5.1`
13+
- `diff` to `^3.5.0`
14+
- `handlebars` to `^4.3.`
15+
- `mime` to `^1.4.1`
16+
- `minimatch` to `^3.0.2`
17+
- `minimist` to `^1.2.3`
18+
- `mixin-deep` to `^1.3.2`
19+
- `merge` to `^1.2.1`
20+
- `lodash.defaultsdeep` to `^4.6.1`
21+
- `lodash.template` to `^4.5.0`
22+
- `lodash.merge` to `^4.6.2`
23+
- `lodash.mergewith` to `^4.6.2`
24+
- `lodash-es` to `^4.17.14`
25+
- `set-value` to `^2.0.1`
26+
- `sshpk` to `^1.13.2`
27+
- `tar` to `^2.2.2`
28+
- `uglify-js` to `^2.6.0`
29+
- `ws` to `^1.1.5`
30+
731
## [0.30.1] - 2020-04-20
832
### Fixed
933
- donate link

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,27 @@
125125
"volta": {
126126
"node": "8.17.0",
127127
"yarn": "1.21.1"
128+
},
129+
"resolutions": {
130+
"bower": "^1.8.8",
131+
"cryptiles": "^4.1.2",
132+
"deep-extend": "^0.5.1",
133+
"diff": "^3.5.0",
134+
"handlebars": "^4.3.",
135+
"mime": "^1.4.1",
136+
"minimatch": "^3.0.2",
137+
"minimist": "^1.2.3",
138+
"mixin-deep": "^1.3.2",
139+
"merge": "^1.2.1",
140+
"lodash.defaultsdeep": "^4.6.1",
141+
"lodash.template": "^4.5.0",
142+
"lodash.merge": "^4.6.2",
143+
"lodash.mergewith": "^4.6.2",
144+
"lodash-es": "^4.17.14",
145+
"set-value": "^2.0.1",
146+
"sshpk": "^1.13.2",
147+
"tar": "^2.2.2",
148+
"uglify-js": "^2.6.0",
149+
"ws": "^1.1.5"
128150
}
129151
}

0 commit comments

Comments
 (0)