Skip to content

Commit

Permalink
Fix README.md * Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anmiles committed Mar 26, 2024
1 parent 519dc42 commit 48fa6d2
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 70 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [10.0.5](../../tags/v10.0.5) - 2024-03-26
### Changed
- Fix README.md
- Update dependencies

## [10.0.4](../../tags/v10.0.4) - 2024-03-20
### Changed
- `fs` to always ensure directory when write file
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Provides prototype extensions for native JS modules
- `String.prototype.htmlEscape` - escape HTML-sensitive string
- `String.prototype.urlEscape` - escape string to make it URL-safe
- `String.prototype.regexEscape` - escape regular expression
- `String.prototype.beautify` - unifies similar special symbols
- `String.prototype.toFilename` - converts string into a valid filename
- `String.prototype.beautify` - unify similar special symbols
- `String.prototype.toFilename` - convert string into a valid filename

### Array

Expand Down
128 changes: 64 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"iconv-lite": "^0.6.3"
},
"devDependencies": {
"@anmiles/eslint-config": "^7.1.1",
"@anmiles/tsconfig": "^3.0.1",
"@anmiles/eslint-config": "^7.1.2",
"@anmiles/tsconfig": "^3.0.2",
"@stylistic/eslint-plugin": "^1.7.0",
"@types/event-emitter": "^0.3.5",
"@types/jest": "^29.5.12",
"@types/mock-fs": "^4.13.4",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-align-assignments": "^1.1.2",
Expand Down

0 comments on commit 48fa6d2

Please sign in to comment.