Skip to content

Commit cd5cbca

Browse files
upgrade auto (#860)
* upgrade auto * update CI to use node 10
1 parent 8e8e352 commit cd5cbca

File tree

4 files changed

+342
-237
lines changed

4 files changed

+342
-237
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
defaults: &defaults
44
working_directory: ~/jimp
55
docker:
6-
- image: circleci/node:8.14-browsers
6+
- image: circleci/node:10-browsers
77

88
jobs:
99
install:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@babel/preset-env": "^7.7.1",
3434
"@babel/register": "^7.7.0",
3535
"@babel/runtime": "^7.7.2",
36-
"auto": "^7.16.3",
36+
"auto": "^9.19.5",
3737
"babel-eslint": "^10.0.3",
3838
"babel-plugin-add-module-exports": "^1.0.2",
3939
"babel-plugin-istanbul": "^5.2.0",

packages/jimp/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
"@babel/preset-env": "^7.7.1",
7575
"@babel/register": "^7.7.0",
7676
"@jimp/test-utils": "link:../test-utils",
77-
"auto": "^7.6.0",
7877
"babel-eslint": "^10.0.3",
7978
"babel-plugin-add-module-exports": "^1.0.2",
8079
"babel-plugin-istanbul": "^5.2.0",

0 commit comments

Comments
 (0)