File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 "fela-plugin-prefixer" : " ^11.0.2" ,
2929 "fela-plugin-unit" : " ^11.0.2" ,
3030 "fela-plugin-validator" : " ^11.0.2" ,
31- "preact" : " ^8.1.0" ,
32- "preact-context" : " ^1.1.2" ,
31+ "preact" : " ^10.2.1" ,
3332 "preact-fela" : " ^11.0.2" ,
3433 "preact-render-to-string" : " ^3.6.0" ,
3534 "webpack" : " ^2.6.1" ,
Original file line number Diff line number Diff line change 2424 "author" : " Robin Frischmann" ,
2525 "license" : " MIT" ,
2626 "peerDependencies" : {
27- "preact" : " ^8.2.7" ,
28- "preact-context" : " ^1.1.2"
27+ "preact" : " ^10.2.1"
2928 },
3029 "dependencies" : {
3130 "fela-bindings" : " ^11.0.2" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default RendererProviderFactory(
99 Component ,
1010 RendererContext ,
1111 createElement ,
12- ( [ children ] ) => children ,
12+ children => children ,
1313 {
1414 defaultProps : {
1515 renderToDOM : true ,
Original file line number Diff line number Diff line change 11/* @flow */
22// $FlowFixMe
3- import { createContext } from 'preact-context '
3+ import { createContext } from 'preact'
44
55// $FlowFixMe
66export const RendererContext = createContext ( )
You can’t perform that action at this time.
0 commit comments