deps: bump versions to latest

This commit is contained in:
Henk Verlinde 2022-03-30 15:23:29 +02:00
parent 4e8858dfa1
commit a85f35dc3f
3 changed files with 745 additions and 2165 deletions

View File

@ -3,8 +3,8 @@
functions = "functions"
[build.environment]
NODE_VERSION = "16.13.1"
NPM_VERSION = "8.1.2"
NODE_VERSION = "17.8.0"
NPM_VERSION = "8.5.5"
[context.production]
command = "npm run build"
@ -21,6 +21,19 @@
[context.next.environment]
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]
framework = "#custom"
command = "npm run start"

2881
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "doks-child-theme",
"description": "Doks child theme",
"version": "0.4.0",
"version": "0.4.1",
"browserslist": [
"defaults"
],
@ -44,24 +44,24 @@
"autoprefixer": "^10.4",
"bootstrap": "^5.1",
"clipboard": "^2.0",
"eslint": "^8.8",
"eslint": "^8.12",
"exec-bin": "^1.0.0",
"hugo-installer": "^3.1",
"flexsearch": "^0.7.21",
"highlight.js": "^11.4",
"highlight.js": "^11.5",
"instant.page": "^5.1",
"katex": "^0.15",
"lazysizes": "^5.3",
"markdownlint-cli2": "^0.4.0",
"mermaid": "^8.13",
"netlify-plugin-submit-sitemap": "^0.3.0",
"postcss": "^8.4",
"postcss-cli": "^9.1",
"purgecss-whitelister": "^2.4",
"shx": "^0.3",
"stylelint": "^14.3",
"stylelint": "^14.6",
"stylelint-config-standard-scss": "^3.0"
},
"otherDependencies": {
"hugo": "0.92.1"
"hugo": "0.96.0"
}
}