deps: bump versions to latest
This commit is contained in:
parent
29428c692e
commit
d127ee60b2
13
netlify.toml
13
netlify.toml
|
@ -21,6 +21,19 @@
|
||||||
[context.next.environment]
|
[context.next.environment]
|
||||||
HUGO_ENV = "next"
|
HUGO_ENV = "next"
|
||||||
|
|
||||||
|
[[plugins]]
|
||||||
|
package = "netlify-plugin-submit-sitemap"
|
||||||
|
|
||||||
|
[plugins.inputs]
|
||||||
|
baseUrl = "https://doks.netlify.app/"
|
||||||
|
sitemapPath = "/sitemap.xml"
|
||||||
|
ignorePeriod = 0
|
||||||
|
providers = [
|
||||||
|
"google",
|
||||||
|
"bing",
|
||||||
|
"yandex"
|
||||||
|
]
|
||||||
|
|
||||||
[dev]
|
[dev]
|
||||||
framework = "#custom"
|
framework = "#custom"
|
||||||
command = "npm run start"
|
command = "npm run start"
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
13
package.json
13
package.json
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@hyas/doks",
|
"name": "@hyas/doks",
|
||||||
"description": "Doks theme",
|
"description": "Doks theme",
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"defaults"
|
"defaults"
|
||||||
],
|
],
|
||||||
|
@ -43,25 +43,26 @@
|
||||||
"autoprefixer": "^10.4",
|
"autoprefixer": "^10.4",
|
||||||
"bootstrap": "^5.1",
|
"bootstrap": "^5.1",
|
||||||
"clipboard": "^2.0",
|
"clipboard": "^2.0",
|
||||||
"eslint": "^8.8",
|
"eslint": "^8.11",
|
||||||
"exec-bin": "^1.0.0",
|
"exec-bin": "^1.0.0",
|
||||||
"flexsearch": "^0.7.21",
|
"flexsearch": "^0.7.21",
|
||||||
"highlight.js": "^11.4",
|
"highlight.js": "^11.5",
|
||||||
"hugo-installer": "^3.1",
|
"hugo-installer": "^3.1",
|
||||||
"instant.page": "^5.1",
|
"instant.page": "^5.1",
|
||||||
"katex": "^0.15",
|
"katex": "^0.15",
|
||||||
"lazysizes": "^5.3",
|
"lazysizes": "^5.3",
|
||||||
"markdownlint-cli2": "^0.4.0",
|
"markdownlint-cli2": "^0.4.0",
|
||||||
"mermaid": "^8.13",
|
"netlify-plugin-submit-sitemap": "^0.3.0",
|
||||||
|
"mermaid": "^8.14",
|
||||||
"node-fetch": "^3.2",
|
"node-fetch": "^3.2",
|
||||||
"postcss": "^8.4",
|
"postcss": "^8.4",
|
||||||
"postcss-cli": "^9.1",
|
"postcss-cli": "^9.1",
|
||||||
"purgecss-whitelister": "^2.4",
|
"purgecss-whitelister": "^2.4",
|
||||||
"shx": "^0.3.4",
|
"shx": "^0.3.4",
|
||||||
"stylelint": "^14.3",
|
"stylelint": "^14.6",
|
||||||
"stylelint-config-standard-scss": "^3.0"
|
"stylelint-config-standard-scss": "^3.0"
|
||||||
},
|
},
|
||||||
"otherDependencies": {
|
"otherDependencies": {
|
||||||
"hugo": "0.92.1"
|
"hugo": "0.95.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue