Updating some dependancies
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
var async = require('async');
|
||||
var Q = require('q');
|
||||
var path = require('path');
|
||||
var debug = require('debug')('ylt:phantomaswrapper');
|
||||
|
||||
+7
-7
@@ -16,13 +16,13 @@
|
||||
"yellowlabtools": "./bin/cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 12.0"
|
||||
"node": ">= 16.0"
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"async": "2.6.1",
|
||||
"clean-css": "4.2.1",
|
||||
"color-diff": "1.1.0",
|
||||
"color-diff": "1.4.0",
|
||||
"css-mq-parser": "0.0.3",
|
||||
"debug": "4.1.1",
|
||||
"easyxml": "2.0.1",
|
||||
@@ -57,13 +57,13 @@
|
||||
"woff-tools": "0.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "~4.2.0",
|
||||
"mocha": "~5.2.0",
|
||||
"sinon": "~7.2.3",
|
||||
"sinon-chai": "~3.3.0"
|
||||
"chai": "~4.3.7",
|
||||
"mocha": "~10.2.0",
|
||||
"sinon": "~15.2.0",
|
||||
"sinon-chai": "3.7.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "todo"
|
||||
"test": "mocha './test/core/**.js'"
|
||||
},
|
||||
"keywords": [
|
||||
"performance",
|
||||
|
||||
Reference in New Issue
Block a user