Skip to content

Commit c679afc

Browse files
authored
Upgrade schema utils (#11)
* schema-utils 2.x drop support for Node.js < 8.9.0 * bump [email protected]
1 parent 9942a56 commit c679afc

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"bugs": "https://github.com/justjavac/json-perf-loader/issues",
1010
"main": "src/index.js",
1111
"engines": {
12-
"node": ">= 8.0.0"
12+
"node": "> 8.9.0"
1313
},
1414
"scripts": {
1515
"clean": "rimraf -rf coverage",
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"loader-utils": "^1.1.0",
40-
"schema-utils": "^1.0.0"
40+
"schema-utils": "^2.2.0"
4141
},
4242
"devDependencies": {
4343
"codecov": "^3.5.0",

yarn.lock

+8
Original file line numberDiff line numberDiff line change
@@ -4626,6 +4626,14 @@ schema-utils@^1.0.0:
46264626
ajv-errors "^1.0.0"
46274627
ajv-keywords "^3.1.0"
46284628

4629+
schema-utils@^2.2.0:
4630+
version "2.2.0"
4631+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.2.0.tgz#48a065ce219e0cacf4631473159037b2c1ae82da"
4632+
integrity sha512-5EwsCNhfFTZvUreQhx/4vVQpJ/lnCAkgoIHLhSpp4ZirE+4hzFvdJi0FMub6hxbFVBJYSpeVVmon+2e7uEGRrA==
4633+
dependencies:
4634+
ajv "^6.10.2"
4635+
ajv-keywords "^3.4.1"
4636+
46294637
semver-compare@^1.0.0:
46304638
version "1.0.0"
46314639
resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc"

0 commit comments

Comments
 (0)