diff --git a/dbg/package.json b/dbg/package.json index ae8b258..33ed67b 100644 --- a/dbg/package.json +++ b/dbg/package.json @@ -59,7 +59,7 @@ "@nevware21/ts-utils": ">= 0.12.6 < 2.x" }, "peerDependencies": { - "typescript": ">=1" + "typescript": "~6.0.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.4", @@ -98,7 +98,7 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.15", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~6.0.2", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" } @@ -113,3 +113,4 @@ + diff --git a/package.json b/package.json index d9b06c4..aa09b6f 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@nevware21/ts-utils": ">= 0.12.6 < 2.x" }, "peerDependencies": { - "typescript": ">=1" + "typescript": "~6.0.2" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", @@ -84,10 +84,11 @@ "grunt-cli": "^1.4.3", "typedoc": "^0.28.15", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~6.0.2", "nyc": "^18.0.0", "codecov": "^3.8.3", "copyfiles": "^2.4.1" } } + diff --git a/providers/package.json b/providers/package.json index 6628f35..b7c3b4f 100644 --- a/providers/package.json +++ b/providers/package.json @@ -60,7 +60,7 @@ "@nevware21/ts-debug": "0.1.0" }, "peerDependencies": { - "typescript": ">=1" + "typescript": "~6.0.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.4", @@ -99,7 +99,7 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.15", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~6.0.2", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" } @@ -111,3 +111,4 @@ +