mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
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:
parent
9b7a743e8b
commit
9ac79061fa
3 changed files with 32 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue