mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-07-26 10:28:45 +00:00
73aba2edf4
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
804 B
JSON
32 lines
804 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": "20.3.4",
|
|
"@angular/common": "20.3.4",
|
|
"@angular/compiler": "20.3.4",
|
|
"@angular/core": "20.3.4",
|
|
"@angular/platform-browser": "20.3.4",
|
|
"@angular/platform-browser-dynamic": "20.3.4",
|
|
"luxon": "3.7.2",
|
|
"rxjs": "7.8.2",
|
|
"tslib": "2.8.1",
|
|
"zone.js": "0.15.1"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/build": "20.3.5",
|
|
"@angular/cli": "20.3.5",
|
|
"@angular/compiler-cli": "20.3.4",
|
|
"@types/luxon": "3.7.1",
|
|
"@types/node": "22.16.5",
|
|
"prettier": "3.6.2",
|
|
"typescript": "5.9.3"
|
|
}
|
|
} |