Skip to content

Commit

Permalink
dependencies(typescript): upgrade to 4.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Dec 9, 2022
1 parent 6d708f4 commit 5ccbe95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ I started `@typegoose/auto-increment` because `mongoose-auto-increment` and `mon
## Requirements

- Node 12.22.0+
- TypeScript 4.4+ (older versions could work, but are not tested)
- TypeScript 4.8+ (older versions could work, but are not tested)
- mongoose 6.7.0+

## Install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rimraf": "3.0.2",
"semantic-release": "^17.4.7",
"ts-jest": "^28.0.8",
"typescript": "~4.4.4"
"typescript": "~4.8.4"
},
"dependencies": {
"loglevel": "^1.8.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7423,10 +7423,10 @@ typescript@^4.4.3:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88"
integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==

typescript@~4.4.4:
version "4.4.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
typescript@~4.8.4:
version "4.8.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==

uglify-js@^3.1.4:
version "3.14.2"
Expand Down

0 comments on commit 5ccbe95

Please sign in to comment.