Skip to content

Commit

Permalink
dependencies(@types/node): upgrade to 16.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Apr 29, 2023
1 parent 9c09ed6 commit d2739b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/guides/quick-start-guide.md
Expand Up @@ -107,7 +107,7 @@ Like `public: string[]` is in reflection only `Array`.
### Requirements

- TypeScript version `^4.9` (since 10.0) is recommended, though older ones may also work
- NodeJS `^14.17.0`
- NodeJS `^14.17.0` (and `@types/node@16`)
- Mongoose `~7.0.3`
- A IDE that supports TypeScript linting is recommended to be used (VSCode is recommended)
- This Guide expects you to know how Mongoose (or at least its models) works
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
"@tsd/typescript": "~4.9.5",
"@types/jest": "^29.5.1",
"@types/lodash": "^4.14.194",
"@types/node": "~14.14.31",
"@types/node": "~16.11.7",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2139,10 +2139,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.10.tgz#4ee2171c3306a185d1208dad5f44dae3dee4cfe3"
integrity sha512-9avDaQJczATcXgfmMAW3MIWArOO7A+m90vuCFLr8AotWf8igO/mRoYukrk2cqZVtv38tHs33retzHEilM7FpeQ==

"@types/node@~14.14.31":
version "14.14.45"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.45.tgz#ec2dfb5566ff814d061aef7e141575aedba245cf"
integrity sha512-DssMqTV9UnnoxDWu959sDLZzfvqCF0qDNRjaWeYSui9xkFe61kKo4l1TWNTQONpuXEm+gLMRvdlzvNHBamzmEw==
"@types/node@~16.11.7":
version "16.11.68"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.68.tgz#30ee923f4d940793e0380f5ce61c0bd4b7196b6c"
integrity sha512-JkRpuVz3xCNCWaeQ5EHLR/6woMbHZz/jZ7Kmc63AkU+1HxnoUugzSWMck7dsR4DvNYX8jp9wTi9K7WvnxOIQZQ==

"@types/normalize-package-data@^2.4.0":
version "2.4.1"
Expand Down

0 comments on commit d2739b9

Please sign in to comment.