Skip to content

Commit 24b1e72

Browse files
anemone008Copilotmarcobottaro
authored
[CAI-748] Add Puppeteer (#1999)
* Add package.json to parser app * Add changeset, update package-lock * Update apps/parser/package.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Add puppeteer dependency in parser app * Add changeset * Update .changeset/three-cups-change.md Co-authored-by: marcobottaro <39835990+marcobottaro@users.noreply.github.com> * Update apps/parser/package.json Co-authored-by: marcobottaro <39835990+marcobottaro@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: marcobottaro <39835990+marcobottaro@users.noreply.github.com>
1 parent 3dfc103 commit 24b1e72

File tree

3 files changed

+589
-10
lines changed

3 files changed

+589
-10
lines changed

.changeset/three-cups-change.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"parser": minor
3+
---
4+
5+
Add Puppeteer to parser app

apps/parser/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "parser",
33
"version": "0.1.0",
44
"private": true,
5-
"scripts": {
5+
"scripts": {},
6+
"dependencies": {
7+
"puppeteer": "^24.37.1"
68
}
7-
}
9+
}
10+

0 commit comments

Comments
 (0)