1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 04:10:04 +02:00

update modules

This commit is contained in:
s2
2020-07-20 16:16:07 +02:00
parent 783511ce12
commit 2b23424b86
785 changed files with 91905 additions and 56057 deletions

View File

@@ -1,2 +1,2 @@
const equal: (a: any, b: any) => boolean;
declare const equal: (a: any, b: any) => boolean;
export = equal;

View File

@@ -1,2 +1,2 @@
const equal: (a: any, b: any) => boolean;
declare const equal: (a: any, b: any) => boolean;
export = equal;

View File

@@ -1,8 +1,8 @@
{
"_from": "fast-deep-equal@^3.1.1",
"_id": "fast-deep-equal@3.1.1",
"_id": "fast-deep-equal@3.1.3",
"_inBundle": false,
"_integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==",
"_integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
"_location": "/fast-deep-equal",
"_phantomChildren": {},
"_requested": {
@@ -18,10 +18,10 @@
"_requiredBy": [
"/ajv"
],
"_resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz",
"_shasum": "545145077c501491e33b15ec408c294376e94ae4",
"_resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
"_shasum": "3a7d56b559d6cbc3eb512325244e619a65c6c525",
"_spec": "fast-deep-equal@^3.1.1",
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\ajv",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\ajv",
"author": {
"name": "Evgeny Poberezkin"
},
@@ -32,16 +32,16 @@
"deprecated": false,
"description": "Fast deep equal",
"devDependencies": {
"coveralls": "^2.13.1",
"coveralls": "^3.1.0",
"dot": "^1.1.2",
"eslint": "^4.0.0",
"mocha": "^3.4.2",
"nyc": "^11.0.2",
"eslint": "^7.2.0",
"mocha": "^7.2.0",
"nyc": "^15.1.0",
"pre-commit": "^1.2.2",
"react": "^16.12.0",
"react-test-renderer": "^16.12.0",
"sinon": "^7.5.0",
"typescript": "^2.6.1"
"sinon": "^9.0.2",
"typescript": "^3.9.5"
},
"files": [
"index.js",
@@ -84,5 +84,5 @@
"test-ts": "tsc --target ES5 --noImplicitAny index.d.ts"
},
"types": "index.d.ts",
"version": "3.1.1"
"version": "3.1.3"
}

View File

@@ -1,2 +1,2 @@
const equal: (a: any, b: any) => boolean;
declare const equal: (a: any, b: any) => boolean;
export = equal;