File tree Expand file tree Collapse file tree 3 files changed +158
-260
lines changed Expand file tree Collapse file tree 3 files changed +158
-260
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
31
## [ 0.30.1] - 2020-04-20
8
32
### Fixed
9
33
- donate link
Original file line number Diff line number Diff line change 125
125
"volta" : {
126
126
"node" : " 8.17.0" ,
127
127
"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"
128
150
}
129
151
}
You can’t perform that action at this time.
0 commit comments