Skip to content

Commit

Permalink
chore: bump templates to latest crawlee & apify version (#297)
Browse files Browse the repository at this point in the history
This is done manually like this once a while?
  • Loading branch information
metalwarrior665 authored Oct 22, 2024
1 parent 5ad8927 commit 54e0456
Show file tree
Hide file tree
Showing 18 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions templates/js-bootstrap-cheerio-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"node": ">=18.0.0"
},
"dependencies": {
"apify": "^3.1.10",
"crawlee": "^3.5.4"
"apify": "^3.2.6",
"crawlee": "^3.11.5"
},
"devDependencies": {
"@apify/eslint-config": "^0.4.0",
Expand Down
4 changes: 2 additions & 2 deletions templates/js-crawlee-cheerio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"node": ">=18.0.0"
},
"dependencies": {
"apify": "^3.1.10",
"crawlee": "^3.5.4"
"apify": "^3.2.6",
"crawlee": "^3.11.5"
},
"devDependencies": {
"@apify/eslint-config": "^0.4.0",
Expand Down
4 changes: 2 additions & 2 deletions templates/js-crawlee-playwright-chrome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "module",
"description": "This is an example of an Apify actor.",
"dependencies": {
"apify": "^3.1.10",
"crawlee": "^3.5.4",
"apify": "^3.2.6",
"crawlee": "^3.11.5",
"playwright": "*"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions templates/js-crawlee-puppeteer-chrome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "module",
"description": "This is an example of an Apify actor.",
"dependencies": {
"apify": "^3.1.10",
"crawlee": "^3.5.4",
"apify": "^3.2.6",
"crawlee": "^3.11.5",
"puppeteer": "*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion templates/js-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@apify/log": "^2.2.7",
"apify": "^3.1.10",
"apify": "^3.2.6",
"console.table": "^0.10.0",
"cypress": "^12.7.0",
"globby": "^13.1.3"
Expand Down
4 changes: 2 additions & 2 deletions templates/js-empty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"node": ">=18.0.0"
},
"dependencies": {
"apify": "^3.1.10",
"crawlee": "^3.5.4"
"apify": "^3.2.6",
"crawlee": "^3.11.5"
},
"scripts": {
"start": "node ./src/main.js",
Expand Down
2 changes: 1 addition & 1 deletion templates/js-langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@langchain/community": "^0.2.32",
"@langchain/core": "^0.2.31",
"@langchain/openai": "^0.2.10",
"apify": "^3.1.10",
"apify": "^3.2.6",
"hnswlib-node": "^3.0.0",
"langchain": "^0.2.18",
"tar": "^6.1.14"
Expand Down
2 changes: 1 addition & 1 deletion templates/js-standby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": ">=20.0.0"
},
"dependencies": {
"apify": "^3.1.10"
"apify": "^3.2.6"
},
"scripts": {
"start": "node ./src/main.js",
Expand Down
2 changes: 1 addition & 1 deletion templates/js-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"apify": "^3.1.10",
"apify": "^3.2.6",
"axios": "^1.5.0",
"cheerio": "^1.0.0-rc.12"
},
Expand Down
4 changes: 2 additions & 2 deletions templates/ts-bootstrap-cheerio-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"node": ">=18.0.0"
},
"dependencies": {
"apify": "^3.1.10",
"crawlee": "^3.5.4"
"apify": "^3.2.6",
"crawlee": "^3.11.5"
},
"devDependencies": {
"@apify/eslint-config-ts": "^0.3.0",
Expand Down
4 changes: 2 additions & 2 deletions templates/ts-crawlee-cheerio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"node": ">=18.0.0"
},
"dependencies": {
"apify": "^3.1.10",
"crawlee": "^3.5.4"
"apify": "^3.2.6",
"crawlee": "^3.11.5"
},
"devDependencies": {
"@apify/eslint-config-ts": "^0.3.0",
Expand Down
4 changes: 2 additions & 2 deletions templates/ts-crawlee-playwright-chrome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"node": ">=18.0.0"
},
"dependencies": {
"apify": "^3.1.10",
"crawlee": "^3.5.4",
"apify": "^3.2.6",
"crawlee": "^3.11.5",
"playwright": "*"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions templates/ts-crawlee-puppeteer-chrome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"node": ">=18.0.0"
},
"dependencies": {
"apify": "^3.1.10",
"crawlee": "^3.5.4",
"apify": "^3.2.6",
"crawlee": "^3.11.5",
"puppeteer": "*"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions templates/ts-empty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"node": ">=18.0.0"
},
"dependencies": {
"apify": "^3.1.10",
"crawlee": "^3.5.4"
"apify": "^3.2.6",
"crawlee": "^3.11.5"
},
"devDependencies": {
"@apify/eslint-config-ts": "^0.3.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 @@
"@apify/tsconfig": "^0.1.0",
"@playwright/test": "1.37.1",
"@types/uuid": "^9.0.4",
"apify": "^3.1.10",
"apify": "^3.2.6",
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"uuid": "^9.0.1"
Expand Down
2 changes: 1 addition & 1 deletion templates/ts-standby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": ">=20.0.0"
},
"dependencies": {
"apify": "^3.1.10"
"apify": "^3.2.6"
},
"devDependencies": {
"@apify/eslint-config-ts": "^0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/ts-start-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bun": ">=1.0.0"
},
"dependencies": {
"apify": "^3.1.10",
"apify": "^3.2.6",
"axios": "^1.5.0",
"cheerio": "^1.0.0-rc.12"
},
Expand Down
2 changes: 1 addition & 1 deletion templates/ts-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"apify": "^3.1.10",
"apify": "^3.2.6",
"axios": "^1.5.0",
"cheerio": "^1.0.0-rc.12"
},
Expand Down

0 comments on commit 54e0456

Please sign in to comment.