Skip to content

Commit 4b29323

Browse files
Update the used dependency version numbers (#100)
Follow-up for #99, since I missed to update the dependency information # Conflicts: # package-lock.json
1 parent 026429b commit 4b29323

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For each minor and major version, there is a corresponding [milestone on GitHub]
2020

2121
### Fixed bugs
2222

23-
- Use browser-safe `isSet` and `isMap` implementation (#98, #97).
23+
- Use browser-safe `isSet` and `isMap` implementation to fix #96 (#98, #97).
2424

2525

2626
## v0.3.1 (2025-11-27)

examples/expression/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"watch": "concurrently -n tsc -c blue \"tsc -b tsconfig.json --watch\""
2626
},
2727
"dependencies": {
28-
"typir": "~0.3.1"
28+
"typir": "~0.3.2"
2929
}
3030
}

examples/lox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"commander": "~12.1.0",
3232
"langium": "~4.1.2",
33-
"typir-langium": "~0.3.1",
33+
"typir-langium": "~0.3.2",
3434
"vscode-languageclient": "~9.0.1",
3535
"vscode-languageserver": "~9.0.1"
3636
},

examples/ox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"commander": "~12.1.0",
3232
"langium": "~4.1.2",
33-
"typir-langium": "~0.3.1",
33+
"typir-langium": "~0.3.2",
3434
"vscode-languageclient": "~9.0.1",
3535
"vscode-languageserver": "~9.0.1"
3636
},

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/typir-langium/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"bugs": "https://github.com/TypeFox/typir/issues",
5151
"dependencies": {
5252
"langium": "~4.1.2",
53-
"typir": "~0.3.1"
53+
"typir": "~0.3.2"
5454
}
5555
}

0 commit comments

Comments
 (0)