diff --git a/package.json b/package.json index f2ebcee..b4474df 100644 --- a/package.json +++ b/package.json @@ -21,19 +21,19 @@ "build:hugo": "hugo -s src -d ../public --cleanDestinationDir --minify --gc" }, "devDependencies": { - "babel-eslint": "^10.0.1", - "browserify": "^16.2.3", - "chokidar": "^2.1.5", + "babel-eslint": "^10.0.2", + "browserify": "^16.3.0", + "chokidar": "^3.0.2", "cssnano": "^4.1.10", "ecstatic": "^4.1.2", - "fs-extra": "^7.0.1", - "hugo-bin": "^0.43.4", - "node-yaml": "^3.2.0", + "fs-extra": "^8.1.0", + "hugo-bin": "^0.43.6", + "node-yaml": "^4.0.1", "npm-run-all": "^4.1.5", - "postcss-cli": "^6.1.2", + "postcss-cli": "^6.1.3", "postcss-import": "^12.0.1", "shx": "^0.3.2", - "standard": "^12.0.1", + "standard": "^13.0.2", "uglifyify": "^5.0.1", "watch": "^1.0.2" }, diff --git a/scripts/make-data.js b/scripts/make-data.js index 9a8ff93..c8d1811 100644 --- a/scripts/make-data.js +++ b/scripts/make-data.js @@ -3,7 +3,7 @@ const fs = require('fs-extra') const { join } = require('path') function getData () { - let data = require('./data') + const data = require('./data') data.push({ title: 'Awesome IPFS',