@trimble-oss/modus-docs-hugo-theme 1.0.0-alpha17 → 1.0.0-alpha18

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- {{- if not .Site.IsServer -}}
1
+ {{- if not hugo.IsServer -}}
2
2
 
3
3
  {{ template "_internal/google_analytics.html" . }}
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trimble-oss/modus-docs-hugo-theme",
3
- "version": "1.0.0-alpha17",
3
+ "version": "1.0.0-alpha18",
4
4
  "description": "A Documentation theme for Hugo built by Trimble",
5
5
  "homepage": "https://github.com/trimble-oss/modus-docs-hugo-theme",
6
6
  "bugs": {
@@ -26,20 +26,20 @@
26
26
  "test": "npm run lint-css && npm run lint-html && npm run lint-js"
27
27
  },
28
28
  "dependencies": {
29
- "@trimble-oss/modus-bootstrap": "2.0.0-alpha19",
30
- "@trimble-oss/modus-icons": "1.9.0"
29
+ "@trimble-oss/modus-bootstrap": "2.0.0-alpha23",
30
+ "@trimble-oss/modus-icons": "1.12.0"
31
31
  },
32
32
  "devDependencies": {
33
- "autoprefixer": "10.4.17",
34
- "eslint": "8.56.0",
33
+ "autoprefixer": "10.4.19",
34
+ "eslint": "8.57.0",
35
35
  "eslint-config-prettier": "9.1.0",
36
36
  "htmlhint": "1.1.4",
37
- "hugo-bin": "0.119.0",
38
- "postcss": "8.4.33",
37
+ "hugo-bin": "0.121.1",
38
+ "postcss": "8.4.38",
39
39
  "postcss-cli": "11.0.0",
40
- "prettier": "3.2.4",
41
- "stylelint": "16.2.0",
42
- "stylelint-config-standard-scss": "13.0.0",
40
+ "prettier": "3.2.5",
41
+ "stylelint": "16.3.1",
42
+ "stylelint-config-standard-scss": "13.1.0",
43
43
  "stylelint-order": "6.0.4"
44
44
  },
45
45
  "hugo-bin": {