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
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"jest": "^30.0.0",
"json5": "^2.2.3",
"mustache": "^4.2.0",
"playwright": "1.58.0",
"playwright": "1.58.1",
"prettier": "^3.7.4",
"puppeteer": "24.36.1",
"semver": "^7.7.2",
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.5.2",
"camoufox-js": "^0.8.0",
"@crawlee/playwright": "^3.15.3",
"playwright": "1.58.0"
"playwright": "1.58.1"
},
"devDependencies": {
"@apify/eslint-config": "^1.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.5.2",
"@crawlee/playwright": "^3.15.3",
"playwright": "1.58.0"
"playwright": "1.58.1"
},
"devDependencies": {
"@apify/eslint-config": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/python-crewai/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# You can see the Docker images from Apify at https://hub.docker.com/r/apify/.
# You can also use any other image from Docker Hub.
# We are using Python 3.13 because onnxruntime (a crewai dependency) doesn't have Python 3.14 wheels yet.
FROM apify/actor-python:3.13
FROM apify/actor-python:3.14

# Second, copy just requirements.txt into the Actor image,
# since it should be the only file that affects the dependency installation in the next step,
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.5.2",
"camoufox-js": "^0.8.0",
"@crawlee/playwright": "^3.15.3",
"playwright": "1.58.0"
"playwright": "1.58.1"
},
"devDependencies": {
"@apify/eslint-config": "^1.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.5.2",
"@crawlee/playwright": "^3.15.3",
"playwright": "1.58.0"
"playwright": "1.58.1"
},
"devDependencies": {
"@apify/eslint-config": "^1.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.58.0",
"@playwright/test": "1.58.1",
"@types/uuid": "^11.0.0",
"apify": "^3.5.2",
"uuid": "^13.0.0",
Expand Down
Loading