Skip to content

Commit

Permalink
chore(web-scraper): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Oct 18, 2024
1 parent 4276191 commit d8a7c47
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 765 deletions.
16 changes: 8 additions & 8 deletions components/retrack-web-scraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@
"dotenv": "^16.4.5",
"fastify": "^5.0.0",
"node-cache": "^5.1.2",
"playwright-core": "1.46.1"
"playwright-core": "1.47.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@types/node": "^22.7.2",
"@eslint/js": "^9.12.0",
"@types/node": "^22.7.6",
"@types/ws": "^8.5.12",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"globals": "^15.11.0",
"nodemon": "^3.1.7",
"pino-pretty": "^11.2.2",
"pino-pretty": "^11.3.0",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0",
"ws": "^8.18.0"
}
}
Loading

0 comments on commit d8a7c47

Please sign in to comment.