Skip to content

Commit 13bc63b

Browse files
committed
Update to @fluent/bundle 0.18, @fluent/dedent 0.5, @fluent/syntax 0.19
1 parent e168c8d commit 13bc63b

File tree

3 files changed

+32
-29
lines changed

3 files changed

+32
-29
lines changed

package-lock.json

Lines changed: 27 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"process": "^0.11.10"
99
},
1010
"dependencies": {
11-
"@fluent/bundle": "0.14.0",
12-
"@fluent/dedent": "^0.1.0",
13-
"@fluent/syntax": "0.14.0",
11+
"@fluent/bundle": "^0.18.0",
12+
"@fluent/dedent": "^0.5.0",
13+
"@fluent/syntax": "^0.19.0",
1414
"brace": "^0.11.1",
1515
"react": "^16.8.6",
1616
"react-ace": "^7.0.2",

src/fluent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// vim: ts=4 et sts=4 sw=4
22

3-
import { FluentBundle, FluentResource } from "@fluent/bundle/compat";
3+
import { FluentBundle, FluentResource } from "@fluent/bundle";
44
import {
55
FluentParser,
66
lineOffset,
77
columnOffset,
88
Resource,
9-
} from "@fluent/syntax/compat";
9+
} from "@fluent/syntax";
1010

1111
const fluent_parser = new FluentParser();
1212

0 commit comments

Comments
 (0)