@kobalab/liulian 1.1.9 → 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,17 @@
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
+
11
+ ### v1.1.10 / 2023-04-29
12
+
13
+ - 等幅フォントに Monaco を追加
14
+
1
15
  ### v1.1.9 / 2023-03-18
2
16
 
3
17
  - TwitterカードのアイコンURLが正しくないバグを修正
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%;
@@ -22,7 +22,7 @@ img {
22
22
  max-width: 100%;
23
23
  }
24
24
  code, kbd, tt {
25
- font-family: Menlo, Consolas, Courier, monospace;
25
+ font-family: Menlo, Consolas, Monaco, Courier, monospace;
26
26
  font-size: 100%;
27
27
  }
28
28
  kbd {
@@ -97,7 +97,7 @@ pre {
97
97
  background: #eee;
98
98
  overflow: auto;
99
99
  overflow-wrap: normal;
100
- font-family: Osaka-Mono, "BIZ UDゴシック", "MS ゴシック", Courier, monospace;
100
+ font-family: Osaka-Mono, "BIZ UDゴシック", "MS ゴシック", Monaco, Courier, monospace;
101
101
  font-size: 100%;
102
102
  }
103
103
 
@@ -163,7 +163,7 @@ input[disabled] {
163
163
  }
164
164
  textarea {
165
165
  padding: 4px;
166
- font-family: Osaka-Mono, "BIZ UDゴシック", "MS ゴシック", Courier, monospace;
166
+ font-family: Osaka-Mono, "BIZ UDゴシック", "MS ゴシック", Monaco, Courier, monospace;
167
167
  font-size: 100%;
168
168
  border: solid 1px #999;
169
169
  border-radius: 4px;
@@ -322,7 +322,7 @@ input[type="submit"] {
322
322
  padding: 2px 0.5em;
323
323
  margin: 1px 0;
324
324
  min-height: 1em;
325
- font-family: Osaka-Mono, "MS ゴシック", Courier, monospace;
325
+ font-family: Osaka-Mono, "BIZ UDゴシック", "MS ゴシック", Monaco, Courier, monospace;
326
326
  text-decoration: none;
327
327
  white-space: pre-wrap;
328
328
  color: #666;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kobalab/liulian",
3
- "version": "1.1.9",
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",