diff --git a/core/package.json b/core/package.json index 77fbb1c..36488e2 100644 --- a/core/package.json +++ b/core/package.json @@ -100,7 +100,7 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.2", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~7.0.2", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" } diff --git a/package.json b/package.json index 4cee5f8..33b7d03 100644 --- a/package.json +++ b/package.json @@ -90,9 +90,10 @@ "puppeteer": "^25.1.0", "typedoc": "^0.28.2", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~7.0.2", "uglify-js": "^3.15.5" } } + diff --git a/shim/chai/package.json b/shim/chai/package.json index 090bcb7..bb5482b 100644 --- a/shim/chai/package.json +++ b/shim/chai/package.json @@ -101,10 +101,11 @@ "ts-mocha": "^10.0.0", "typedoc": "^0.28.2", "typedoc-github-theme": "^0.4.0", - "typescript": "~5.2.2", + "typescript": "~7.0.2", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1" } } +