deps: bump versions to latest
This commit is contained in:
parent
7c834a5a11
commit
f8bcce9e3c
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
File diff suppressed because it is too large
Load Diff
13
package.json
13
package.json
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue