Skip to content

Commit 2300412

Browse files
authored
Merge pull request #21 from lydell/update-elm-syntax
Update to latest version of elm-syntax
2 parents 452aab4 + 6b6018d commit 2300412

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/features/html-to-elm/elm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"elm/core": "1.0.5",
1111
"elm/html": "1.0.0",
1212
"jims/html-parser": "1.0.0",
13-
"stil4m/elm-syntax": "7.2.9",
13+
"stil4m/elm-syntax": "7.3.8",
1414
"the-sett/elm-pretty-printer": "3.0.0",
1515
"the-sett/elm-syntax-dsl": "6.0.2"
1616
},

src/features/shared/elm-to-ast/elm-syntax.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* The JSON AST encoded by the `stil4m/elm-syntax` package:
33
*
4-
* https://package.elm-lang.org/packages/stil4m/elm-syntax/7.2.9
4+
* https://package.elm-lang.org/packages/stil4m/elm-syntax/7.3.8
55
*
66
*/
77

src/features/shared/elm-to-ast/elm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"elm/core": "1.0.5",
1111
"elm/html": "1.0.0",
1212
"elm/json": "1.1.3",
13-
"stil4m/elm-syntax": "7.2.9"
13+
"stil4m/elm-syntax": "7.3.8"
1414
},
1515
"indirect": {
1616
"elm/parser": "1.1.0",

0 commit comments

Comments
 (0)