Skip to content

Commit 5c6aaaf

Browse files
committed
💚 Fixing unit tests
Using latest version of enzyme with patched version of cheerio
1 parent 7b1a46f commit 5c6aaaf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"treeview"
180180
],
181181
"dependencies": {
182+
"cheerio": "~1.0.0-rc.3",
182183
"flux": "~4.0.1",
183184
"react-base16-styling": "~0.6.0",
184185
"react-lifecycles-compat": "~3.0.4",
@@ -194,13 +195,13 @@
194195
"@types/react": "^18.2.20",
195196
"babel-plugin-react-html-attrs": "~2.1.0",
196197
"chai": "~4.2.0",
197-
"github-generate-release": "latest",
198198
"css-loader": "~4.3.0",
199-
"enzyme": "~3.2.0",
199+
"enzyme": "~3.11.0",
200200
"enzyme-adapter-react-16": "~1.15.5",
201201
"eslint": "~7.16.0",
202202
"eslint-plugin-prettier": "~3.3.1",
203203
"eslint-plugin-react": "~7.21.5",
204+
"github-generate-release": "latest",
204205
"html-webpack-plugin": "^4.5.2",
205206
"ignore-styles": "~5.0.1",
206207
"jsdom": "~16.4.0",

0 commit comments

Comments
 (0)