contentful-hugo
Advanced tools
Comparing version 2.1.3 to 2.1.4
{ | ||
"name": "contentful-hugo", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Node module that pulls data from Contentful and turns it into markdown files for Hugo. Can be used with other Static Site Generators, but has some Hugo specific features.", | ||
@@ -41,14 +41,14 @@ "main": "./dist/main/index.js", | ||
"dependencies": { | ||
"@contentful/rich-text-html-renderer": "^15.4.0", | ||
"@contentful/rich-text-plain-text-renderer": "^15.3.6", | ||
"@contentful/rich-text-types": "^15.3.6", | ||
"@contentful/rich-text-html-renderer": "^15.12.0", | ||
"@contentful/rich-text-plain-text-renderer": "^15.12.0", | ||
"@contentful/rich-text-types": "^15.12.0", | ||
"async-limiter": "^2.0.0", | ||
"chokidar": "^3.5.2", | ||
"contentful": "^9.1.3", | ||
"chokidar": "^3.5.3", | ||
"contentful": "^9.1.19", | ||
"dotenv": "^16.0.0", | ||
"express": "^4.17.1", | ||
"fs-extra": "^10.0.0", | ||
"express": "^4.17.3", | ||
"fs-extra": "^10.0.1", | ||
"js-yaml": "^4.1.0", | ||
"json-to-pretty-yaml": "^1.2.2", | ||
"yargs": "^17.1.1" | ||
"yargs": "^17.4.0" | ||
}, | ||
@@ -63,20 +63,20 @@ "bin": { | ||
"devDependencies": { | ||
"@modii/tscpaths": "^0.2.1", | ||
"@modii/tscpaths": "^0.2.2", | ||
"@types/express": "^4.17.13", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/jest": "^27.0.2", | ||
"@types/js-yaml": "^4.0.4", | ||
"@typescript-eslint/eslint-plugin": "^5.9.0", | ||
"@typescript-eslint/parser": "^5.9.0", | ||
"eslint": "^8.6.0", | ||
"@types/jest": "^27.4.1", | ||
"@types/js-yaml": "^4.0.5", | ||
"@typescript-eslint/eslint-plugin": "^5.18.0", | ||
"@typescript-eslint/parser": "^5.18.0", | ||
"eslint": "^8.12.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"jest": "^27.2.5", | ||
"prettier": "^2.4.1", | ||
"ts-jest": "^27.0.5", | ||
"typescript": "^4.4.3" | ||
"jest": "^27.5.1", | ||
"prettier": "^2.6.2", | ||
"ts-jest": "^27.1.4", | ||
"typescript": "^4.6.3" | ||
} | ||
} |
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
298231
Updatedchokidar@^3.5.3
Updatedcontentful@^9.1.19
Updatedexpress@^4.17.3
Updatedfs-extra@^10.0.1
Updatedyargs@^17.4.0