Skip to content

Commit b37def3

Browse files
authored
chore: update deps (#224)
* chore: update deps
1 parent f67714b commit b37def3

File tree

14 files changed

+11336
-211
lines changed

14 files changed

+11336
-211
lines changed

.flowconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
[include]
99

1010
[libs]
11-
flow-typed
1211

1312
[options]
1413
emoji=true

examples/simple/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import TimeAgo from '../../src/index'
55

66
const appElement = document.getElementById('app')
77

8-
appElement && ReactDom.createRoot(appElement).render(
9-
<div>
10-
You opened this page <TimeAgo date={Date.now()} />
11-
</div>,
12-
)
13-
8+
appElement &&
9+
ReactDom.createRoot(appElement).render(
10+
<div>
11+
You opened this page <TimeAgo date={Date.now()} />
12+
</div>,
13+
)

flow-typed.config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"env": ["node", "dom", "bom", "intl", "cssom", "indexeddb", "serviceworkers", "webassembly", "jsx"]
3+
}

0 commit comments

Comments
 (0)