|
58 | 58 | "npm:publish": "npm publish", |
59 | 59 | "npm:publish:lerna": "npx lerna publish --yes --cd-version patch", |
60 | 60 | "prepublish:lockfile": "npx sync-lockfile .", |
61 | | - "prepublishOnly": "yarn run build:epub:test yarn run test && yarn run novel-epub:help", |
| 61 | + "preversion": "yarn run build:epub:test yarn run test && yarn run novel-epub:help", |
62 | 62 | "prepublishOnly_": "yarn run ncu && yarn run sort-package-json && yarn run test", |
63 | 63 | "postpublish_": "git commit -m \"chore(release): publish\" .", |
64 | 64 | "ncu": "npx yarn-tool ncu -u", |
|
68 | 68 | "tsc:esm": "tsc -p tsconfig.esm.json" |
69 | 69 | }, |
70 | 70 | "dependencies": { |
71 | | - "@lazy-cjk/zh-convert": "^1.0.18", |
| 71 | + "@lazy-cjk/zh-convert": "^1.0.31", |
72 | 72 | "@lazy-glob/sort-tree": "^1.0.5", |
73 | 73 | "@node-novel/epub-util": "^1.0.4", |
74 | | - "@node-novel/normalize": "^1.0.21", |
75 | | - "@node-novel/parse-txt-tag": "^1.0.14", |
| 74 | + "@node-novel/normalize": "^1.0.25", |
| 75 | + "@node-novel/parse-txt-tag": "^1.0.18", |
76 | 76 | "@toycode/markdown-it-class": "^1.2.4", |
77 | | - "@yarn-tool/update-notifier": "^1.0.13", |
78 | | - "array-hyper-unique": "^1.1.8", |
| 77 | + "@yarn-tool/update-notifier": "^1.0.14", |
| 78 | + "array-hyper-unique": "^1.1.9", |
79 | 79 | "bluebird": "^3.7.2", |
80 | | - "cjk-conv": "^1.2.87", |
| 80 | + "cjk-conv": "^1.2.115", |
81 | 81 | "crlf-normalize": "^1.0.5", |
82 | 82 | "debug-color2": "^1.2.3", |
83 | 83 | "deepmerge-plus": "^2.1.3", |
84 | 84 | "epub-maker2": "^3.0.3", |
85 | | - "execall2": "^1.1.4", |
86 | | - "fs-iconv": "^3.0.9", |
| 85 | + "execall2": "^2.0.7", |
| 86 | + "fs-iconv": "^3.0.11", |
87 | 87 | "is-relative": "^1.0.0", |
88 | 88 | "lazy-url": "^1.0.10", |
89 | | - "lodash": "^4.17.15", |
| 89 | + "lodash": "^4.17.19", |
90 | 90 | "markdown-it": "^11.0.0", |
91 | 91 | "markdown-it-emoji": "^1.4.0", |
92 | 92 | "markdown-it-footnote": "^3.0.2", |
|
97 | 97 | "markdown-it-toc-and-anchor": "^4.2.0", |
98 | 98 | "moment": "^2.27.0", |
99 | 99 | "node-novel-globby": "^2.0.18", |
100 | | - "node-novel-info": "^3.0.7", |
101 | | - "path-dir-normalize": "^1.0.11", |
102 | | - "regexp-cjk": "^3.3.53", |
103 | | - "regexp-cjk-plugin-extra": "^1.0.21", |
104 | | - "str-util": "^2.3.24", |
| 100 | + "node-novel-info": "^3.0.11", |
| 101 | + "path-dir-normalize": "^1.0.17", |
| 102 | + "regexp-cjk": "^3.3.81", |
| 103 | + "regexp-cjk-plugin-extra": "^1.0.27", |
| 104 | + "str-util": "^2.3.26", |
105 | 105 | "transliteration": "^2.1.11", |
106 | 106 | "uuid-by-string": "^3.0.2", |
107 | | - "yargs": "^15.3.1" |
| 107 | + "yargs": "^15.4.1" |
108 | 108 | } |
109 | 109 | } |
0 commit comments