Skip to content

Commit 94bf52d

Browse files
committed
🐛 Fixing test build
We should use exact cheerio version
1 parent c48cd59 commit 94bf52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@
179179
"treeview"
180180
],
181181
"dependencies": {
182-
"cheerio": "~1.0.0",
183182
"flux": "~4.0.1",
184183
"react-base16-styling": "~0.6.0",
185184
"react-lifecycles-compat": "~3.0.4",
@@ -195,6 +194,7 @@
195194
"@types/react": "^18.2.20",
196195
"babel-plugin-react-html-attrs": "~2.1.0",
197196
"chai": "~4.2.0",
197+
"cheerio": "1.0.0-rc.3",
198198
"css-loader": "~4.3.0",
199199
"enzyme": "~3.11.0",
200200
"enzyme-adapter-react-16": "~1.15.5",

0 commit comments

Comments
 (0)