Skip to content

Commit

Permalink
chore(deps): update dependency luxon to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2023
1 parent 726c8d7 commit 0d9155d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions packages/date/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
]
},
"devDependencies": {
"@types/luxon": "2.3.0",
"@types/luxon": "3.3.4",
"@types/jest": "27.4.1",
"@types/pluralize": "0.0.29",
"@typescript-eslint/eslint-plugin": "5.10.0",
Expand All @@ -33,11 +33,11 @@
"lint-staged": "11.1.2",
"ts-jest": "27.1.3",
"typescript": "4.6.2",
"luxon": "2.3.1",
"luxon": "3.4.4",
"typedoc": "0.22.13",
"typedoc-plugin-markdown": "3.11.14"
},
"peerDependencies": {
"luxon": ">= 1.27.0 < 3"
"luxon": "< 4"
}
}
16 changes: 8 additions & 8 deletions packages/date/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -838,10 +838,10 @@
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=

"@types/luxon@2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-2.3.0.tgz#0f4d912c385e47890374cb694da9bc93bacbe2b0"
integrity sha512-mWXdRlg+5dWvxU+uaijB2RY5NrJtMEXR6j+D6W66hPuezSVXrQqQvWa/JNHntgEYgjzeoVRrQVmMWAbKjUJiFQ==
"@types/luxon@3.3.4":
version "3.3.4"
resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.3.4.tgz#cda5c0709a0c4c01ba059c40e62d76610479049a"
integrity sha512-H9OXxv4EzJwE75aTPKpiGXJq+y4LFxjpsdgKwSmr503P5DkWc3AG7VAFYrFNVvqemT5DfgZJV9itYhqBHSGujA==

"@types/node@*":
version "15.12.2"
Expand Down Expand Up @@ -3186,10 +3186,10 @@ lunr@^2.3.9:
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1"
integrity sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==

luxon@2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.3.1.tgz#f276b1b53fd9a740a60e666a541a7f6dbed4155a"
integrity sha512-I8vnjOmhXsMSlNMZlMkSOvgrxKJl0uOsEzdGgGNZuZPaS9KlefpE9KV95QFftlJSC+1UyCC9/I69R02cz/zcCA==
luxon@3.4.4:
version "3.4.4"
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.4.4.tgz#cf20dc27dc532ba41a169c43fdcc0063601577af"
integrity sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==

make-dir@^3.0.0:
version "3.1.0"
Expand Down

0 comments on commit 0d9155d

Please sign in to comment.