diff --git a/core/package.json b/core/package.json index 8aa25e8..4236cb5 100644 --- a/core/package.json +++ b/core/package.json @@ -90,7 +90,7 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.2", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~6.0.2", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" } diff --git a/package.json b/package.json index f76531c..c249426 100644 --- a/package.json +++ b/package.json @@ -90,8 +90,9 @@ "puppeteer": "^24.4.0", "typedoc": "^0.28.2", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~6.0.2", "uglify-js": "^3.15.5" } } + diff --git a/shim/chai/package.json b/shim/chai/package.json index af46c83..64aca24 100644 --- a/shim/chai/package.json +++ b/shim/chai/package.json @@ -91,9 +91,10 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.2", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~6.0.2", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" } } +