Skip to content

Commit

Permalink
chore(deps): Add peer dependency support for Luxon 3 (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorr authored Oct 27, 2022
1 parent bc4f4f2 commit 008a0ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/luxon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "rollup -c && tsc -p tsconfig.declaration.json"
},
"peerDependencies": {
"luxon": "^1.21.3 || ^2.x"
"luxon": "^1.21.3 || ^2.x || ^3.x"
},
"peerDependenciesMeta": {
"luxon": {
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/luxon": "^1.27.1",
"luxon": "^2.0.2",
"luxon": "^3.0.4",
"rollup": "^2.0.2",
"typescript": "^3.7.2"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5002,10 +5002,10 @@ lru-cache@^5.1.1:
dependencies:
yallist "^3.0.2"

luxon@^2.0.2:
version "2.3.0"
resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.3.0.tgz#bf16a7e642513c2a20a6230a6a41b0ab446d0045"
integrity sha512-gv6jZCV+gGIrVKhO90yrsn8qXPKD8HYZJtrUDSfEbow8Tkw84T9OnCyJhWvnJIaIF/tBuiAjZuQHUt1LddX2mg==
luxon@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.0.4.tgz#d179e4e9f05e092241e7044f64aaa54796b03929"
integrity sha512-aV48rGUwP/Vydn8HT+5cdr26YYQiUZ42NM6ToMoaGKwYfWbfLeRkEu1wXWMHBZT6+KyLfcbbtVcoQFCbbPjKlw==

macos-release@^2.2.0:
version "2.3.0"
Expand Down

0 comments on commit 008a0ff

Please sign in to comment.