Skip to content

Commit

Permalink
chore(deps): ENG-393 update all
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin committed Aug 25, 2023
1 parent b5bd8c4 commit 1c5ca49
Show file tree
Hide file tree
Showing 4 changed files with 2,199 additions and 1,723 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Use Node.js 14
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: Install Dependencies
run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: yarn
- name: Build
Expand Down
34 changes: 20 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"description": "Duo SDK for Node.js",
"private": false,
"dependencies": {
"axios": "1.2.4",
"crypto": "1.0.1",
"tslib": "2.4.1"
"axios": "1.4.0",
"tslib": "2.6.2"
},
"files": [
"dist"
Expand All @@ -18,20 +17,21 @@
"url": "https://github.com/pliancy/duo-sdk"
},
"devDependencies": {
"@digitalroute/cz-conventional-changelog-for-jira": "8.0.0",
"@pliancy/eslint-config-ts": "0.1.0",
"@digitalroute/cz-conventional-changelog-for-jira": "8.0.1",
"@pliancy/eslint-config-ts": "1.0.0",
"@pliancy/semantic-release-config-npm": "2.2.0",
"@types/jest": "29.4.0",
"@types/node": "18.11.18",
"@types/jest": "29.5.4",
"@types/node": "20.5.6",
"commitizen": "4.3.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "8.0.3",
"jest": "29.4.0",
"jest-mock-axios": "4.7.0-beta4",
"jest": "29.6.4",
"jest-mock-axios": "4.7.2",
"npm-run-all": "4.1.5",
"pinst": "^3.0.0",
"rimraf": "4.1.2",
"ts-jest": "29.0.5",
"typescript": "4.9.4"
"pinst": "3.0.0",
"rimraf": "5.0.1",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
},
"scripts": {
"build": "run-s -l clean test tsc",
Expand All @@ -54,7 +54,13 @@
"email": "santese@pliancy.com"
},
"volta": {
"node": "18.13.0",
"node": "20.5.1",
"yarn": "1.22.19"
},
"config": {
"commitizen": {
"path": "./node_modules/@digitalroute/cz-conventional-changelog-for-jira",
"skipScope": false
}
}
}
Loading

0 comments on commit 1c5ca49

Please sign in to comment.