@trimble-oss/modus-docs-hugo-theme 1.0.0-alpha24 → 1.0.0-alpha25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trimble-oss/modus-docs-hugo-theme",
3
- "version": "1.0.0-alpha24",
3
+ "version": "1.0.0-alpha25",
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": {
@@ -28,7 +28,7 @@
28
28
  "svgo": "npx svgo --folder=\"static/img/icons/\""
29
29
  },
30
30
  "dependencies": {
31
- "@trimble-oss/modus-bootstrap": "2.0.0-alpha36",
31
+ "@trimble-oss/modus-bootstrap": "2.0.0-alpha43",
32
32
  "@trimble-oss/modus-icons": "1.14.0"
33
33
  },
34
34
  "devDependencies": {
@@ -36,11 +36,11 @@
36
36
  "eslint": "8.57.0",
37
37
  "eslint-config-prettier": "9.1.0",
38
38
  "htmlhint": "1.1.4",
39
- "hugo-bin": "0.125.2",
40
- "postcss": "8.4.38",
39
+ "hugo-bin": "0.126.0",
40
+ "postcss": "8.4.39",
41
41
  "postcss-cli": "11.0.0",
42
42
  "prettier": "3.3.3",
43
- "stylelint": "16.6.1",
43
+ "stylelint": "16.7.0",
44
44
  "stylelint-config-standard-scss": "13.1.0",
45
45
  "stylelint-order": "6.0.4"
46
46
  },