mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-09 17:23:42 +00:00
07d30d9ad1
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
805 B
JSON
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.1",
|
|
"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.7.3"
|
|
}
|
|
}
|