Update luxon dependecy

This commit is contained in:
calli
2025-04-23 12:31:19 +03:00
parent fa5f79068f
commit d433f5420e
2 changed files with 19 additions and 17 deletions

32
package-lock.json generated
View File

@@ -22,7 +22,7 @@
"chart.js": "^4.4.7", "chart.js": "^4.4.7",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"eslint": "8.42.0", "eslint": "8.42.0",
"luxon": "^3.3.0", "luxon": "^3.6.1",
"next": "^14.2.23", "next": "^14.2.23",
"next-plausible": "^3.12.0", "next-plausible": "^3.12.0",
"react": "^18.3.1", "react": "^18.3.1",
@@ -37,7 +37,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/crypto-js": "^4.1.1", "@types/crypto-js": "^4.1.1",
"@types/luxon": "^3.3.0", "@types/luxon": "^3.6.1",
"@types/react-color": "^3.0.7", "@types/react-color": "^3.0.7",
"@types/three": "^0.152.1", "@types/three": "^0.152.1",
"eslint-config-next": "^14.2.23", "eslint-config-next": "^14.2.23",
@@ -2516,10 +2516,11 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/luxon": { "node_modules/@types/luxon": {
"version": "3.3.0", "version": "3.6.1",
"resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.3.0.tgz", "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.6.1.tgz",
"integrity": "sha512-uKRI5QORDnrGFYgcdAVnHvEIvEZ8noTpP/Bg+HeUzZghwinDlIS87DEenV5r1YoOF9G4x600YsUXLWZ19rmTmg==", "integrity": "sha512-GEo4k1yY5PBaPLqEbk+vp2LhVCKPa/TQlTjuCf3exvx6fjB+jVuDa/Zopi8eznEkJf8yeZRzSK/kzG14g5aXPQ==",
"dev": true "dev": true,
"license": "MIT"
}, },
"node_modules/@types/mysql": { "node_modules/@types/mysql": {
"version": "2.15.26", "version": "2.15.26",
@@ -6459,9 +6460,10 @@
} }
}, },
"node_modules/luxon": { "node_modules/luxon": {
"version": "3.3.0", "version": "3.6.1",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz", "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.6.1.tgz",
"integrity": "sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg==", "integrity": "sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ==",
"license": "MIT",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
} }
@@ -10963,9 +10965,9 @@
"dev": true "dev": true
}, },
"@types/luxon": { "@types/luxon": {
"version": "3.3.0", "version": "3.6.1",
"resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.3.0.tgz", "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.6.1.tgz",
"integrity": "sha512-uKRI5QORDnrGFYgcdAVnHvEIvEZ8noTpP/Bg+HeUzZghwinDlIS87DEenV5r1YoOF9G4x600YsUXLWZ19rmTmg==", "integrity": "sha512-GEo4k1yY5PBaPLqEbk+vp2LhVCKPa/TQlTjuCf3exvx6fjB+jVuDa/Zopi8eznEkJf8yeZRzSK/kzG14g5aXPQ==",
"dev": true "dev": true
}, },
"@types/mysql": { "@types/mysql": {
@@ -13688,9 +13690,9 @@
} }
}, },
"luxon": { "luxon": {
"version": "3.3.0", "version": "3.6.1",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz", "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.6.1.tgz",
"integrity": "sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg==" "integrity": "sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ=="
}, },
"magic-string": { "magic-string": {
"version": "0.30.17", "version": "0.30.17",

View File

@@ -24,7 +24,7 @@
"chart.js": "^4.4.7", "chart.js": "^4.4.7",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"eslint": "8.42.0", "eslint": "8.42.0",
"luxon": "^3.3.0", "luxon": "^3.6.1",
"next": "^14.2.23", "next": "^14.2.23",
"next-plausible": "^3.12.0", "next-plausible": "^3.12.0",
"react": "^18.3.1", "react": "^18.3.1",
@@ -39,7 +39,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/crypto-js": "^4.1.1", "@types/crypto-js": "^4.1.1",
"@types/luxon": "^3.3.0", "@types/luxon": "^3.6.1",
"@types/react-color": "^3.0.7", "@types/react-color": "^3.0.7",
"@types/three": "^0.152.1", "@types/three": "^0.152.1",
"eslint-config-next": "^14.2.23", "eslint-config-next": "^14.2.23",