Skip to content

Commit

Permalink
'dependencies'
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Nov 21, 2023
1 parent 8b4f623 commit 6ed0499
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 102 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.1.8 / 2023-11-21

### :tada: Enhancements
- Updated dependencies: @typescript-eslint/eslint-plugin, @typescript-eslint/parser, typescript

# 3.1.7 / 2023-11-18

### :tada: Enhancements
Expand Down
198 changes: 99 additions & 99 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@
"homepage": "https://siarheidudko.github.io/objectstream/index.html",
"devDependencies": {
"@types/node": "^20.8.4",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"engines": {
"node": ">=10"
Expand Down

0 comments on commit 6ed0499

Please sign in to comment.