Skip to content

Commit fdf8f1d

Browse files
committed
chore: update deps
1 parent 35730d2 commit fdf8f1d

File tree

11 files changed

+68
-67
lines changed

11 files changed

+68
-67
lines changed

package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,41 @@
88
"scripts": {
99
"test": "echo \"Error: no test specified\"",
1010
"lerna:publish": "npx lerna publish",
11-
"lerna:publish:yes": "yarn run prepublish:lockfile && npx lerna publish --yes --cd-version patch",
11+
"lerna:publish:yes": "npx lerna publish --yes --cd-version patch",
12+
"preversion": "echo preversion",
1213
"prepublish:lockfile": "ynpx sync-lockfile",
1314
"prepare:fix-ws-links": "ynpx @yarn-tool/fix-ws-links",
1415
"ncu": "npx yarn-tool ncu -u && npx yarn-tool ws exec yarn-tool ncu -- -u",
1516
"sort-package-json": "npx yarn-tool sort && npx yarn-tool ws exec yarn-tool sort"
1617
},
1718
"resolutions": {},
1819
"devDependencies": {
19-
"@bluelovers/tsconfig": "^1.0.19",
20+
"@bluelovers/tsconfig": "^1.0.20",
2021
"@types/autoprefixer": "^9.7.2",
2122
"@types/bluebird": "^3.5.32",
2223
"@types/fs-extra": "^9.0.1",
2324
"@types/he": "^1.1.1",
24-
"@types/html-minifier": "^3.5.3",
25+
"@types/html-minifier": "^4.0.0",
2526
"@types/imagemin": "^7.0.0",
2627
"@types/imagemin-mozjpeg": "^8.0.0",
2728
"@types/imagemin-optipng": "^5.2.0",
2829
"@types/imagemin-pngquant": "^7.0.0",
2930
"@types/imagemin-webp": "^5.1.0",
3031
"@types/is-relative": "^1.0.0",
31-
"@types/jest": "^26.0.0",
32+
"@types/jest": "^26.0.9",
3233
"@types/js-beautify": "^1.11.0",
3334
"@types/jszip": "^3.4.1",
34-
"@types/lodash": "^4.14.155",
35-
"@types/markdown-it": "^10.0.1",
35+
"@types/lodash": "^4.14.159",
36+
"@types/markdown-it": "^10.0.2",
3637
"@types/micromatch": "^4.0.1",
37-
"@types/node": "^14.0.13",
38+
"@types/node": "^14.0.27",
3839
"@types/shortid": "^0.0.29",
39-
"@types/uuid": "^8.0.0",
40+
"@types/uuid": "^8.3.0",
4041
"@types/xml2js": "^0.4.5",
4142
"@types/yargs": "^15.0.5",
42-
"jest": "^26.0.1",
43-
"novel-txt-merge": "^1.0.26",
44-
"ts-jest": "^26.1.0"
43+
"jest": "^26.4.0",
44+
"novel-txt-merge": "^1.0.27",
45+
"ts-jest": "^26.2.0"
4546
},
4647
"peerDependencies": {
4748
"lerna": "^3.22.1"

packages/epub-extract/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@
7575
"@node-novel/epub-util": "^1.0.4",
7676
"cheerio": "^1.0.0-rc.3",
7777
"epub2": "^2.0.2",
78-
"fs-iconv": "^3.0.9",
78+
"fs-iconv": "^3.0.11",
7979
"html-minifier": "^4.0.0",
8080
"node-novel-globby": "^2.0.18",
81-
"node-novel-info": "^3.0.7",
82-
"yargs": "^15.3.1",
83-
"zero-width": "^1.0.13"
81+
"node-novel-info": "^3.0.11",
82+
"yargs": "^15.4.1",
83+
"zero-width": "^1.0.15"
8484
}
8585
}

packages/epub-iconv-segment/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
"tsc:esm": "tsc -p tsconfig.esm.json"
102102
},
103103
"dependencies": {
104-
"@lazy-cjk/zh-convert": "^1.0.18",
104+
"@lazy-cjk/zh-convert": "^1.0.31",
105105
"epub-iconv": "^1.0.12",
106-
"novel-segment-cli": "^1.1.30"
106+
"novel-segment-cli": "^1.1.69"
107107
}
108108
}

packages/epub-iconv/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,18 @@
104104
},
105105
"dependencies": {
106106
"@bluelovers/fast-glob": "^3.0.4",
107-
"@lazy-cjk/zh-convert": "^1.0.18",
107+
"@lazy-cjk/zh-convert": "^1.0.31",
108108
"@node-novel/epub-util": "^1.0.4",
109-
"@yarn-tool/update-notifier": "^1.0.13",
109+
"@yarn-tool/update-notifier": "^1.0.14",
110110
"bluebird": "^3.7.2",
111-
"cjk-conv": "^1.2.87",
111+
"cjk-conv": "^1.2.115",
112112
"debug-color2": "^1.2.3",
113113
"fs-extra": "^9.0.1",
114-
"iconv-jschardet": "^2.0.9",
114+
"iconv-jschardet": "^2.0.11",
115115
"jszip": "^3.5.0",
116116
"sort-object-keys2": "^2.0.3",
117-
"ts-type": "^1.2.23",
118-
"upath2": "^3.0.6",
119-
"yargs": "^15.3.1"
117+
"ts-type": "^1.2.32",
118+
"upath2": "^3.1.6",
119+
"yargs": "^15.4.1"
120120
}
121121
}

packages/epub-maker2/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"npm:publish": "npm publish",
4444
"npm:publish:lerna": "npx lerna publish --yes --cd-version patch",
4545
"prepublish:lockfile": "npx sync-lockfile .",
46-
"prepublishOnly_": "yarn run ncu && yarn run sort-package-json && yarn run test",
46+
"preversion": "yarn run test",
4747
"postpublish_": "git commit -m \"chore(release): publish\" .",
4848
"ncu": "npx yarn-tool ncu -u",
4949
"sort-package-json": "npx yarn-tool sort",
@@ -54,18 +54,18 @@
5454
"defaults"
5555
],
5656
"dependencies": {
57-
"@node-novel/fetch-file-or-url": "^1.1.8",
57+
"@node-novel/fetch-file-or-url": "^1.1.9",
5858
"@types/bluebird": "^3",
5959
"@types/bluebird-global": "^3",
6060
"@types/hash-sum": "^1.0.0",
6161
"@types/jszip": "^3.4.1",
62-
"array-hyper-unique": "^1.1.8",
63-
"autoprefixer": "^9.8.1",
62+
"array-hyper-unique": "^1.1.9",
63+
"autoprefixer": "^9.8.6",
6464
"bluebird": "^3.7.2",
6565
"bluebird-cancellation": "^1.0.14",
6666
"cross-fetch": "^3.0.5",
6767
"debug-color2": "^1.2.3",
68-
"file-type": "^14.6.2",
68+
"file-type": "^14.7.1",
6969
"fs-extra": "^9.0.1",
7070
"fs-iconv": "^3",
7171
"handlebars": "< 4.6 && >= 4.5",
@@ -77,18 +77,18 @@
7777
"imagemin-optipng": "^8.0.0",
7878
"imagemin-pngquant": "^9.0.0",
7979
"imagemin-webp": "^6.0.0",
80-
"js-beautify": "^1.11.0",
80+
"js-beautify": "^1.12.0",
8181
"jszip": "^3.5.0",
8282
"jszip-fixed-date": "^1.0.1",
8383
"moment": "^2.27.0",
84-
"node-novel-info": "^3.0.7",
84+
"node-novel-info": "^3.0.11",
8585
"postcss": "^7.0.32",
8686
"postcss-epub": "^3.0.1",
8787
"postcss-scss": "^2.1.1",
8888
"postcss-strip-inline-comments": "^0.1.5",
8989
"shortid": "^2.2.15",
90-
"slugify": "^1.4.0",
91-
"uuid": "^8.1.0",
90+
"slugify": "^1.4.5",
91+
"uuid": "^8.3.0",
9292
"uuid-by-string": "^3.0.2"
9393
},
9494
"optionalDependencies": {

packages/epub-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/jquery": "*",
3737
"crlf-normalize": "^1.0.5",
3838
"html-minifier": "^4.0.0",
39-
"zero-width": "^1.0.13"
39+
"zero-width": "^1.0.15"
4040
},
4141
"publishConfig": {
4242
"access": "public"

packages/epub2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
"sort-package-json": "npx yarn-tool sort"
5858
},
5959
"dependencies": {
60-
"adm-zip": "^0.4.14",
61-
"array-hyper-unique": "^1.1.8",
60+
"adm-zip": "^0.4.16",
61+
"array-hyper-unique": "^1.1.9",
6262
"bluebird": "^3.7.2",
6363
"crlf-normalize": "^1.0.5",
6464
"xml2js": "^0.4.23"

packages/extract-bad-epub/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@
7474
"@bluelovers/fast-glob": "^3.0.4",
7575
"@node-novel/epub-util": "^1.0.4",
7676
"bluebird": "^3.7.2",
77-
"execall2": "^1.1.4",
78-
"fs-iconv": "^3.0.9",
77+
"execall2": "^2.0.7",
78+
"fs-iconv": "^3.0.11",
7979
"html-minifier": "^4.0.0",
80-
"jsdom-extra": "^3.0.6",
80+
"jsdom-extra": "^3.0.7",
8181
"jszip": "^3.5.0",
82-
"lodash": "^4.17.15",
83-
"node-novel-info": "^3.0.7",
84-
"upath2": "^3.0.6"
82+
"lodash": "^4.17.19",
83+
"node-novel-info": "^3.0.11",
84+
"upath2": "^3.1.6"
8585
},
8686
"publishConfig": {
8787
"access": "public"

packages/jszip-fixed-date/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"scripts": {
2525
"coverage": "npx nyc yarn run test",
2626
"lint": "npx eslint **/*.ts",
27-
"test": "ts-node ./test/demo",
27+
"test": "jest",
2828
"npm:publish": "npm publish",
2929
"npm:publish:lerna": "npx lerna publish --yes --cd-version patch",
3030
"prepublish:lockfile": "npx sync-lockfile .",
31-
"prepublishOnly_": "yarn run ncu && yarn run sort-package-json && yarn run test",
31+
"prepublishOnly": "yarn run test",
3232
"postpublish_": "git commit -m \"chore(release): publish\" .",
3333
"ncu": "npx yarn-tool ncu -u",
3434
"sort-package-json": "npx sort-package-json ./package.json",

packages/novel-epub/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"npm:publish": "npm publish",
5959
"npm:publish:lerna": "npx lerna publish --yes --cd-version patch",
6060
"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",
6262
"prepublishOnly_": "yarn run ncu && yarn run sort-package-json && yarn run test",
6363
"postpublish_": "git commit -m \"chore(release): publish\" .",
6464
"ncu": "npx yarn-tool ncu -u",
@@ -68,25 +68,25 @@
6868
"tsc:esm": "tsc -p tsconfig.esm.json"
6969
},
7070
"dependencies": {
71-
"@lazy-cjk/zh-convert": "^1.0.18",
71+
"@lazy-cjk/zh-convert": "^1.0.31",
7272
"@lazy-glob/sort-tree": "^1.0.5",
7373
"@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",
7676
"@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",
7979
"bluebird": "^3.7.2",
80-
"cjk-conv": "^1.2.87",
80+
"cjk-conv": "^1.2.115",
8181
"crlf-normalize": "^1.0.5",
8282
"debug-color2": "^1.2.3",
8383
"deepmerge-plus": "^2.1.3",
8484
"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",
8787
"is-relative": "^1.0.0",
8888
"lazy-url": "^1.0.10",
89-
"lodash": "^4.17.15",
89+
"lodash": "^4.17.19",
9090
"markdown-it": "^11.0.0",
9191
"markdown-it-emoji": "^1.4.0",
9292
"markdown-it-footnote": "^3.0.2",
@@ -97,13 +97,13 @@
9797
"markdown-it-toc-and-anchor": "^4.2.0",
9898
"moment": "^2.27.0",
9999
"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",
105105
"transliteration": "^2.1.11",
106106
"uuid-by-string": "^3.0.2",
107-
"yargs": "^15.3.1"
107+
"yargs": "^15.4.1"
108108
}
109109
}

0 commit comments

Comments
 (0)