Update luxon

This commit is contained in:
Will Boyd
2024-02-20 13:16:19 -05:00
parent f4abcf0ea7
commit 58a23a3f36
3 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -14,7 +14,7 @@
"commander": "^5.0.0",
"compare-versions": "^3.6.0",
"inquirer": "^7.1.0",
"luxon": "^1.23.0",
"luxon": "^3.4.4",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"turndown": "^7.0.0",
@@ -1254,11 +1254,11 @@
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"node_modules/luxon": {
"version": "1.28.1",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.1.tgz",
"integrity": "sha512-gYHAa180mKrNIUJCbwpmD0aTu9kV0dREDrwNnuyFAsO1Wt0EVYSZelPnJlbj9HplzXX/YWXHFTL45kvZ53M0pw==",
"version": "3.4.4",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.4.tgz",
"integrity": "sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==",
"engines": {
"node": "*"
"node": ">=12"
}
},
"node_modules/mime-db": {
+1 -1
View File
@@ -25,7 +25,7 @@
"commander": "^5.0.0",
"compare-versions": "^3.6.0",
"inquirer": "^7.1.0",
"luxon": "^1.23.0",
"luxon": "^3.4.4",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"turndown": "^7.0.0",
+1 -1
View File
@@ -11,7 +11,7 @@ exports.markdown_file_write_delay = 25;
exports.include_time_with_date = false;
// override post date formatting with a custom formatting string (for example: 'yyyy LLL dd')
// tokens are documented here: https://moment.github.io/luxon/docs/manual/formatting.html#table-of-tokens
// tokens are documented here: https://moment.github.io/luxon/#/parsing?id=table-of-tokens
// if set, this takes precedence over include_time_with_date
exports.custom_date_formatting = '';