Skip to content

Commit

Permalink
sorter & sortPinyin
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Oct 31, 2023
1 parent b43f0d0 commit c9ccc5b
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 205 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

1. new `sorter` function, see: [sorter](https://github.com/saqqdy/js-cool#sorter)
2. new `sortPinyin` function, see: [sortPinyin](https://github.com/saqqdy/js-cool#sortpinyin)
3. upgrade all packages

## 2023.10.27 v5.13.0

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,20 @@
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@eslint-sets/eslint-config-ts": "^5.10.0",
"@microsoft/api-extractor": "^7.38.0",
"@microsoft/api-extractor": "^7.38.1",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.4",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@types/activex-excel": "^14.0.8",
"@types/babel__core": "^7.20.3",
"@types/node": "^20.8.7",
"@types/node": "^20.8.9",
"babel-loader": "^9.1.3",
"core-js": "^3.33.1",
"core-js": "^3.33.2",
"cross-env": "^7.0.3",
"eslint": "^8.52.0",
"fast-glob": "^3.3.1",
Expand All @@ -85,13 +85,13 @@
"prettier-config-common": "^1.4.0",
"reinstaller": "^3.0.2",
"rm-all": "^1.1.1",
"rollup": "^4.1.4",
"rollup": "^4.1.5",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"rollup-plugin-visualizer": "^5.9.2",
"tsnd": "^1.1.0",
"typedoc": "^0.25.2",
"typedoc": "^0.25.3",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.2.2",
"zx": "^7.2.3"
Expand Down
Loading

0 comments on commit c9ccc5b

Please sign in to comment.