Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit a615ccd

Browse files
committed
bump packages
1 parent 7b29901 commit a615ccd

File tree

4 files changed

+90
-150
lines changed

4 files changed

+90
-150
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,9 @@ jobs:
1818
- yarn build
1919
node_js: '10'
2020

21-
- <<: *build
22-
node_js: '8'
23-
2421
- &unit
2522
stage: Test
2623
script: yarn test:unit
2724
name: "NodeJS 10 unit tests"
2825
node_js: "10"
2926

30-
- <<: *unit
31-
name: "NodeJS 8 unit tests"
32-
node_js: "8"

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
[
44
'@babel/preset-env', {
55
targets: {
6-
node: "8"
6+
node: "10"
77
}
88
}
99
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"request": "^2.85.0",
9292
"request-promise-native": "^1.0.5",
9393
"resource-router-middleware": "^0.6.0",
94-
"sharp": "^0.22.1",
94+
"sharp": "^0.23.4",
9595
"soap": "^0.25.0",
9696
"syswide-cas": "latest",
9797
"winston": "^2.4.2"

0 commit comments

Comments
 (0)