upgrade to Luxon 2.x [#9]

This commit is contained in:
Daniel Waxweiler 2021-08-24 18:10:23 +02:00
parent 4707fedee0
commit 70e0d96e1f
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"graphql": "^15.5.1",
"graphql-request": "^3.5.0",
"luxon": "^1.28.0",
"luxon": "^2.0.2",
"object-hash": "^2.2.0"
},
"devDependencies": {
@ -6663,9 +6663,9 @@
}
},
"node_modules/luxon": {
"version": "1.28.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.0.tgz",
"integrity": "sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-2.0.2.tgz",
"integrity": "sha512-ZRioYLCgRHrtTORaZX1mx+jtxKtKuI5ZDvHNAmqpUzGqSrR+tL4FVLn/CUGMA3h0+AKD1MAxGI5GnCqR5txNqg==",
"engines": {
"node": "*"
}
@ -17080,9 +17080,9 @@
}
},
"luxon": {
"version": "1.28.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.0.tgz",
"integrity": "sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ=="
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-2.0.2.tgz",
"integrity": "sha512-ZRioYLCgRHrtTORaZX1mx+jtxKtKuI5ZDvHNAmqpUzGqSrR+tL4FVLn/CUGMA3h0+AKD1MAxGI5GnCqR5txNqg=="
},
"make-dir": {
"version": "3.1.0",

View File

@ -22,7 +22,7 @@
"dependencies": {
"graphql": "^15.5.1",
"graphql-request": "^3.5.0",
"luxon": "^1.28.0",
"luxon": "^2.0.2",
"object-hash": "^2.2.0"
},
"devDependencies": {