Skip to content

Commit

Permalink
package - Installed latest version of puppeteer, and ran 'pnpm up'.
Browse files Browse the repository at this point in the history
  • Loading branch information
elycruz committed Dec 16, 2023
1 parent 61cbb82 commit d5741cc
Show file tree
Hide file tree
Showing 2 changed files with 552 additions and 436 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@types/jest": "^29.5.8",
"@types/node": "^18.18.9",
"@types/jest": "^29.5.11",
"@types/node": "^18.19.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"del": "^7.1.0",
"eslint": "^8.53.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-puppeteer": "^8.0.6",
"puppeteer": "^19.11.1",
"puppeteer": "^21.6.1",
"rollup": "^2.79.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"scripts": {
"eslint": "eslint -c .eslintrc.json",
Expand Down
Loading

0 comments on commit d5741cc

Please sign in to comment.