Skip to content

Commit

Permalink
Merge pull request #725 from ember-fastboot/fix-cheerio
Browse files Browse the repository at this point in the history
cheerio is used outside of tests so must be a dependency
  • Loading branch information
stefanpenner committed Sep 11, 2019
2 parents 6a4c8b8 + cc4e7b8 commit f6822f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -22,10 +22,12 @@
},
"dependencies": {
"broccoli-concat": "^3.7.1",
"broccoli-file-creator": "^2.1.1",
"broccoli-funnel": "^2.0.1",
"broccoli-merge-trees": "^3.0.1",
"broccoli-plugin": "^1.3.1",
"chalk": "^2.4.1",
"cheerio": "^1.0.0-rc.3",
"ember-cli-babel": "^7.1.0",
"ember-cli-lodash-subset": "2.0.1",
"ember-cli-preprocess-registry": "^3.1.2",
Expand All @@ -45,7 +47,6 @@
"chai": "^4.1.2",
"chai-fs": "^2.0.0",
"chai-string": "^1.4.0",
"cheerio": "^1.0.0-rc.3",
"co": "^4.6.0",
"ember-ajax": "^3.1.0",
"ember-cli": "~3.3.0",
Expand Down Expand Up @@ -75,8 +76,7 @@
"release-it": "^12.0.1",
"release-it-lerna-changelog": "^1.0.2",
"request": "^2.88.0",
"rsvp": "^4.8.3",
"broccoli-file-creator": "^1.1.1"
"rsvp": "^4.8.3"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Expand Up @@ -1858,6 +1858,14 @@ broccoli-file-creator@^1.1.1:
broccoli-plugin "^1.1.0"
mkdirp "^0.5.1"

broccoli-file-creator@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/broccoli-file-creator/-/broccoli-file-creator-2.1.1.tgz#7351dd2496c762cfce7736ce9b49e3fce0c7b7db"
integrity sha512-YpjOExWr92C5vhnK0kmD81kM7U09kdIRZk9w4ZDCDHuHXW+VE/x6AGEOQQW3loBQQ6Jk+k+TSm8dESy4uZsnjw==
dependencies:
broccoli-plugin "^1.1.0"
mkdirp "^0.5.1"

broccoli-filter@^1.2.2, broccoli-filter@^1.2.3:
version "1.3.0"
resolved "https://registry.yarnpkg.com/broccoli-filter/-/broccoli-filter-1.3.0.tgz#71e3a8e32a17f309e12261919c5b1006d6766de6"
Expand Down Expand Up @@ -2394,6 +2402,7 @@ check-error@^1.0.1:
cheerio@^1.0.0-rc.3:
version "1.0.0-rc.3"
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.3.tgz#094636d425b2e9c0f4eb91a46c05630c9a1a8bf6"
integrity sha512-0td5ijfUPuubwLUu0OBoe98gZj8C/AA+RW3v67GPlGOrvxWjZmBXiBCRU+I8VEiNyJzjth40POfHiz2RB3gImA==
dependencies:
css-select "~1.2.0"
dom-serializer "~0.1.1"
Expand Down

0 comments on commit f6822f1

Please sign in to comment.