diff --git a/packages/quarks/webpack-quark-typescript/package.json b/packages/quarks/webpack-quark-typescript/package.json index 2610f833..7241347b 100644 --- a/packages/quarks/webpack-quark-typescript/package.json +++ b/packages/quarks/webpack-quark-typescript/package.json @@ -32,7 +32,7 @@ "url": "https://github.com/thc-tools/webpack-laboratory/issues" }, "devDependencies": { - "typescript": "4.1.2" + "typescript": "5.4.2" }, "dependencies": { "@thc/webpack-chemistry": "1.0.1-beta.0", @@ -44,7 +44,7 @@ "ts-loader": "8.0.11" }, "peerDependencies": { - "typescript": "^4.1.2", + "typescript": "^4.1.2 || ^5.0.0", "webpack": "^4.44.2" } }