File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 33import * as React from 'react'
44import { reportNetworkProblem } from '@frogpond/analytics'
55import type { NavigationScreenProp } from 'react-navigation'
6- import { EventList , type EventType , type PoweredBy } from '@frogpond/event-list'
6+ import { EventList , type PoweredBy } from '@frogpond/event-list'
7+ import { type EventType } from '@frogpond/event-type'
78import moment from 'moment-timezone'
89import delay from 'delay'
910import { LoadingView } from '@frogpond/notice'
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @frogpond/ccc-calendar" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " " ,
5+ "main" : " index.js" ,
6+ "author" : " " ,
7+ "license" : " ISC" ,
8+ "scripts" : {
9+ "test" : " jest"
10+ },
11+ "peerDependencies" : {
12+ "react" : " ^16.0.0" ,
13+ "react-navigation" : " ^2.13.0" ,
14+ "moment-timezone" : " ^0.5.21" ,
15+ "delay" : " 4.0.1"
16+ },
17+ "dependencies" : {
18+ "@frogpond/analytics" : " ^1.0.0" ,
19+ "@frogpond/api" : " ^1.0.0" ,
20+ "@frogpond/event-list" : " ^1.0.0" ,
21+ "@frogpond/event-type" : " ^1.0.0" ,
22+ "@frogpond/notice" : " ^1.0.0"
23+ }
24+ }
You can’t perform that action at this time.
0 commit comments