Skip to content

Commit 0919775

Browse files
committed
Update dependencies to fix parse error
1 parent 05edc9b commit 0919775

16 files changed

+8
-8
lines changed

devbox.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"lockfile_version": "1",
33
"packages": {
44
"github:NixOS/nixpkgs/nixpkgs-unstable": {
5-
"last_modified": "2025-09-25T01:21:52Z",
6-
"resolved": "github:NixOS/nixpkgs/e57b3b16ad8758fd681511a078f35c416a8cc939?lastModified=1758763312&narHash=sha256-puBMviZhYlqOdUUgEmMVJpXqC%2FToEqSvkyZ30qQ09xM%3D"
5+
"last_modified": "2025-10-12T08:13:11Z",
6+
"resolved": "github:NixOS/nixpkgs/832e3b6db48508ae436c2c7bfc0cf914eac6938e?lastModified=1760256791&narHash=sha256-uTpzDHRASEDeFUuToWSQ46Re8beXyG9dx4W36FQa0%2Fc%3D"
77
},
88
99
"last_modified": "2025-09-18T16:33:27Z",

gren.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
],
2626
"gren-version": "0.6.0 <= v < 0.7.0",
2727
"dependencies": {
28-
"gren-lang/core": "7.1.0 <= v < 8.0.0",
28+
"gren-lang/core": "7.2.0 <= v < 8.0.0",
2929
"gren-lang/node": "6.1.0 <= v < 7.0.0",
30-
"gren-lang/parser": "6.1.0 <= v < 7.0.0"
30+
"gren-lang/parser": "6.1.1 <= v < 7.0.0"
3131
}
3232
}
-101 KB
Binary file not shown.
101 KB
Binary file not shown.
-21.1 KB
Binary file not shown.
21.1 KB
Binary file not shown.

integration-tests/gren.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"gren-version": "0.6.3",
88
"dependencies": {
99
"direct": {
10-
"gren-lang/core": "7.1.0",
10+
"gren-lang/core": "7.2.0",
1111
"gren-lang/node": "6.1.0",
1212
"gren-lang/compiler-node": "local:.."
1313
},
1414
"indirect": {
1515
"gren-lang/url": "6.0.0",
16-
"gren-lang/parser": "6.1.0"
16+
"gren-lang/parser": "6.1.1"
1717
}
1818
}
1919
}
-101 KB
Binary file not shown.
101 KB
Binary file not shown.
-21.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)