Skip to content

Commit 8d843f1

Browse files
committed
parsing v7.0.0, formatters v6.0.0, graphql-client v7.0.1
1 parent 68df03a commit 8d843f1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@
14321432
"transformers"
14331433
],
14341434
"repo": "https://github.com/purescript-contrib/purescript-formatters.git",
1435-
"version": "v5.0.1"
1435+
"version": "v6.0.0"
14361436
},
14371437
"framer-motion": {
14381438
"dependencies": [
@@ -1690,7 +1690,7 @@
16901690
"unicode"
16911691
],
16921692
"repo": "https://github.com/OxfordAbstracts/purescript-graphql-client.git",
1693-
"version": "v4.0.18"
1693+
"version": "v7.0.1"
16941694
},
16951695
"graphqlclient": {
16961696
"dependencies": [
@@ -2982,7 +2982,7 @@
29822982
"unicode"
29832983
],
29842984
"repo": "https://github.com/purescript-contrib/purescript-parsing.git",
2985-
"version": "v6.0.2"
2985+
"version": "v7.0.0"
29862986
},
29872987
"parsing-dataview": {
29882988
"dependencies": [

src/groups/oxford-abstracts.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
, "unicode"
5050
]
5151
, repo = "https://github.com/OxfordAbstracts/purescript-graphql-client.git"
52-
, version = "v4.0.18"
52+
, version = "v7.0.1"
5353
}
5454
}

src/groups/purescript-contrib.dhall

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
, "transformers"
202202
]
203203
, repo = "https://github.com/purescript-contrib/purescript-formatters.git"
204-
, version = "v5.0.1"
204+
, version = "v6.0.0"
205205
}
206206
, freet =
207207
{ dependencies =
@@ -313,7 +313,7 @@
313313
, "unicode"
314314
]
315315
, repo = "https://github.com/purescript-contrib/purescript-parsing.git"
316-
, version = "v6.0.2"
316+
, version = "v7.0.0"
317317
}
318318
, pathy =
319319
{ dependencies =

0 commit comments

Comments
 (0)