Syncing optimizations (#1554)

* Syncing optimizations

* Add comment
This commit is contained in:
Pete Hunt 2020-05-07 14:13:18 -07:00 committed by GitHub
parent e27f3f9ad2
commit 4696c9ee0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 71 additions and 15 deletions

View file

@ -21,9 +21,18 @@
"dependencies": {
"@sentry/browser": "5.15.5",
"@sentry/integrations": "5.15.5",
"@testing-library/jest-dom": "5.5.0",
"@testing-library/react": "10.0.4",
"@types/jest": "25.2.1",
"@types/nanoid": "2.1.0",
"@types/react": "16.9.34",
"@types/react-dom": "16.9.7",
"@types/socket.io-client": "1.4.32",
"browser-nativefs": "0.7.1",
"i18next-browser-languagedetector": "4.1.1",
"lodash.throttle": "4.1.1",
"nanoid": "2.1.11",
"node-sass": "4.14.0",
"open-color": "1.7.0",
"points-on-curve": "0.2.0",
"pwacompat": "2.0.11",
@ -32,17 +41,10 @@
"react-scripts": "3.4.1",
"roughjs": "4.2.3",
"socket.io-client": "2.3.0",
"node-sass": "4.14.0",
"typescript": "3.8.3",
"@types/jest": "25.2.1",
"@types/nanoid": "2.1.0",
"@types/react": "16.9.34",
"@types/react-dom": "16.9.7",
"@types/socket.io-client": "1.4.32",
"@testing-library/jest-dom": "5.5.0",
"@testing-library/react": "10.0.4"
"typescript": "3.8.3"
},
"devDependencies": {
"@types/lodash.throttle": "4.1.6",
"asar": "3.0.3",
"eslint": "6.8.0",
"eslint-config-prettier": "6.11.0",