diff --git a/package-lock.json b/package-lock.json index 73e2d74..7422f73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@voxpelli/eslint-config": "^23.0.0", - "@voxpelli/tsconfig": "^15.1.2", + "@voxpelli/tsconfig": "^16.1.0", "browser-sync": "^3.0.4", "eslint": "^9.29.0", "typescript": "~5.8.3" @@ -598,6 +598,7 @@ "integrity": "sha512-4O3idHxhyzjClSMJ0a29AcoK0+YwnEqzI6oz3vlRf3xw0zbzt15MzXwItOlnr5nIth6zlY2RENLsOPvhyrKAQA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "8.34.1", "@typescript-eslint/types": "8.34.1", @@ -1202,13 +1203,13 @@ } }, "node_modules/@voxpelli/tsconfig": { - "version": "15.1.2", - "resolved": "https://registry.npmjs.org/@voxpelli/tsconfig/-/tsconfig-15.1.2.tgz", - "integrity": "sha512-YCOZsgJJIDG7CpQV32F1LImkachGGDlXoHh2pkiHW92DYqZA3yJTteXuh4HueoG2x/PASaYcGSCEA6bgYfiBLQ==", + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/@voxpelli/tsconfig/-/tsconfig-16.1.0.tgz", + "integrity": "sha512-7LNCJc6Z8Np5W+I3o+vwCxwt5TOX9zA+VDSHcsQEGGji8QEwzsT+ki+CPAv904M9ghS+14tfjJ2E9XXsu6Jabw==", "dev": true, "license": "MIT", "peerDependencies": { - "typescript": "~5.6.2 || ~5.7.2 || ~5.8.0" + "typescript": "~5.6.2 || ~5.7.2 || ~5.8.0 || ~5.9.0" } }, "node_modules/accepts": { @@ -1231,6 +1232,7 @@ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, "license": "MIT", + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -1661,6 +1663,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "caniuse-lite": "^1.0.30001718", "electron-to-chromium": "^1.5.160", @@ -2559,6 +2562,7 @@ "integrity": "sha512-GsGizj2Y1rCWDu6XoEekL3RLilp0voSePurjZIkxL3wlm5o5EC9VpgaP7lrCvjnkuLvzFBQWB3vWB3K5KQTveQ==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.12.1", @@ -2743,6 +2747,7 @@ "integrity": "sha512-J5gx7sN6DTm0LRT//eP3rVVQ2Yi4hrX0B+DbWxa5er8PZ6JjLo9GUBwogIFvEDdwJaSqZplpQT+haK/cXhb7VQ==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@typescript-eslint/types": "^8.34.0", "comment-parser": "^1.4.1", @@ -6682,6 +6687,7 @@ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", "dev": true, "license": "MIT", + "peer": true, "engines": { "node": ">=12" }, diff --git a/package.json b/package.json index 1733849..a473507 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@voxpelli/eslint-config": "^23.0.0", - "@voxpelli/tsconfig": "^15.1.2", + "@voxpelli/tsconfig": "^16.1.0", "browser-sync": "^3.0.4", "eslint": "^9.29.0", "typescript": "~5.8.3"