Skip to content

Commit

Permalink
chore: bump dependencies and release 0.20.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu committed Dec 12, 2024
1 parent f6e178e commit 16f5c59
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 82 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apify-cli",
"version": "0.20.11",
"version": "0.20.12",
"description": "Apify command-line interface (CLI) helps you manage the Apify cloud platform and develop, build, and deploy Apify Actors.",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -59,25 +59,25 @@
},
"dependencies": {
"@apify/actor-templates": "~0.1.5",
"@apify/consts": "~2.29.0",
"@apify/input_schema": "~3.7.1",
"@apify/utilities": "~2.10.6",
"@crawlee/memory-storage": "~3.11.1",
"@oclif/core": "~4.0.17",
"@oclif/plugin-help": "~6.2.8",
"@apify/consts": "~2.35.0",
"@apify/input_schema": "~3.12.3",
"@apify/utilities": "~2.11.1",
"@crawlee/memory-storage": "~3.12.1",
"@oclif/core": "~4.0.36",
"@oclif/plugin-help": "~6.2.19",
"@root/walk": "~1.1.0",
"adm-zip": "~0.5.15",
"ajv": "~8.17.1",
"apify-client": "~2.9.4",
"apify-client": "~2.10.0",
"archiver": "~7.0.1",
"axios": "~1.7.3",
"axios": "~1.7.9",
"chalk": "~5.3.0",
"computer-name": "~0.1.0",
"configparser": "~0.3.10",
"cors": "~2.8.5",
"detect-indent": "~7.0.1",
"escape-string-regexp": "~5.0.0",
"express": "~4.19.2",
"express": "~4.21.2",
"fs-extra": "^11.2.0",
"globby": "~14.0.2",
"handlebars": "~4.7.8",
Expand Down
Loading

0 comments on commit 16f5c59

Please sign in to comment.