Skip to content

Commit 8a6e302

Browse files
committed
Add explicit dependecy of json-schema
1 parent 48ae014 commit 8a6e302

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

CHANGELOG.md

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

8+
## [1.1.0] - 2020-05-24
9+
10+
### Fixed
11+
12+
- Add explicit dependency of json-schema for @typescript-eslint/experimental-utils
13+
814
## [1.0.2] - 2020-05-22
915

1016
### Changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@typescript-eslint/experimental-utils": "~2.32.0",
43+
"json-schema": "~0.2.5",
4344
"natural-compare-lite": "~1.4.0"
4445
},
4546
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4197,6 +4197,11 @@ json-schema@0.2.3:
41974197
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
41984198
integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
41994199

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+
42004205
json-stable-stringify-without-jsonify@^1.0.1:
42014206
version "1.0.1"
42024207
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"

0 commit comments

Comments
 (0)