Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Jun 30, 2020
1 parent f699fd2 commit d9c8d6b
Show file tree
Hide file tree
Showing 7 changed files with 2,600 additions and 64 deletions.
6 changes: 6 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"*.map",
"*.spec.*",
"*.test.*",
"dist_novel/",
"**/dist_novel/**",
"packages/cjk-conv/test/list.ts",
".gitrepo"
],
Expand All @@ -24,6 +26,10 @@
"conventionalCommits": true,
"conventionalGraduate": false
},
"version": {
"conventionalCommits": true,
"changelogPreset": "@bluelovers/conventional-changelog-bluelovers"
},
"run": {
"stream": true
},
Expand Down
4 changes: 2 additions & 2 deletions lib/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* Created by user on 2018/9/16/016.
*/

import * as crossSpawn from 'cross-spawn-extra';
import * as path from 'path';
import crossSpawn from 'cross-spawn-extra';
import path from 'path';
import ProjectConfig from '../project.config';
import { array_unique, lazy_unique } from 'array-hyper-unique';
import { defaultSortCallback } from '@node-novel/sort';
Expand Down
64 changes: 23 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"prepublishOnly": "npm run test",
"check-updates": "npx yarn-tool ncu -u && npx yarn-tool sort",
"create-new-locale": "ts-node ./bin/_create_locale",
"do-init": "npm run check-updates && npm run do-install",
"do-install": "npx yarn-tool install",
"do-init": "npm run check-updates && npm run do-install",
"git-commit-msg-only": "git commit --only --allow-empty",
"git-gc2": "git count-objects && git gc && git fsck --full && git count-objects",
"git-gc2-dist_novel": "cd dist_novel && git count-objects && git gc && git fsck --full && git count-objects",
Expand All @@ -63,39 +63,39 @@
"dependencies": {
"@bluelovers/fast-glob": "^3.0.4",
"@bluelovers/tsconfig": "^1.0.19",
"@node-novel/layout": "^2.0.9",
"@node-novel/md-loader": "^1.0.9",
"@node-novel/pattern-split": "^1.1.12",
"@node-novel/txt-split": "^1.1.11",
"@node-novel/layout": "^2.0.13",
"@node-novel/md-loader": "^1.0.11",
"@node-novel/pattern-split": "^1.1.21",
"@node-novel/txt-split": "^1.1.15",
"@types/diff": "^4.0.2",
"array-hyper-unique": "^1.1.2",
"array-hyper-unique": "^1.1.8",
"bluebird": "^3.7.2",
"cjk-conv": "^1.2.83",
"crlf-normalize": "^1.0.3",
"cjk-conv": "^1.2.92",
"crlf-normalize": "^1.0.5",
"cross-spawn-extra": "^2.1.0",
"debug-color2": "^1.1.7",
"debug-color2": "^1.2.3",
"deepmerge-plus": "^2.1.3",
"diff": "^4.0.2",
"escape-string-regexp": "^4.0.0",
"execall2": "^1.1.4",
"fast-glob": "^3.2.2",
"execall2": "^2.0.2",
"fast-glob": "^3.2.4",
"fs-extra": "^9.0.1",
"fs-iconv": "^3.0.7",
"fs-iconv": "^3.0.9",
"glob-escape": "^0.0.2",
"i18next": "^19.4.5",
"iconv-jschardet": "^2.0.8",
"i18next": "^19.5.1",
"iconv-jschardet": "^2.0.9",
"json5": "latest",
"node-novel-globby": "^2.0.18",
"node-novel-info": "^3.0.5",
"novel-segment-cli": "^1.1.27",
"novel-txt-merge": "^1.0.26",
"node-novel-info": "^3.0.7",
"novel-segment-cli": "^1.1.34",
"novel-txt-merge": "^1.0.27",
"prettyuse": "^0",
"regexp-cjk": "^3.3.49",
"regexp-cjk": "^3.3.58",
"regexp-parser-literal": "^1",
"str-util": "^2.3.22",
"tieba-harmony": "^2.0.8",
"ts-type": "^1.2.17",
"upath2": "^3.0.5",
"str-util": "^2.3.25",
"tieba-harmony": "^2.0.12",
"ts-type": "^1.2.23",
"upath2": "^3.1.4",
"yargs": "^15"
},
"devDependencies": {
Expand All @@ -106,28 +106,10 @@
"@types/fs-extra": "^9",
"@types/i18next": "^13",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.13"
"@types/node": "^14.0.14"
},
"optionalDependencies": {},
"engines": {
"node": ">=10"
},
"resolutions_": {
"@sindresorhus/is": "*",
"abbrev": "*",
"ansi-regex": "*",
"ansi-styles": "*",
"array-uniq": "*",
"camelcase": "*",
"chalk": "*",
"cjk-conv": "*",
"cross-spawn": "*",
"find-up": "*",
"fs-extra": "*",
"regexp-cjk": "*",
"string-width": "*",
"string_decoder": "*",
"strip-ansi": "*",
"supports-color": "*"
}
}
22 changes: 11 additions & 11 deletions packages/layout-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,27 @@
},
"dependencies": {
"@bluelovers/fast-glob": "^3.0.4",
"@node-novel/layout": "^2.0.9",
"@node-novel/layout": "^2.0.13",
"@node-novel/layout-pattern": "^1.0.21",
"@node-novel/layout-reporter": "^1.0.5",
"@types/diff": "^4.0.2",
"@yarn-tool/is-npx": "^1.0.4",
"@yarn-tool/update-notifier": "^1.0.11",
"@yarn-tool/update-notifier": "^1.0.13",
"bluebird": "^3.7.2",
"debug-color2": "^1.1.7",
"debug-color2": "^1.2.3",
"deepmerge-plus": "^2.1.3",
"diff": "^4.0.2",
"execall2": "^1.1.4",
"fs-iconv": "^3.0.7",
"execall2": "^2.0.2",
"fs-iconv": "^3.0.9",
"is-npx": "^1.0.0",
"node-novel-globby": "^2.0.18",
"node-novel-info": "^3.0.5",
"node-novel-info": "^3.0.7",
"prettyuse": "^0.0.0",
"regexp-cjk": "^3.3.49",
"regexp-helper": "^1.0.12",
"str-util": "^2.3.22",
"tieba-harmony": "^2.0.8",
"upath2": "^3.0.5",
"regexp-cjk": "^3.3.58",
"regexp-helper": "^1.0.13",
"str-util": "^2.3.25",
"tieba-harmony": "^2.0.12",
"upath2": "^3.1.4",
"yargs": "^15.3.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/layout-pattern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"tsc:esm": "tsc -p tsconfig.esm.json"
},
"dependencies": {
"@node-novel/layout": "^2.0.9",
"debug-color2": "^1.1.7",
"@node-novel/layout": "^2.0.13",
"debug-color2": "^1.2.3",
"deepmerge-plus": "^2.1.3",
"regexp-cjk": "^3.3.49",
"regexp-helper": "^1.0.12",
"str-util": "^2.3.22",
"tieba-harmony": "^2.0.8"
"regexp-cjk": "^3.3.58",
"regexp-helper": "^1.0.13",
"str-util": "^2.3.25",
"tieba-harmony": "^2.0.12"
},
"devDependencies": {
"@bluelovers/fast-glob": "^3.0.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/layout-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"tsc:esm": "tsc -p tsconfig.esm.json"
},
"dependencies": {
"array-chunk-split": "^1.0.3",
"array-hyper-unique": "^1.1.2",
"execall2": "^1.1.4",
"array-chunk-split": "^1.0.5",
"array-hyper-unique": "^1.1.8",
"execall2": "^2.0.2",
"json5": "^2.1.3",
"string-natural-compare": "^3.0.1",
"ts-type": "^1.2.17"
"ts-type": "^1.2.23"
},
"devDependencies": {
"@types/json5": "^0.0.30"
Expand Down
Loading

0 comments on commit d9c8d6b

Please sign in to comment.