Commit f8bcce9e authored by Henk Verlinde's avatar Henk Verlinde
Browse files

deps: bump versions to latest

parent 7c834a5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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]
+979 −883

File changed.

Preview size limit exceeded, changes collapsed.

+8 −5
Original line number Diff line number Diff line
{
  "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"
  }
}