We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1436d8 commit dbcbff8Copy full SHA for dbcbff8
spago.lock
@@ -6,7 +6,7 @@
6
"core": {
7
"dependencies": [
8
{
9
- "aff": ">=7.0.0 <8.0.0"
+ "aff": ">=7.0.0 <9.0.0"
10
},
11
12
"aff-retry": ">=2.0.0 <3.0.0"
spago.yaml
@@ -5,7 +5,7 @@ workspace:
5
package:
name: yoga-om
publish:
- version: 1.3.0
+ version: 1.4.0
license: MIT
exclude:
- "src/**/*.test.purs"
@@ -14,7 +14,7 @@ package:
14
githubOwner: rowtype-yoga
15
githubRepo: purescript-yoga-om
16
dependencies:
17
- - aff: ">=7.0.0 <8.0.0"
+ - aff: ">=7.0.0 <9.0.0"
18
- avar: ">=5.0.0 <6.0.0"
19
- console: ">=6.0.0 <7.0.0"
20
- control: ">=6.0.0 <7.0.0"
0 commit comments