Skip to content

Commit f92be6d

Browse files
committed
Update dependencies to latest released versions.
1 parent 6983ddd commit f92be6d

13 files changed

Lines changed: 7 additions & 6 deletions

gren.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
],
1717
"gren-version": "0.6.0 <= v < 0.7.0",
1818
"dependencies": {
19-
"gren-lang/core": "local:../core",
19+
"gren-lang/core": "7.4.0 <= v < 8.0.0",
2020
"gren-lang/node": "6.1.0 <= v < 7.0.0",
21-
"gren-lang/compiler-common": "local:../compiler-common"
21+
"gren-lang/compiler-common": "1.0.0 <= v < 2.0.0"
2222
}
2323
}
24.9 KB
Binary file not shown.
-101 KB
Binary file not shown.
119 KB
Binary file not shown.
-21.3 KB
Binary file not shown.

integration-tests/gren.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
"gren-version": "0.6.3",
88
"dependencies": {
99
"direct": {
10-
"gren-lang/core": "7.2.1",
10+
"gren-lang/core": "7.4.0",
1111
"gren-lang/node": "6.1.0",
12-
"gren-lang/compiler-node": "local:.."
12+
"gren-lang/compiler-node": "local:..",
13+
"gren-lang/compiler-common": "1.0.0"
1314
},
1415
"indirect": {
1516
"gren-lang/url": "6.0.0",
Binary file not shown.
-101 KB
Binary file not shown.
119 KB
Binary file not shown.

tests/gren.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"dependencies": {
99
"direct": {
1010
"gren-lang/node": "6.1.0",
11-
"gren-lang/core": "local:../../core",
11+
"gren-lang/core": "7.4.0",
1212
"gren-lang/test": "5.0.0",
1313
"gren-lang/parser": "6.2.0",
1414
"gren-lang/test-runner-node": "7.0.0",
1515
"gren-lang/compiler-node": "local:..",
16-
"gren-lang/compiler-common": "local:../../compiler-common"
16+
"gren-lang/compiler-common": "1.0.0"
1717
},
1818
"indirect": {
1919
"gren-lang/url": "6.0.0"

0 commit comments

Comments
 (0)