Skip to content

Commit

Permalink
chore(devDeps): upgrade dependencies (#102)
Browse files Browse the repository at this point in the history
* chore(devDeps): upgrade dependencies

* fix ci trigger

* drop support of Node 8 caused by dependencies upgrade
  • Loading branch information
Slashgear authored Mar 16, 2021
1 parent d553e1b commit 63643d5
Show file tree
Hide file tree
Showing 3 changed files with 2,844 additions and 2,624 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x, 15.x]
node-version: [10.x, 12.x, 14.x, 15.x]
superagent-version: [3.6.0,3.7.0,3.8.0,4.1.0]

steps:
Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,19 @@
"type": "git",
"url": "https://github.com/M6Web/superagent-mock"
},
"engines": {
"node": ">=10"
},
"peerDependencies": {
"superagent": ">=3.6.0"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/preset-env": "7.7.4",
"@babel/preset-env": "^7.13.10",
"core-js": "^3.4.7",
"cross-env": "^6.0.3",
"eslint": "^5.16.0",
"jest": "^24.9.0",
"cross-env": "^7.0.3",
"eslint": "^7.22.0",
"jest": "^26.6.3",
"rimraf": "^3.0.0",
"superagent": "^3.6.0"
},
Expand Down
Loading

0 comments on commit 63643d5

Please sign in to comment.