contentful-hugo
Advanced tools
Comparing version 2.1.6 to 2.1.7
{ | ||
"name": "contentful-hugo", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"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.", | ||
@@ -46,3 +46,3 @@ "main": "./dist/main/index.js", | ||
"chokidar": "^3.5.3", | ||
"contentful": "^9.1.29", | ||
"contentful": "^9.1.32", | ||
"dotenv": "^16.0.1", | ||
@@ -63,10 +63,10 @@ "express": "^4.18.1", | ||
"devDependencies": { | ||
"@modii/tscpaths": "^0.2.2", | ||
"@modii/tscpaths": "^0.2.3", | ||
"@types/express": "^4.17.13", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/jest": "^27.5.2", | ||
"@types/jest": "^28.1.3", | ||
"@types/js-yaml": "^4.0.5", | ||
"@typescript-eslint/eslint-plugin": "^5.27.0", | ||
"@typescript-eslint/parser": "^5.27.0", | ||
"eslint": "^8.16.0", | ||
"@typescript-eslint/eslint-plugin": "^5.29.0", | ||
"@typescript-eslint/parser": "^5.29.0", | ||
"eslint": "^8.18.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
@@ -77,7 +77,7 @@ "eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"jest": "^27.5.1", | ||
"prettier": "^2.6.2", | ||
"ts-jest": "^27.1.5", | ||
"typescript": "^4.7.2" | ||
"jest": "^28.1.1", | ||
"prettier": "^2.7.1", | ||
"ts-jest": "^28.0.5", | ||
"typescript": "^4.7.4" | ||
} | ||
} |
Updatedcontentful@^9.1.32