Skip to content

Commit

Permalink
Merge pull request #39 from ynhhoJ/features/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ynhhoJ authored Dec 10, 2022
2 parents 78d74fd + b01b1b6 commit dc59137
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 172 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flibusta",
"version": "0.4.2",
"version": "0.4.3",
"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,40 +34,40 @@
"copy-types": "copyfiles -u 1 types/**/* build/types"
},
"dependencies": {
"axios": "1.1.3",
"fast-xml-parser": "4.0.11",
"axios": "1.2.1",
"fast-xml-parser": "4.0.12",
"lodash": "^4.17.21",
"node-html-parser": "6.1.1"
"node-html-parser": "6.1.4"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "4.3.3",
"@types/lodash": "4.14.188",
"@types/mocha": "10.0.0",
"@types/node": "18.11.9",
"@types/chai": "4.3.4",
"@types/lodash": "4.14.191",
"@types/mocha": "10.0.1",
"@types/node": "18.11.12",
"@types/webpack-node-externals": "^2.5.3",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"chai": "^4.3.6",
"@typescript-eslint/eslint-plugin": "5.46.0",
"@typescript-eslint/parser": "5.46.0",
"chai": "4.3.7",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"eslint": "8.26.0",
"eslint": "8.29.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.16.0",
"eslint-plugin-unicorn": "44.0.2",
"eslint-plugin-sonarjs": "0.17.0",
"eslint-plugin-unicorn": "45.0.1",
"mocha": "10.1.0",
"nyc": "^15.1.0",
"ts-loader": "9.4.1",
"ts-loader": "9.4.2",
"ts-node": "10.9.1",
"tscpaths": "^0.0.9",
"typescript": "4.8.4",
"typescript": "4.9.4",
"typescript-transform-paths": "3.4.4",
"webpack": "5.74.0",
"webpack-cli": "^4.9.2",
"webpack": "5.75.0",
"webpack-cli": "5.0.1",
"webpack-node-externals": "^3.0.0"
},
"keywords": [
Expand Down
Loading

0 comments on commit dc59137

Please sign in to comment.