Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
drudge committed Dec 19, 2024
1 parent 5f5b175 commit b026431
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 54 deletions.
101 changes: 52 additions & 49 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-nodes-puppeteer",
"version": "1.2.0",
"version": "1.3.0",
"description": "n8n node for browser automation using Puppeteer",
"license": "MIT",
"homepage": "https://github.com/drudge/n8n-nodes-puppeteer",
Expand Down Expand Up @@ -43,20 +43,20 @@
]
},
"devDependencies": {
"@typescript-eslint/parser": "^8.16.0",
"eslint": "^9.16.0",
"@typescript-eslint/parser": "^8.18.1",
"eslint": "^9.17.0",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"gulp": "^5.0.0",
"n8n-workflow": "*",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"dependencies": {
"@n8n/vm2": "^3.9.25",
"puppeteer": "^23.9.0",
"puppeteer": "^23.11.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
Expand Down

0 comments on commit b026431

Please sign in to comment.