updated deps

This commit is contained in:
Danny Coates 2019-07-29 15:26:11 -07:00
parent e0ae5cb3c6
commit c80f9ada65
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
8 changed files with 302 additions and 207 deletions

View file

@ -1,4 +1,4 @@
import { FluentBundle } from 'fluent';
import { FluentBundle } from '@fluent/bundle';
function makeBundle(locale, ftl) {
const bundle = new FluentBundle(locale, { useIsolating: false });