Skip to content

Commit

Permalink
devdeps(typescript): upgrade to 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Jan 17, 2024
1 parent 6210ff2 commit fc25ffd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ I started `@typegoose/auto-increment` because `mongoose-auto-increment` and `mon
## Requirements

- Node 16.20.1+
- TypeScript 4.9+ (older versions could work, but are not tested)
- TypeScript 5.3+ (older versions could work, but are not tested)
- mongoose 8.0.1+

## 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": "5.0.5",
"semantic-release": "^19.0.5",
"ts-jest": "^29.1.1",
"typescript": "~4.9.5"
"typescript": "~5.3.3"
},
"dependencies": {
"loglevel": "^1.8.1",
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6844,16 +6844,11 @@ type-fest@^1.0.2:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==

"typescript@^4.6.4 || ^5.2.2":
"typescript@^4.6.4 || ^5.2.2", typescript@~5.3.3:
version "5.3.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==

typescript@~4.9.5:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

uglify-js@^3.1.4:
version "3.14.2"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.14.2.tgz#d7dd6a46ca57214f54a2d0a43cad0f35db82ac99"
Expand Down

0 comments on commit fc25ffd

Please sign in to comment.