Merge pull request #5 from benhason1/feature--update-package-versions

updated package versions and semver versions
This commit is contained in:
benhason1 2021-11-05 12:45:45 +02:00 committed by GitHub
commit 995e61e8a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 316 additions and 366 deletions

637
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,14 @@
{ {
"name": "nestjs-http-promise", "name": "nestjs-http-promise",
"version": "1.0.1", "version": "1.1.0",
"keywords": ["nestjs", "http", "promise", "retry", "retries", "axios"], "keywords": [
"nestjs",
"http",
"promise",
"retry",
"retries",
"axios"
],
"description": "promise implementation of nestjs http module with retries feature using axios-retry and axios", "description": "promise implementation of nestjs http module with retries feature using axios-retry and axios",
"author": "Ben Hason", "author": "Ben Hason",
"license": "MIT", "license": "MIT",
@ -18,25 +25,25 @@
"prepublish:beta": "npm run build" "prepublish:beta": "npm run build"
}, },
"dependencies": { "dependencies": {
"axios": "0.21.1", "axios": "~0.24.0",
"axios-retry": "^3.1.9" "axios-retry": "^3.2.4"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/common": "8.0.6", "@nestjs/common": "^8.1.2",
"@nestjs/core": "8.0.6", "@nestjs/core": "^8.1.2",
"@nestjs/platform-express": "8.0.6", "@nestjs/platform-express": "^8.1.2",
"@types/node": "14.17.14", "@types/node": "^14.17.32",
"@typescript-eslint/eslint-plugin": "4.30.0", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "4.30.0", "@typescript-eslint/parser": "^4.33.0",
"eslint": "7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "2.24.2", "eslint-plugin-import": "^2.25.2",
"husky": "7.0.2", "husky": "^7.0.4",
"lint-staged": "11.1.2", "lint-staged": "^11.2.6",
"prettier": "^2.3.2", "prettier": "^2.4.1",
"reflect-metadata": "0.1.13", "reflect-metadata": "^0.1.13",
"rimraf": "3.0.2", "rimraf": "^3.0.2",
"typescript": "4.4.2" "typescript": "^4.4.4"
}, },
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0", "@nestjs/common": "^7.0.0 || ^8.0.0",