Skip to content

Commit

Permalink
[TASK] Update luxon to 3.4.4
Browse files Browse the repository at this point in the history
This commit updates `luxon` to 3.4.4. See changelog at [1].

Executed commands:

    npm install --save luxon@^3.4.4
    npm install --save-dev @types/luxon@^3.4.0
    npm run build

[1] https://github.com/moment/luxon/blob/3.4.4/CHANGELOG.md

Resolves: #102777
Releases: main, 12.4
Change-Id: I15419f8693779b8a51eebd2fb9a3e3d822a247c4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82398
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Andreas Kienast <a.fernandez@scripting-base.de>
Tested-by: Andreas Kienast <a.fernandez@scripting-base.de>
  • Loading branch information
andreaskienast committed Jan 8, 2024
1 parent a27be54 commit 861096e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Build/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Build/package.json
Expand Up @@ -25,7 +25,7 @@
"@types/d3-drag": "^3.0.2",
"@types/d3-selection": "^3.0.4",
"@types/jquery": "2.0.47",
"@types/luxon": "^3.1.0",
"@types/luxon": "^3.4.0",
"@types/mocha": "^10.0.6",
"@types/nprogress": "^0.2.0",
"@types/requirejs": "^2.1.32",
Expand Down Expand Up @@ -162,7 +162,7 @@
"lit": "^3.0.1",
"lit-element": "^4.0.1",
"lit-html": "^3.0.1",
"luxon": "^3.3.0",
"luxon": "^3.4.4",
"mark.js": "^8.11.1",
"muuri": "^0.9.5",
"nprogress": "^0.2.0",
Expand Down

Large diffs are not rendered by default.

0 comments on commit 861096e

Please sign in to comment.