diff --git a/node-playwright-camoufox/package.json b/node-playwright-camoufox/package.json index e3d603c6..858967c4 100644 --- a/node-playwright-camoufox/package.json +++ b/node-playwright-camoufox/package.json @@ -11,8 +11,10 @@ "camoufox-js": "CAMOUFOX_VERSION", "crawlee": "CRAWLEE_VERSION", "impit": "latest", - "playwright": "PLAYWRIGHT_VERSION", - "typescript": "^5.4.3" + "playwright": "PLAYWRIGHT_VERSION" + }, + "devDependencies": { + "typescript": "^5.9.2" }, "overrides": { "apify": { diff --git a/node-playwright-chrome/package.json b/node-playwright-chrome/package.json index 9d10b6fd..4c99b918 100644 --- a/node-playwright-chrome/package.json +++ b/node-playwright-chrome/package.json @@ -9,8 +9,10 @@ "dependencies": { "apify": "APIFY_VERSION", "crawlee": "CRAWLEE_VERSION", - "playwright-chromium": "PLAYWRIGHT_VERSION", - "typescript": "^5.4.3" + "playwright-chromium": "PLAYWRIGHT_VERSION" + }, + "devDependencies": { + "typescript": "^5.9.2" }, "overrides": { "apify": { diff --git a/node-playwright-firefox/package.json b/node-playwright-firefox/package.json index 49e046e5..69c8de2c 100644 --- a/node-playwright-firefox/package.json +++ b/node-playwright-firefox/package.json @@ -9,8 +9,10 @@ "dependencies": { "apify": "APIFY_VERSION", "crawlee": "CRAWLEE_VERSION", - "playwright-firefox": "PLAYWRIGHT_VERSION", - "typescript": "^5.4.3" + "playwright-firefox": "PLAYWRIGHT_VERSION" + }, + "devDependencies": { + "typescript": "^5.9.2" }, "overrides": { "apify": { diff --git a/node-playwright-webkit/package.json b/node-playwright-webkit/package.json index 1e457900..8665cd11 100644 --- a/node-playwright-webkit/package.json +++ b/node-playwright-webkit/package.json @@ -9,8 +9,10 @@ "dependencies": { "apify": "APIFY_VERSION", "crawlee": "CRAWLEE_VERSION", - "playwright-webkit": "PLAYWRIGHT_VERSION", - "typescript": "^5.4.3" + "playwright-webkit": "PLAYWRIGHT_VERSION" + }, + "devDependencies": { + "typescript": "^5.9.2" }, "overrides": { "apify": { diff --git a/node-playwright/package.json b/node-playwright/package.json index 76ef31f6..872cbbb6 100644 --- a/node-playwright/package.json +++ b/node-playwright/package.json @@ -9,8 +9,10 @@ "dependencies": { "apify": "APIFY_VERSION", "crawlee": "CRAWLEE_VERSION", - "playwright": "PLAYWRIGHT_VERSION", - "typescript": "^5.4.3" + "playwright": "PLAYWRIGHT_VERSION" + }, + "devDependencies": { + "typescript": "^5.9.2" }, "overrides": { "apify": { diff --git a/node-puppeteer-chrome/package.json b/node-puppeteer-chrome/package.json index be665a85..647983e7 100644 --- a/node-puppeteer-chrome/package.json +++ b/node-puppeteer-chrome/package.json @@ -9,8 +9,10 @@ "dependencies": { "apify": "APIFY_VERSION", "crawlee": "CRAWLEE_VERSION", - "puppeteer": "PUPPETEER_VERSION", - "typescript": "^5.4.3" + "puppeteer": "PUPPETEER_VERSION" + }, + "devDependencies": { + "typescript": "^5.9.2" }, "overrides": { "apify": { diff --git a/node/package.json b/node/package.json index 1a942f8e..c5f1c30c 100644 --- a/node/package.json +++ b/node/package.json @@ -8,8 +8,10 @@ }, "dependencies": { "apify": "APIFY_VERSION", - "crawlee": "CRAWLEE_VERSION", - "typescript": "^5.4.3" + "crawlee": "CRAWLEE_VERSION" + }, + "devDependencies": { + "typescript": "^5.9.2" }, "overrides": { "apify": {