@kobalab/liulian 1.1.10 → 1.1.11

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/ChangeLog.md CHANGED
@@ -1,3 +1,13 @@
1
+ ### v1.1.11 / 2024-09-26
2
+
3
+ - デフォルトのフォントを変更
4
+ - パッケージを最新化
5
+ - express 4.18.2 → 4.21.0
6
+ - 脆弱性警告に対処
7
+ - @babel/traverse 7.11.0 → 7.25.6
8
+ - braces 3.0.2 → 3.0.3
9
+ - semver 6.3.0 → 6.3.1
10
+
1
11
  ### v1.1.10 / 2023-04-29
2
12
 
3
13
  - 等幅フォントに Monaco を追加
package/css/liulian.css CHANGED
@@ -4,7 +4,7 @@ html {
4
4
  margin: 0 10px;
5
5
  }
6
6
  body {
7
- font-family: "Century Gothic", sans-serif;
7
+ font-family: "Century Gothic", "Google Sans", Roboto, "Helvetica Neue", Arial, sans-serif;
8
8
  font-size: 14px;
9
9
  color: #333;
10
10
  -webkit-text-size-adjust: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kobalab/liulian",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "Node.jsで動作するWebサイト作成ツール",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -31,7 +31,7 @@
31
31
  "nyc": "^15.1.0"
32
32
  },
33
33
  "dependencies": {
34
- "express": "^4.18.2",
34
+ "express": "^4.21.0",
35
35
  "express-session": "^1.17.3",
36
36
  "highlight.js": "^10.7.3",
37
37
  "markdown-it": "^12.3.2",