Bump roughjs and resolve breaking change in roughjs refactoring… (#1463)

* Fix for roughjs refactoring curve-estinmation code into a separate package

* Update jest transformIgnorePatterns
This commit is contained in:
Preet 2020-04-20 10:43:06 -07:00 committed by GitHub
parent 9b7a743e8b
commit 9ac79061fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 7 deletions

View file

@ -25,11 +25,12 @@
"i18next-browser-languagedetector": "4.1.1",
"nanoid": "2.1.11",
"open-color": "1.7.0",
"points-on-curve": "0.2.0",
"pwacompat": "2.0.11",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-scripts": "3.4.1",
"roughjs": "4.1.4",
"roughjs": "4.2.1",
"socket.io-client": "2.3.0"
},
"devDependencies": {
@ -103,7 +104,7 @@
},
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!(roughjs|browser-nativefs)/)"
"node_modules/(?!(roughjs|points-on-curve|path-data-parser|points-on-path|browser-nativefs)/)"
]
},
"private": true,