File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.1.0] - 2020-05-24
9
+
10
+ ### Fixed
11
+
12
+ - Add explicit dependency of json-schema for @typescript-eslint/experimental-utils
13
+
8
14
## [ 1.0.2] - 2020-05-22
9
15
10
16
### Changed
Original file line number Diff line number Diff line change 40
40
},
41
41
"dependencies" : {
42
42
"@typescript-eslint/experimental-utils" : " ~2.32.0" ,
43
+ "json-schema" : " ~0.2.5" ,
43
44
"natural-compare-lite" : " ~1.4.0"
44
45
},
45
46
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -4197,6 +4197,11 @@ json-schema@0.2.3:
4197
4197
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
4198
4198
integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
4199
4199
4200
+ json-schema@~0.2.5 :
4201
+ version "0.2.5"
4202
+ resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.5.tgz#97997f50972dd0500214e208c407efa4b5d7063b"
4203
+ integrity sha512-gWJOWYFrhQ8j7pVm0EM8Slr+EPVq1Phf6lvzvD/WCeqkrx/f2xBI0xOsRRS9xCn3I4vKtP519dvs3TP09r24wQ==
4204
+
4200
4205
json-stable-stringify-without-jsonify@^1.0.1 :
4201
4206
version "1.0.1"
4202
4207
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
You can’t perform that action at this time.
0 commit comments