Skip to content

Commit 706bcf2

Browse files
authored
build: update to latest luxon (#32098)
We were several minor version behind on Luxon. These changes bump to the latest one.
1 parent afe4d06 commit 706bcf2

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@angular/ssr": "catalog:",
4848
"@angular/youtube-player": "workspace:*",
4949
"@stackblitz/sdk": "^1.11.0",
50-
"luxon": "^3.0.0",
50+
"luxon": "^3.7.2",
5151
"path-normalize": "^7.0.0",
5252
"rxjs": "catalog:",
5353
"tslib": "^2.3.0",

docs/src/assets/stackblitz/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/assets/stackblitz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@angular/platform-browser": "^20.2.0",
2222
"@angular/platform-browser-dynamic": "^20.2.0",
2323
"@angular/router": "^20.2.0",
24-
"luxon": "^3.0.0",
24+
"luxon": "^3.7.2",
2525
"rxjs": "~7.8.0",
2626
"tslib": "^2.3.0",
2727
"zone.js": "~0.15.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@types/google.maps": "^3.54.10",
6666
"@types/youtube": "0.1.2",
6767
"date-fns": "^4.1.0",
68-
"luxon": "^3.0.0",
68+
"luxon": "^3.7.2",
6969
"moment": "^2.29.1",
7070
"rxjs": "catalog:",
7171
"rxjs-tslint-rules": "^4.34.8",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/material-luxon-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"peerDependencies": {
1515
"@angular/material": "0.0.0-PLACEHOLDER",
1616
"@angular/core": "0.0.0-NG",
17-
"luxon": "^3.0.0"
17+
"luxon": "^3.7.2"
1818
},
1919
"devDependencies": {
2020
"@angular/material": "workspace:*"

0 commit comments

Comments
 (0)