Skip to content

Commit

Permalink
Merge pull request #160 from lifeomic/axios-dependency
Browse files Browse the repository at this point in the history
feat: declare axios as a production dependency
  • Loading branch information
swain authored Sep 11, 2023
2 parents bd357d1 + 2a811c7 commit b9003c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr-branch-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ 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
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install
- run: yarn add -D axios@${{ matrix.axios-version }}
- run: yarn test
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
Expand Down

0 comments on commit b9003c1

Please sign in to comment.