Skip to content

Commit 097ad83

Browse files
committed
cheerio is used outside of tests so must be a dependency not a
devDependency
1 parent 6a4c8b8 commit 097ad83

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"broccoli-merge-trees": "^3.0.1",
2727
"broccoli-plugin": "^1.3.1",
2828
"chalk": "^2.4.1",
29+
"cheerio": "^1.0.0-rc.3",
2930
"ember-cli-babel": "^7.1.0",
3031
"ember-cli-lodash-subset": "2.0.1",
3132
"ember-cli-preprocess-registry": "^3.1.2",
@@ -41,11 +42,11 @@
4142
"devDependencies": {
4243
"body-parser": "^1.18.3",
4344
"broccoli-asset-rev": "^3.0.0",
45+
"broccoli-file-creator": "^1.1.1",
4446
"broccoli-test-helper": "^1.5.0",
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,6 +2394,7 @@ check-error@^1.0.1:
23942394
cheerio@^1.0.0-rc.3:
23952395
version "1.0.0-rc.3"
23962396
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.3.tgz#094636d425b2e9c0f4eb91a46c05630c9a1a8bf6"
2397+
integrity sha512-0td5ijfUPuubwLUu0OBoe98gZj8C/AA+RW3v67GPlGOrvxWjZmBXiBCRU+I8VEiNyJzjth40POfHiz2RB3gImA==
23972398
dependencies:
23982399
css-select "~1.2.0"
23992400
dom-serializer "~0.1.1"

0 commit comments

Comments
 (0)