update frontend deps

This commit is contained in:
Vyrtsev Mikhail
2019-06-05 23:28:57 +03:00
parent 20764b7b4e
commit c8d39a9286
8 changed files with 1800 additions and 1228 deletions
+7
View File
@@ -0,0 +1,7 @@
// hack for https://github.com/developit/preact-compat/issues/475
// should be changed when preact@10 is available
import React from 'preact';
import { createContext } from 'preact-context';
React.createContext = createContext;