Skip to content

Commit

Permalink
update dependencies & types
Browse files Browse the repository at this point in the history
  • Loading branch information
Miniast committed Aug 1, 2024
1 parent a7951e0 commit 24bdc6b
Show file tree
Hide file tree
Showing 7 changed files with 182 additions and 170 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

------

[![npm package](https://nodei.co/npm/crawler.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/crawler/v/2.0.0)
[![npm package](https://nodei.co/npm/crawler.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/crawler/v/2.0.2)

[![CircleCI](https://circleci.com/gh/bda-research/node-crawler/tree/master.svg?style=svg)](https://circleci.com/gh/bda-research/node-crawler/tree/master)
[![NPM download][download-image]][download-url]
Expand Down
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const options = [
files: ["src/**/*.ts"],
rules: {
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/ban-types": "warn",
"@typescript-eslint/no-unused-vars": [
"error",
{
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,27 @@
"license": "MIT",
"dependencies": {
"cheerio": "1.0.0-rc.12",
"got": "^14.4.1",
"got": "^14.4.2",
"hpagent": "^1.2.0",
"http2-wrapper": "^2.2.1",
"iconv-lite": "^0.6.3",
"seenreq": "^3.0.0",
"tslog": "^4.9.3"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@eslint/js": "^9.8.0",
"@types/got": "^9.6.12",
"@types/node": "^20.14.10",
"@types/node": "^20.14.13",
"ava": "^6.1.3",
"c8": "^10.1.2",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"globals": "^15.8.0",
"nock": "^13.5.4",
"sinon": "^18.0.0",
"tough-cookie": "^4.1.4",
"tsx": "^4.16.2",
"typescript": "5.4.5",
"typescript-eslint": "8.0.0-alpha.30"
"tsx": "^4.16.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0"
},
"ava": {
"files": [
Expand Down
Loading

0 comments on commit 24bdc6b

Please sign in to comment.