Skip to content

Commit

Permalink
Bump broccoli-merge-trees, broccoli-funnel, and workerpool
Browse files Browse the repository at this point in the history
  • Loading branch information
nlfurniss committed Oct 11, 2020
1 parent ff975c0 commit 39c88c8
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 202 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
- "11"
- "12"

cache:
yarn: true
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "11"
- nodejs_version: "12"

# Install scripts. (runs after repo cloning)
install:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"dependencies": {
"@babel/core": "^7.11.0",
"@babel/polyfill": "^7.10.4",
"broccoli-funnel": "^2.0.2",
"broccoli-merge-trees": "^3.0.2",
"broccoli-funnel": "^3.0.3",
"broccoli-merge-trees": "^4.2.0",
"broccoli-persistent-filter": "^2.2.1",
"clone": "^2.1.2",
"hash-for-dep": "^1.4.7",
"heimdalljs": "^0.2.1",
"heimdalljs-logger": "^0.1.9",
"json-stable-stringify": "^1.0.1",
"rsvp": "^4.8.4",
"workerpool": "^3.1.1"
"workerpool": "^6.0.2"
},
"devDependencies": {
"@babel/plugin-transform-block-scoping": "^7.10.5",
Expand All @@ -65,6 +65,6 @@
"ps-node": "^0.1.6"
},
"engines": {
"node": ">= 6"
"node": "10.* || >= 12.*"
}
}
Loading

0 comments on commit 39c88c8

Please sign in to comment.