Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
I had an issue with a bunch of errors like this: 

```
TypeError: Cannot read property 'some' of undefined
                                                                                       
      at Object.exports.install (node_modules/whatwg-url/dist/URL.js:84:20)
```

jestjs/jest#10489 (comment) - shows that its an issue with jsdom 16.2.2. I tested by forcing the next newer version 16.3.0 which fixed the problem, so I propose that this dependency be updated.
  • Loading branch information
sidequestlegend authored Nov 19, 2020
1 parent bfc1ddb commit 61cc9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "ISC",
"dependencies": {
"chalk": "4.0.0",
"jsdom": "16.2.2",
"jsdom": "16.3.0",
"meow": "^6.0.0",
"node-sass": "^4.13.1",
"purgecss": "2.1.0",
Expand Down

0 comments on commit 61cc9cc

Please sign in to comment.