Update dependency luxon to v3
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit

This commit is contained in:
renovate 2022-10-21 20:10:10 +00:00
parent 6974ac1663
commit 58827d880e
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -2152,9 +2152,9 @@
"dev": true
},
"@types/luxon": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-2.3.1.tgz",
"integrity": "sha512-nAPUltOT28fal2eDZz8yyzNhBjHw1NEymFBP7Q9iCShqpflWPybxHbD7pw/46jQmT+HXOy1QN5hNTms8MOTlOQ==",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.0.2.tgz",
"integrity": "sha512-HM2OVWckUMmXbWYZufmWT2XMURGDZ6XbyNyQ+Lx+gCFGFqbZaIjsz7b+AGeGP/AuVYHBiuGY+wXfweP1RremnA==",
"dev": true
},
"@types/mime": {
@ -6364,9 +6364,9 @@
}
},
"luxon": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-2.3.2.tgz",
"integrity": "sha512-MlAQQVMFhGk4WUA6gpfsy0QycnKP0+NlCBJRVRNPxxSIbjrCbQ65nrpJD3FVyJNZLuJ0uoqL57ye6BmDYgHaSw=="
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.0.4.tgz",
"integrity": "sha512-aV48rGUwP/Vydn8HT+5cdr26YYQiUZ42NM6ToMoaGKwYfWbfLeRkEu1wXWMHBZT6+KyLfcbbtVcoQFCbbPjKlw=="
},
"magic-string": {
"version": "0.25.7",

View File

@ -21,7 +21,7 @@
"@angular/platform-browser-dynamic": "^13.3.3",
"@angular/router": "^13.3.3",
"core-js": "^2.6.12",
"luxon": "^2.3.2",
"luxon": "^3.0.0",
"rxjs": "^7.0.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.5"
@ -34,7 +34,7 @@
"@types/jasmine": "~4.0.0",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^16.11.27",
"@types/luxon": "^2.3.1",
"@types/luxon": "^3.0.0",
"codelyzer": "^6.0.2",
"jasmine-core": "~4.1.0",
"jasmine-spec-reporter": "~7.0.0",