Skip to content

Commit

Permalink
chore: upgrade deps (#41)
Browse files Browse the repository at this point in the history
* chore: upgrade deps

* chore: actions with node 14
  • Loading branch information
embbnux authored Mar 31, 2022
1 parent bf1f69a commit 3e0266d
Show file tree
Hide file tree
Showing 3 changed files with 2,325 additions and 1,870 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x]
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"test:showCoverage": "cat ./coverage/lcov.info | coveralls"
},
"devDependencies": {
"@ringcentral/sdk": "^4.2.0",
"@types/jest": "^24.0.18",
"@types/node": "^14.0.1",
"@ringcentral/sdk": "^4.7.1",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"coveralls": "^3.0.6",
"fetch-mock": "^7.3.9",
"http-server": "^0.12.3",
"jest": "^24.9.0",
"ts-jest": "^24.0.2",
"http-server": "^14.1.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"ts-loader": "^5.3.3",
"tslint": "^5.12.1",
"typescript": "^3.2.4",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1"
"typescript": "^3.8.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"keywords": [
"ringcentral",
Expand Down
Loading

0 comments on commit 3e0266d

Please sign in to comment.