docula 0.9.4 → 0.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docula",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
4
4
  "description": "Beautiful Website for Your Projects",
5
5
  "type": "module",
6
6
  "main": "./dist/docula.js",
@@ -48,26 +48,26 @@
48
48
  "dependencies": {
49
49
  "axios": "^1.7.7",
50
50
  "cheerio": "^1.0.0",
51
- "ecto": "^4.1.2",
51
+ "ecto": "^4.1.3",
52
52
  "express": "^4.21.1",
53
53
  "feed": "^4.2.2",
54
54
  "gray-matter": "^4.0.3",
55
55
  "he": "^1.2.0",
56
56
  "update-notifier": "^7.3.1",
57
- "writr": "^4.1.3"
57
+ "writr": "^4.1.4"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/express": "^5.0.0",
61
61
  "@types/he": "^1.2.3",
62
62
  "@types/js-yaml": "^4.0.9",
63
- "@types/node": "^22.7.6",
63
+ "@types/node": "^22.9.0",
64
64
  "@types/update-notifier": "^6.0.8",
65
- "@vitest/coverage-v8": "^2.1.3",
65
+ "@vitest/coverage-v8": "^2.1.5",
66
66
  "rimraf": "^6.0.1",
67
- "tsup": "^8.3.0",
67
+ "tsup": "^8.3.5",
68
68
  "typescript": "^5.6.3",
69
- "vitest": "^2.1.3",
70
- "webpack": "^5.95.0",
69
+ "vitest": "^2.1.5",
70
+ "webpack": "^5.96.1",
71
71
  "xo": "^0.59.3"
72
72
  },
73
73
  "xo": {
@@ -220,6 +220,8 @@ footer img {
220
220
  font-weight: 700;
221
221
  font-size: 1.5rem;
222
222
  line-height: 2rem;
223
+ margin-top: 1.75rem;
224
+ margin-bottom: 1rem;
223
225
  }
224
226
 
225
227
  .content h2 {