diff --git a/dbg/package.json b/dbg/package.json index 953c044..ba40da6 100644 --- a/dbg/package.json +++ b/dbg/package.json @@ -69,7 +69,7 @@ "@nevware21/ts-utils": ">= 0.12.6 < 2.x" }, "peerDependencies": { - "typescript": ">=1" + "typescript": "~7.0.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.4", @@ -108,7 +108,7 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.15", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~7.0.2", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" } @@ -124,3 +124,4 @@ + diff --git a/package.json b/package.json index 79f4e62..de7c4ae 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@nevware21/ts-utils": ">= 0.12.6 < 2.x" }, "peerDependencies": { - "typescript": ">=1" + "typescript": "~7.0.2" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", @@ -84,7 +84,7 @@ "grunt-cli": "^1.4.3", "typedoc": "^0.28.15", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~7.0.2", "nyc": "^18.0.0", "codecov": "^3.8.3", "copyfiles": "^2.4.1" @@ -92,3 +92,4 @@ } + diff --git a/providers/package.json b/providers/package.json index 566a390..ae50649 100644 --- a/providers/package.json +++ b/providers/package.json @@ -70,7 +70,7 @@ "@nevware21/ts-debug": "0.1.0" }, "peerDependencies": { - "typescript": ">=1" + "typescript": "~7.0.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.4", @@ -109,7 +109,7 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.15", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~7.0.2", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" } @@ -125,3 +125,4 @@ +