mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
refactor: Rename browser-nativefs to browser-fs-access (#2862)
This commit is contained in:
parent
4392a4644a
commit
b5e26ba81f
6 changed files with 10 additions and 10 deletions
|
@ -27,7 +27,7 @@
|
|||
"@types/react": "17.0.0",
|
||||
"@types/react-dom": "17.0.0",
|
||||
"@types/socket.io-client": "1.4.35",
|
||||
"browser-nativefs": "0.12.0",
|
||||
"browser-fs-access": "0.13.0",
|
||||
"clsx": "1.1.1",
|
||||
"firebase": "8.2.4",
|
||||
"i18next-browser-languagedetector": "6.0.1",
|
||||
|
@ -72,7 +72,7 @@
|
|||
},
|
||||
"jest": {
|
||||
"transformIgnorePatterns": [
|
||||
"node_modules/(?!(roughjs|points-on-curve|path-data-parser|points-on-path|browser-nativefs)/)"
|
||||
"node_modules/(?!(roughjs|points-on-curve|path-data-parser|points-on-path|browser-fs-access)/)"
|
||||
],
|
||||
"resetMocks": false
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue