File tree Expand file tree Collapse file tree 3 files changed +159
-261
lines changed
Expand file tree Collapse file tree 3 files changed +159
-261
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,37 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and 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
1034
1135## [ 0.30.0] - 2020-04-20
1236### Changed
13- - ` hasCoi ` to allow ` null ` as value
37+ - ` hasCoi ` field to allow ` null ` value
1438
1539### Fixed
1640- ` new-navbar-auth-dropdown ` fixed for unauthenticated users
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments