Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_archives.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version-file: .nvmrc

- name: Install pnpm and dependencies
uses: apify/workflows/pnpm-install@v0.46.0
uses: apify/workflows/pnpm-install@v0.47.0

# TODO: Also replace links in manifest.json
- name: Build template archives
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
node-version-file: .nvmrc

- name: Install pnpm and dependencies
uses: apify/workflows/pnpm-install@v0.46.0
uses: apify/workflows/pnpm-install@v0.47.0

- name: Lint
run: pnpm run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_llm_ai_node_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install pnpm and dependencies
uses: apify/workflows/pnpm-install@v0.46.0
uses: apify/workflows/pnpm-install@v0.47.0

- name: Test LLM AI Node.js templates
run: pnpm run test-llm-ai-node-templates
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_llm_ai_python_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version-file: .nvmrc

- name: Install pnpm and dependencies
uses: apify/workflows/pnpm-install@v0.46.0
uses: apify/workflows/pnpm-install@v0.47.0

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_node_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install pnpm and dependencies
uses: apify/workflows/pnpm-install@v0.46.0
uses: apify/workflows/pnpm-install@v0.47.0

- name: Install playwright browsers
run: pnpm exec playwright install chromium --with-deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_python_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version-file: .nvmrc

- name: Install pnpm and dependencies
uses: apify/workflows/pnpm-install@v0.46.0
uses: apify/workflows/pnpm-install@v0.47.0

- name: Install playwright browsers
run: pnpm exec playwright install chromium --with-deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
node-version: 24

- name: Install pnpm and dependencies
uses: apify/workflows/pnpm-install@v0.46.0
uses: apify/workflows/pnpm-install@v0.47.0

- name: Run update script
env:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
"jest": "^30.0.0",
"json5": "^2.2.3",
"mustache": "^4.2.0",
"playwright": "1.61.1",
"playwright": "1.62.1",
"prettier": "^3.9.1",
"puppeteer": "24.43.1",
"semver": "^7.7.2",
"typescript": "^6.0.0",
"typescript-eslint": "^8.58.0"
},
"packageManager": "pnpm@11.13.0",
"packageManager": "pnpm@11.20.0",
"devEngines": {
"packageManager": {
"name": "pnpm",
Expand Down
2 changes: 1 addition & 1 deletion templates/js-crawlee-playwright-camoufox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"apify": "^3.7.0",
"camoufox-js": "^0.9.0",
"@crawlee/playwright": "^3.15.3",
"playwright": "1.59.1"
"playwright": "1.62.1"
},
"devDependencies": {
"@apify/eslint-config": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/js-crawlee-playwright-chrome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"apify": "^3.7.0",
"@crawlee/playwright": "^3.15.3",
"playwright": "1.61.1"
"playwright": "1.62.1"
},
"devDependencies": {
"@apify/eslint-config": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/ts-crawlee-playwright-camoufox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"apify": "^3.7.0",
"camoufox-js": "^0.9.0",
"@crawlee/playwright": "^3.15.3",
"playwright": "1.59.1"
"playwright": "1.62.1"
},
"devDependencies": {
"@apify/eslint-config": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/ts-crawlee-playwright-chrome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"apify": "^3.7.0",
"@crawlee/playwright": "^3.15.3",
"playwright": "1.61.1"
"playwright": "1.62.1"
},
"devDependencies": {
"@apify/eslint-config": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/ts-playwright-test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@playwright/test": "1.61.1",
"@playwright/test": "1.62.1",
"@types/uuid": "^11.0.0",
"apify": "^3.7.0",
"uuid": "^14.0.0",
Expand Down
Loading