Versions of npm packages have been checked against their latest versions from the npm registry.
✔️ - Standard dependencies are all up-to-date.
⚠️ - 5 Dev dependencies are out-of-date.
- Run all install commands from the directory where the package.json is located.
🟢 is used to display a patch upgrade - typically indicates the release of bug fixes
or small improvements that don't introduce major changes or new features.
🔵 is used to display a minor upgrade - usually introduces new features or enhancements
that are not disruptive to the overall system but may require some attention or testing.
🔴 is used to display a major upgrade - typically involves substantial changes,
such as breaking changes, architectural modifications, or the introduction of
new functionalities that may require significant adaptations or testing.
Dev Dependencies to Update:
🟢 @types/node Update from version 20.3.1 by running npm install -D @types/node@20.3.3
🔵 eslint Update from version 8.43.0 by running npm install -D eslint@8.44.0
🔵 jest Update from version 29.5.0 by running npm install -D jest@29.6.0
🟢 ts-jest Update from version 29.1.0 by running npm install -D ts-jest@29.1.1
🟢 typescript Update from version 5.1.3 by running npm install -D typescript@5.1.6
NPM Dependency Versions Check
Versions of npm packages have been checked against their latest versions from the npm registry.
✔️ - Standard dependencies are all up-to-date. ⚠️ - 5 Dev dependencies are out-of-date.
Dev Dependencies to Update:
@types/node
Update from version20.3.1
by runningnpm install -D @types/node@20.3.3
eslint
Update from version8.43.0
by runningnpm install -D eslint@8.44.0
jest
Update from version29.5.0
by runningnpm install -D jest@29.6.0
ts-jest
Update from version29.1.0
by runningnpm install -D ts-jest@29.1.1
typescript
Update from version5.1.3
by runningnpm install -D typescript@5.1.6