From 2a811c7919580e9b0a9dd1900306a0af27a7a1bb Mon Sep 17 00:00:00 2001 From: Swain Molster Date: Sun, 10 Sep 2023 15:31:23 -0400 Subject: [PATCH] feat: declare axios 0.27.2 as a production dependency --- .github/workflows/pr-branch-build.yaml | 2 -- package.json | 5 +---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/pr-branch-build.yaml b/.github/workflows/pr-branch-build.yaml index f4e3b04..f3a757b 100644 --- a/.github/workflows/pr-branch-build.yaml +++ b/.github/workflows/pr-branch-build.yaml @@ -10,7 +10,6 @@ jobs: strategy: matrix: node-version: [14.x, 16.x, 18.x] - axios-version: [0.24.0, 0.25.0, 0.26.1, 0.27.2] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 @@ -18,5 +17,4 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'yarn' - run: yarn install - - run: yarn add -D axios@${{ matrix.axios-version }} - run: yarn test diff --git a/package.json b/package.json index 511b59c..8639de4 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "@types/url-parse": "^1.4.8", "@types/uuid": "^8.3.4", "aws-sdk-client-mock": "^1.0.0", - "axios": "^0.27.2", "conventional-changelog-conventionalcommits": "^4.0.0", "coveralls": "^3.1.0", "eslint": "^8.18.0", @@ -61,14 +60,12 @@ "@aws-sdk/signature-v4": "^3.110.0", "@aws-sdk/url-parser": "^3.357.0", "@types/aws-lambda": "^8.10.101", + "axios": "^0.27.2", "lodash": "^4.17.21", "nearley": "2", "url-parse": "^1.5.10", "uuid": "^8.3.2" }, - "peerDependencies": { - "axios": "0.24.x || 0.25.x || 0.26.x || 0.27.x" - }, "publishConfig": { "access": "public" }