Skip to content

Commit

Permalink
update package.json too
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 9, 2023
1 parent 6d0f45b commit af4b9ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -60,7 +60,7 @@
"fg-loadcss": "^3.1.0",
"fs-extra": "^11.1.1",
"lodash": "^4.17.21",
"luxon": "^3.2.0",
"luxon": "^3.2.1",
"lz-string": "^1.5.0",
"markdown-to-jsx": "^7.2.0",
"marked": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers-pro/package.json
Expand Up @@ -81,7 +81,7 @@
"@types/luxon": "^3.2.0",
"date-fns": "^2.29.3",
"dayjs": "^1.11.7",
"luxon": "^3.2.0",
"luxon": "^3.2.1",
"moment": "^2.29.4"
},
"setupFiles": [
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/package.json
Expand Up @@ -108,7 +108,7 @@
"date-fns": "^2.29.3",
"date-fns-jalali": "^2.13.0-0",
"dayjs": "^1.11.7",
"luxon": "^3.2.0",
"luxon": "^3.2.1",
"moment": "^2.29.4",
"moment-hijri": "^2.1.2",
"moment-jalaali": "^0.9.6"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -9581,10 +9581,10 @@ lru-cache@^6.0.0:
dependencies:
yallist "^4.0.0"

luxon@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.2.0.tgz#7962c5dafcd3623e70e222882be49b381e7a8718"
integrity sha512-Namj3XqoJjFekq/JHQEaaAv4zyE/fyyDBrMEBnIL2s/X54SC8W5Ea0uej1TRXUArWec8OojsAVsGBYhNRjpMVw==
luxon@^3.2.1:
version "3.3.0"
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.3.0.tgz#d73ab5b5d2b49a461c47cedbc7e73309b4805b48"
integrity sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg==

lz-string@^1.4.4, lz-string@^1.5.0:
version "1.5.0"
Expand Down

0 comments on commit af4b9ae

Please sign in to comment.