mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-11 10:13:42 +00:00
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.4.3 to 3.5.0 - [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md) - [Commits](https://github.com/moment/luxon/compare/3.4.3...3.5.0) Updates `@types/luxon` from 3.3.2 to 3.4.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-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/luxon" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
Generated
+8
-8
@@ -14,7 +14,7 @@
|
||||
"@angular/core": "19.0.1",
|
||||
"@angular/platform-browser": "19.0.1",
|
||||
"@angular/platform-browser-dynamic": "19.0.1",
|
||||
"luxon": "3.4.3",
|
||||
"luxon": "3.5.0",
|
||||
"rxjs": "7.8.1",
|
||||
"tslib": "2.8.1",
|
||||
"zone.js": "0.15.0"
|
||||
@@ -23,7 +23,7 @@
|
||||
"@angular/build": "19.0.1",
|
||||
"@angular/cli": "19.0.1",
|
||||
"@angular/compiler-cli": "19.0.1",
|
||||
"@types/luxon": "3.3.2",
|
||||
"@types/luxon": "3.4.2",
|
||||
"@types/node": "22.10.1",
|
||||
"prettier": "3.4.1",
|
||||
"typescript": "5.6.3"
|
||||
@@ -3128,9 +3128,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/luxon": {
|
||||
"version": "3.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.3.2.tgz",
|
||||
"integrity": "sha512-l5cpE57br4BIjK+9BSkFBOsWtwv6J9bJpC7gdXIzZyI0vuKvNTk0wZZrkQxMGsUAuGW9+WMNWF2IJMD7br2yeQ==",
|
||||
"version": "3.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.4.2.tgz",
|
||||
"integrity": "sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
@@ -5021,9 +5021,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/luxon": {
|
||||
"version": "3.4.3",
|
||||
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.3.tgz",
|
||||
"integrity": "sha512-tFWBiv3h7z+T/tDaoxA8rqTxy1CHV6gHS//QdaH4pulbq/JuBSGgQspQQqcgnwdAx6pNI7cmvz5Sv/addzHmUg==",
|
||||
"version": "3.5.0",
|
||||
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.5.0.tgz",
|
||||
"integrity": "sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
|
||||
+2
-2
@@ -15,7 +15,7 @@
|
||||
"@angular/core": "19.0.1",
|
||||
"@angular/platform-browser": "19.0.1",
|
||||
"@angular/platform-browser-dynamic": "19.0.1",
|
||||
"luxon": "3.4.3",
|
||||
"luxon": "3.5.0",
|
||||
"rxjs": "7.8.1",
|
||||
"tslib": "2.8.1",
|
||||
"zone.js": "0.15.0"
|
||||
@@ -24,7 +24,7 @@
|
||||
"@angular/build": "19.0.1",
|
||||
"@angular/cli": "19.0.1",
|
||||
"@angular/compiler-cli": "19.0.1",
|
||||
"@types/luxon": "3.3.2",
|
||||
"@types/luxon": "3.4.2",
|
||||
"@types/node": "22.10.1",
|
||||
"prettier": "3.4.1",
|
||||
"typescript": "5.6.3"
|
||||
|
||||
Reference in New Issue
Block a user