Files
itsfiveoclockwhere/package.json
T
dependabot[bot] 6fc136aa89 Bump luxon and @types/luxon
Bumps [luxon](https://github.com/moment/luxon) and [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon). These dependencies needed to be updated together.

Updates `luxon` from 3.5.0 to 3.6.1
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moment/luxon/compare/3.5.0...3.6.1)

Updates `@types/luxon` from 3.4.2 to 3.6.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon)

---
updated-dependencies:
- dependency-name: luxon
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/luxon"
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-13 01:09:27 +00:00

33 lines
815 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.2.10",
"@angular/common": "19.2.10",
"@angular/compiler": "19.2.10",
"@angular/core": "19.2.10",
"@angular/platform-browser": "19.2.10",
"@angular/platform-browser-dynamic": "19.2.10",
"luxon": "3.6.1",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular/build": "19.2.11",
"@angular/cli": "19.2.11",
"@angular/compiler-cli": "19.2.10",
"@types/luxon": "3.6.2",
"@types/node": "22.15.17",
"prettier": "3.5.3",
"typescript": "5.8.3"
}
}