@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.
- package/layouts/partials/analytics.html +1 -1
- package/package.json +10 -10
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@trimble-oss/modus-docs-hugo-theme",
|
3
|
-
"version": "1.0.0-
|
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-
|
30
|
-
"@trimble-oss/modus-icons": "1.
|
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.
|
34
|
-
"eslint": "8.
|
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.
|
38
|
-
"postcss": "8.4.
|
37
|
+
"hugo-bin": "0.121.1",
|
38
|
+
"postcss": "8.4.38",
|
39
39
|
"postcss-cli": "11.0.0",
|
40
|
-
"prettier": "3.2.
|
41
|
-
"stylelint": "16.
|
42
|
-
"stylelint-config-standard-scss": "13.
|
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": {
|