Files
itsfiveoclockwhere/package.json
T
dependabot[bot] c8ab65f6b9 Bump rxjs from 7.8.1 to 7.8.2
Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.8.1 to 7.8.2.
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.2/CHANGELOG.md)
- [Commits](https://github.com/reactivex/rxjs/compare/7.8.1...7.8.2)

---
updated-dependencies:
- dependency-name: rxjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 21:47:48 +00:00

33 lines
805 B
JSON

{
"name": "itsfiveoclockwhere",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development"
},
"private": true,
"dependencies": {
"@angular/animations": "19.1.6",
"@angular/common": "19.1.6",
"@angular/compiler": "19.1.6",
"@angular/core": "19.1.6",
"@angular/platform-browser": "19.1.6",
"@angular/platform-browser-dynamic": "19.1.6",
"luxon": "3.5.0",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular/build": "19.1.7",
"@angular/cli": "19.1.7",
"@angular/compiler-cli": "19.1.6",
"@types/luxon": "3.4.2",
"@types/node": "22.13.4",
"prettier": "3.4.1",
"typescript": "5.6.3"
}
}