deps: bump versions to latest

This commit is contained in:
Henk Verlinde 2021-03-01 10:43:54 +01:00
parent 801db2bb5d
commit 857906c69b
2 changed files with 923 additions and 733 deletions

1644
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -31,16 +31,16 @@
"check": "hugo version" "check": "hugo version"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.12", "@babel/cli": "^7.13",
"@babel/core": "^7.12", "@babel/core": "^7.13",
"@babel/preset-env": "^7.12", "@babel/preset-env": "^7.13",
"@fullhuman/postcss-purgecss": "^4.0", "@fullhuman/postcss-purgecss": "^4.0",
"autoprefixer": "^10.2", "autoprefixer": "^10.2",
"bootstrap": "^4.6", "bootstrap": "^4.6",
"clipboard": "^2.0", "clipboard": "^2.0",
"eslint": "^7.20", "eslint": "^7.21",
"flexsearch": "^0.6", "flexsearch": "^0.6",
"hugo-bin": "^0.68.0", "hugo-bin": "^0.69",
"instant.page": "^5.1", "instant.page": "^5.1",
"lazysizes": "^5.3", "lazysizes": "^5.3",
"markdownlint-cli": "^0.26", "markdownlint-cli": "^0.26",
@ -50,7 +50,7 @@
"purgecss-whitelister": "^2.4", "purgecss-whitelister": "^2.4",
"rimraf": "^3.0", "rimraf": "^3.0",
"standard-version": "^9.1", "standard-version": "^9.1",
"stylelint": "^13.10", "stylelint": "^13.11",
"stylelint-config-standard": "^20.0" "stylelint-config-standard": "^20.0"
} }
} }