Skip to content

Commit f6822f1

Browse files
authored
Merge pull request #725 from ember-fastboot/fix-cheerio
cheerio is used outside of tests so must be a dependency
2 parents 6a4c8b8 + cc4e7b8 commit f6822f1

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@
2222
},
2323
"dependencies": {
2424
"broccoli-concat": "^3.7.1",
25+
"broccoli-file-creator": "^2.1.1",
2526
"broccoli-funnel": "^2.0.1",
2627
"broccoli-merge-trees": "^3.0.1",
2728
"broccoli-plugin": "^1.3.1",
2829
"chalk": "^2.4.1",
30+
"cheerio": "^1.0.0-rc.3",
2931
"ember-cli-babel": "^7.1.0",
3032
"ember-cli-lodash-subset": "2.0.1",
3133
"ember-cli-preprocess-registry": "^3.1.2",
@@ -45,7 +47,6 @@
4547
"chai": "^4.1.2",
4648
"chai-fs": "^2.0.0",
4749
"chai-string": "^1.4.0",
48-
"cheerio": "^1.0.0-rc.3",
4950
"co": "^4.6.0",
5051
"ember-ajax": "^3.1.0",
5152
"ember-cli": "~3.3.0",
@@ -75,8 +76,7 @@
7576
"release-it": "^12.0.1",
7677
"release-it-lerna-changelog": "^1.0.2",
7778
"request": "^2.88.0",
78-
"rsvp": "^4.8.3",
79-
"broccoli-file-creator": "^1.1.1"
79+
"rsvp": "^4.8.3"
8080
},
8181
"engines": {
8282
"node": "6.* || 8.* || >= 10.*"

yarn.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,6 +1858,14 @@ broccoli-file-creator@^1.1.1:
18581858
broccoli-plugin "^1.1.0"
18591859
mkdirp "^0.5.1"
18601860

1861+
broccoli-file-creator@^2.1.1:
1862+
version "2.1.1"
1863+
resolved "https://registry.yarnpkg.com/broccoli-file-creator/-/broccoli-file-creator-2.1.1.tgz#7351dd2496c762cfce7736ce9b49e3fce0c7b7db"
1864+
integrity sha512-YpjOExWr92C5vhnK0kmD81kM7U09kdIRZk9w4ZDCDHuHXW+VE/x6AGEOQQW3loBQQ6Jk+k+TSm8dESy4uZsnjw==
1865+
dependencies:
1866+
broccoli-plugin "^1.1.0"
1867+
mkdirp "^0.5.1"
1868+
18611869
broccoli-filter@^1.2.2, broccoli-filter@^1.2.3:
18621870
version "1.3.0"
18631871
resolved "https://registry.yarnpkg.com/broccoli-filter/-/broccoli-filter-1.3.0.tgz#71e3a8e32a17f309e12261919c5b1006d6766de6"
@@ -2394,6 +2402,7 @@ check-error@^1.0.1:
23942402
cheerio@^1.0.0-rc.3:
23952403
version "1.0.0-rc.3"
23962404
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.3.tgz#094636d425b2e9c0f4eb91a46c05630c9a1a8bf6"
2405+
integrity sha512-0td5ijfUPuubwLUu0OBoe98gZj8C/AA+RW3v67GPlGOrvxWjZmBXiBCRU+I8VEiNyJzjth40POfHiz2RB3gImA==
23972406
dependencies:
23982407
css-select "~1.2.0"
23992408
dom-serializer "~0.1.1"

0 commit comments

Comments
 (0)