deps: bump versions to latest

This commit is contained in:
Henk Verlinde 2022-05-17 13:58:27 +02:00
parent 7c834a5a11
commit f8bcce9e3c
4 changed files with 989 additions and 890 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [14.x, 16.x]
node: [16.x, 18.x]
steps:
- name: Check out Hyas project

View File

@ -3,7 +3,7 @@
functions = "functions"
[build.environment]
NODE_VERSION = "17.8.0"
NODE_VERSION = "16.15.0"
NPM_VERSION = "8.5.5"
[context.production]

1862
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,10 @@
{
"name": "@hyas/doks",
"description": "Doks theme",
"version": "0.4.2",
"version": "0.4.3",
"engines": {
"node": ">=16.15.0"
},
"browserslist": [
"defaults"
],
@ -37,13 +40,13 @@
"devDependencies": {
"@babel/cli": "^7.17",
"@babel/core": "^7.17",
"@babel/preset-env": "^7.16",
"@babel/preset-env": "^7.17",
"@fullhuman/postcss-purgecss": "^4.1",
"auto-changelog": "^2.4",
"autoprefixer": "^10.4",
"bootstrap": "^5.1",
"clipboard": "^2.0",
"eslint": "^8.12",
"eslint": "^8.15",
"exec-bin": "^1.0.0",
"flexsearch": "^0.7.21",
"highlight.js": "^11.5",
@ -58,10 +61,10 @@
"postcss-cli": "^9.1",
"purgecss-whitelister": "^2.4",
"shx": "^0.3.4",
"stylelint": "^14.6",
"stylelint": "^14.8",
"stylelint-config-standard-scss": "^3.0"
},
"otherDependencies": {
"hugo": "0.96.0"
"hugo": "0.99.0"
}
}