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

View File

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