gulp-html2pug
Advanced tools
Comparing version 5.1.1 to 6.0.0
{ | ||
"name": "gulp-html2pug", | ||
"version": "5.1.1", | ||
"version": "6.0.0", | ||
"description": "Gulp plugin to convert html files to pug", | ||
@@ -8,3 +8,3 @@ "main": "dist/index.js", | ||
"engines": { | ||
"node": ">=14.0" | ||
"node": ">=18.0" | ||
}, | ||
@@ -46,24 +46,24 @@ "exports": { | ||
"through2": "^4.0.2", | ||
"vinyl-contents-tostring": "^6.1.1" | ||
"vinyl-contents-tostring": "^7.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.20.7", | ||
"@babel/core": "^7.20.12", | ||
"@babel/eslint-parser": "^7.19.1", | ||
"@babel/plugin-proposal-partial-application": "^7.18.9", | ||
"@babel/plugin-proposal-throw-expressions": "^7.18.6", | ||
"c8": "^7.12.0", | ||
"chai": "^4.3.7", | ||
"@babel/cli": "^7.24.5", | ||
"@babel/core": "^7.24.5", | ||
"@babel/eslint-parser": "^7.24.5", | ||
"@babel/plugin-proposal-partial-application": "^7.24.5", | ||
"@babel/plugin-proposal-throw-expressions": "^7.24.1", | ||
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", | ||
"c8": "^9.1.0", | ||
"chai": "^4.4.1", | ||
"chai-as-promised": "^7.1.1", | ||
"dirty-chai": "^2.0.1", | ||
"eslint": "^8.33.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-mocha": "^10.1.0", | ||
"eslint-plugin-n": "^15.6.1", | ||
"eslint-plugin-unicorn": "^45.0.2", | ||
"mocha": "^10.2.0", | ||
"p-event": "^5.0.1", | ||
"sinon": "^15.0.1", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-mocha": "^10.4.3", | ||
"eslint-plugin-n": "^17.4.0", | ||
"eslint-plugin-unicorn": "^52.0.0", | ||
"mocha": "^10.4.0", | ||
"p-event": "^6.0.1", | ||
"sinon": "^17.0.1", | ||
"sinon-chai": "^3.7.0", | ||
@@ -70,0 +70,0 @@ "vinyl": "^3.0.0" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6842
+ Addedvinyl-contents-tostring@7.0.0(transitive)
- Removedvinyl-contents-tostring@6.1.1(transitive)