deps: bump versions to latest
This commit is contained in:
parent
4e8858dfa1
commit
a85f35dc3f
17
netlify.toml
17
netlify.toml
|
@ -3,8 +3,8 @@
|
||||||
functions = "functions"
|
functions = "functions"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
NODE_VERSION = "16.13.1"
|
NODE_VERSION = "17.8.0"
|
||||||
NPM_VERSION = "8.1.2"
|
NPM_VERSION = "8.5.5"
|
||||||
|
|
||||||
[context.production]
|
[context.production]
|
||||||
command = "npm run build"
|
command = "npm run build"
|
||||||
|
@ -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-child-theme.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
12
package.json
12
package.json
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "doks-child-theme",
|
"name": "doks-child-theme",
|
||||||
"description": "Doks child theme",
|
"description": "Doks child theme",
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"defaults"
|
"defaults"
|
||||||
],
|
],
|
||||||
|
@ -44,24 +44,24 @@
|
||||||
"autoprefixer": "^10.4",
|
"autoprefixer": "^10.4",
|
||||||
"bootstrap": "^5.1",
|
"bootstrap": "^5.1",
|
||||||
"clipboard": "^2.0",
|
"clipboard": "^2.0",
|
||||||
"eslint": "^8.8",
|
"eslint": "^8.12",
|
||||||
"exec-bin": "^1.0.0",
|
"exec-bin": "^1.0.0",
|
||||||
"hugo-installer": "^3.1",
|
"hugo-installer": "^3.1",
|
||||||
"flexsearch": "^0.7.21",
|
"flexsearch": "^0.7.21",
|
||||||
"highlight.js": "^11.4",
|
"highlight.js": "^11.5",
|
||||||
"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",
|
||||||
"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",
|
"shx": "^0.3",
|
||||||
"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.96.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue