deps: bump versions to latest
This commit is contained in:
parent
cf51ea887d
commit
b1dfb71f90
|
@ -3,8 +3,8 @@
|
|||
functions = "functions"
|
||||
|
||||
[build.environment]
|
||||
NODE_VERSION = "16.15.0"
|
||||
NPM_VERSION = "8.5.5"
|
||||
NODE_VERSION = "16.15.1"
|
||||
NPM_VERSION = "8.11.0"
|
||||
|
||||
[context.production]
|
||||
command = "npm run build"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "@hyas/doks",
|
||||
"description": "Doks theme",
|
||||
"version": "0.4.3",
|
||||
"version": "0.5.0-alpha.1",
|
||||
"engines": {
|
||||
"node": ">=16.15.0"
|
||||
},
|
||||
"node": ">=16.15.1"
|
||||
},
|
||||
"browserslist": [
|
||||
"defaults"
|
||||
],
|
||||
|
@ -39,32 +39,32 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.17",
|
||||
"@babel/core": "^7.17",
|
||||
"@babel/preset-env": "^7.17",
|
||||
"@babel/core": "^7.18",
|
||||
"@babel/preset-env": "^7.18",
|
||||
"@fullhuman/postcss-purgecss": "^4.1",
|
||||
"auto-changelog": "^2.4",
|
||||
"autoprefixer": "^10.4",
|
||||
"bootstrap": "^5.1",
|
||||
"clipboard": "^2.0",
|
||||
"eslint": "^8.15",
|
||||
"eslint": "^8.18",
|
||||
"exec-bin": "^1.0.0",
|
||||
"flexsearch": "^0.7.21",
|
||||
"highlight.js": "^11.5",
|
||||
"hugo-installer": "^3.1",
|
||||
"instant.page": "^5.1",
|
||||
"katex": "^0.15",
|
||||
"katex": "^0.16",
|
||||
"lazysizes": "^5.3",
|
||||
"markdownlint-cli2": "^0.4.0",
|
||||
"netlify-plugin-submit-sitemap": "^0.3.0",
|
||||
"netlify-plugin-submit-sitemap": "^0.4.0",
|
||||
"node-fetch": "^3.2",
|
||||
"postcss": "^8.4",
|
||||
"postcss-cli": "^9.1",
|
||||
"purgecss-whitelister": "^2.4",
|
||||
"shx": "^0.3.4",
|
||||
"stylelint": "^14.8",
|
||||
"stylelint-config-standard-scss": "^3.0"
|
||||
"stylelint": "^14.9",
|
||||
"stylelint-config-standard-scss": "^4.0"
|
||||
},
|
||||
"otherDependencies": {
|
||||
"hugo": "0.99.0"
|
||||
"hugo": "0.101.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue