Skip to content

Commit

Permalink
Merge pull request #40 from ynhhoJ/features/dependencies-upgrade
Browse files Browse the repository at this point in the history
Dependencies upgrade
  • Loading branch information
ynhhoJ authored Jan 29, 2023
2 parents dc59137 + fa3bbb1 commit 0b0a910
Show file tree
Hide file tree
Showing 2 changed files with 372 additions and 198 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flibusta",
"version": "0.4.3",
"version": "0.4.4",
"author": "ynhhoJ",
"description": "Unofficial Flibusta API based on website search engine. If you like to read books - buy",
"license": "MIT",
Expand Down Expand Up @@ -34,8 +34,8 @@
"copy-types": "copyfiles -u 1 types/**/* build/types"
},
"dependencies": {
"axios": "1.2.1",
"fast-xml-parser": "4.0.12",
"axios": "1.2.6",
"fast-xml-parser": "4.0.15",
"lodash": "^4.17.21",
"node-html-parser": "6.1.4"
},
Expand All @@ -44,28 +44,28 @@
"@types/chai": "4.3.4",
"@types/lodash": "4.14.191",
"@types/mocha": "10.0.1",
"@types/node": "18.11.12",
"@types/node": "18.11.18",
"@types/webpack-node-externals": "^2.5.3",
"@typescript-eslint/eslint-plugin": "5.46.0",
"@typescript-eslint/parser": "5.46.0",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"chai": "4.3.7",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"eslint": "8.29.0",
"eslint": "8.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-sonarjs": "0.17.0",
"eslint-plugin-unicorn": "45.0.1",
"mocha": "10.1.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-sonarjs": "0.18.0",
"eslint-plugin-unicorn": "45.0.2",
"mocha": "10.2.0",
"nyc": "^15.1.0",
"ts-loader": "9.4.2",
"ts-node": "10.9.1",
"tscpaths": "^0.0.9",
"typescript": "4.9.4",
"typescript-transform-paths": "3.4.4",
"typescript-transform-paths": "3.4.6",
"webpack": "5.75.0",
"webpack-cli": "5.0.1",
"webpack-node-externals": "^3.0.0"
Expand All @@ -77,4 +77,4 @@
"unofficial",
"search"
]
}
}
Loading

0 comments on commit 0b0a910

Please sign in to comment.