Skip to content

Commit

Permalink
upgrade auto (#860)
Browse files Browse the repository at this point in the history
* upgrade auto

* update CI to use node 10
  • Loading branch information
hipstersmoothie authored Mar 18, 2020
1 parent 8e8e352 commit cd5cbca
Show file tree
Hide file tree
Showing 4 changed files with 342 additions and 237 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
defaults: &defaults
working_directory: ~/jimp
docker:
- image: circleci/node:8.14-browsers
- image: circleci/node:10-browsers

jobs:
install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.0",
"@babel/runtime": "^7.7.2",
"auto": "^7.16.3",
"auto": "^9.19.5",
"babel-eslint": "^10.0.3",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-istanbul": "^5.2.0",
Expand Down
1 change: 0 additions & 1 deletion packages/jimp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.0",
"@jimp/test-utils": "link:../test-utils",
"auto": "^7.6.0",
"babel-eslint": "^10.0.3",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-istanbul": "^5.2.0",
Expand Down
Loading

0 comments on commit cd5cbca

Please sign in to comment.