mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Bump roughjs version to fix ellipse fills (#367)
This commit is contained in:
parent
8dbd1b80df
commit
d2a3ed7931
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -12833,9 +12833,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"roughjs": {
|
"roughjs": {
|
||||||
"version": "4.0.1",
|
"version": "4.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.0.3.tgz",
|
||||||
"integrity": "sha512-uw5PHL7yXjjUAnIylegD1TzsygaeDLs4qrMHdu+9xY16Fd1Db8L8qHm7YQTeLOoqqjhlhDtMGdWda/Qw8rX3ww=="
|
"integrity": "sha512-bXqNB7R9f7Zg3D4x8Cgz4KCnP2FJJCEvOPgsrg3FSlq6tOFm3aTAC+Lb9z64m0tOGW4Lq3hzAp0UMpB4Dq4mhw=="
|
||||||
},
|
},
|
||||||
"rsvp": {
|
"rsvp": {
|
||||||
"version": "4.8.5",
|
"version": "4.8.5",
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"react": "16.12.0",
|
"react": "16.12.0",
|
||||||
"react-dom": "16.12.0",
|
"react-dom": "16.12.0",
|
||||||
"react-scripts": "3.3.0",
|
"react-scripts": "3.3.0",
|
||||||
"roughjs": "4.0.1"
|
"roughjs": "4.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^24.0.25",
|
"@types/jest": "^24.0.25",
|
||||||
|
|
Loading…
Add table
Reference in a new issue