deps: bump versions to latest
This commit is contained in:
parent
fcc3c14948
commit
7b2bea1bff
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
|
@ -38,21 +38,21 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.13",
|
"@babel/cli": "^7.13",
|
||||||
"@babel/core": "^7.13",
|
"@babel/core": "^7.14",
|
||||||
"@babel/preset-env": "^7.13",
|
"@babel/preset-env": "^7.14",
|
||||||
"@fullhuman/postcss-purgecss": "^4.0",
|
"@fullhuman/postcss-purgecss": "^4.0",
|
||||||
"autoprefixer": "^10.2",
|
"autoprefixer": "^10.2",
|
||||||
"bootstrap": "^5.0.0-beta3",
|
"bootstrap": "^5.0",
|
||||||
"clipboard": "^2.0",
|
"clipboard": "^2.0",
|
||||||
"eslint": "^7.23",
|
"eslint": "^7.24",
|
||||||
"flexsearch": "^0.6",
|
"flexsearch": "^0.6",
|
||||||
"highlight.js": "^10.7",
|
"highlight.js": "^10.7",
|
||||||
"hugo-bin": "^0.70",
|
"hugo-bin": "^0.71",
|
||||||
"instant.page": "^5.1",
|
"instant.page": "^5.1",
|
||||||
"katex": "^0.13",
|
"katex": "^0.13",
|
||||||
"lazysizes": "^5.3",
|
"lazysizes": "^5.3",
|
||||||
"markdownlint-cli": "^0.27",
|
"markdownlint-cli": "^0.27",
|
||||||
"mermaid": "^8.9.2",
|
"mermaid": "^8.9",
|
||||||
"netlify-lambda": "^2.0",
|
"netlify-lambda": "^2.0",
|
||||||
"postcss": "^8.2",
|
"postcss": "^8.2",
|
||||||
"postcss-cli": "^8.3",
|
"postcss-cli": "^8.3",
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
"rimraf": "^3.0",
|
"rimraf": "^3.0",
|
||||||
"shx": "^0.3.3",
|
"shx": "^0.3.3",
|
||||||
"standard-version": "^9.2",
|
"standard-version": "^9.2",
|
||||||
"stylelint": "^13.12",
|
"stylelint": "^13.13",
|
||||||
"stylelint-config-standard": "^21.0"
|
"stylelint-config-standard": "^22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue