Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit 5d7a42b

Browse files
committed
fix(deps): update dependency luxon to v2
1 parent 677ea92 commit 5d7a42b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"homepage": "https://github.com/RaddishIoW/React-RelativeTime#readme",
3434
"dependencies": {
3535
"@babel/runtime": "^7.12.5",
36-
"luxon": "^1.25.0",
36+
"luxon": "^2.0.0",
3737
"react": "^16.0.0 || ^17.0.1 || ^17.0.1",
3838
"react-dom": "^16.0.0 || ^17.0.1 || ^17.0.1"
3939
},
@@ -51,7 +51,7 @@
5151
"@types/babel__preset-env": "7.9.2",
5252
"@types/eslint": "7.28.0",
5353
"@types/jest": "26.0.24",
54-
"@types/luxon": "1.27.1",
54+
"@types/luxon": "2.0.2",
5555
"@types/react": "17.0.19",
5656
"@types/react-dom": "17.0.9",
5757
"@types/testing-library__jest-dom": "5.14.1",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2124,10 +2124,10 @@
21242124
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
21252125
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
21262126

2127-
"@types/luxon@1.27.1":
2128-
version "1.27.1"
2129-
resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-1.27.1.tgz#aceeb2d5be8fccf541237e184e37ecff5faa9096"
2130-
integrity sha512-cPiXpOvPFDr2edMnOXlz3UBDApwUfR+cpizvxCy0n3vp9bz/qe8BWzHPIEFcy+ogUOyjKuCISgyq77ELZPmkkg==
2127+
"@types/luxon@2.0.2":
2128+
version "2.0.2"
2129+
resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-2.0.2.tgz#89db62ab8299ed3a703e75eef525d6bdf94349bc"
2130+
integrity sha512-CUrDlIVYv7TNkdQV8YfT2WGAHyMAwFIT1PXoUcQhX2EFMVL20lxEQHWc73gdJfRtMsI6Vc22HvR7eUN0jkx6+w==
21312131

21322132
"@types/mdast@^3.0.0", "@types/mdast@^3.0.3":
21332133
version "3.0.3"
@@ -6650,10 +6650,10 @@ lru-cache@^6.0.0:
66506650
dependencies:
66516651
yallist "^4.0.0"
66526652

6653-
luxon@^1.25.0:
6654-
version "1.25.0"
6655-
resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.25.0.tgz#d86219e90bc0102c0eb299d65b2f5e95efe1fe72"
6656-
integrity sha512-hEgLurSH8kQRjY6i4YLey+mcKVAWXbDNlZRmM6AgWDJ1cY3atl8Ztf5wEY7VBReFbmGnwQPz7KYJblL8B2k0jQ==
6653+
luxon@^2.0.0:
6654+
version "2.0.2"
6655+
resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.0.2.tgz#11f2cd4a11655fdf92e076b5782d7ede5bcdd133"
6656+
integrity sha512-ZRioYLCgRHrtTORaZX1mx+jtxKtKuI5ZDvHNAmqpUzGqSrR+tL4FVLn/CUGMA3h0+AKD1MAxGI5GnCqR5txNqg==
66576657

66586658
lz-string@^1.4.4:
66596659
version "1.4.4"

0 commit comments

Comments
 (0)