Skip to content

Commit 7339887

Browse files
chore: bump @leanprover/unicode-input to 0.1.9 (#730)
Automated version bump of `@leanprover/unicode-input` to `0.1.9`. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 46a4645 commit 7339887

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

lean4-unicode-input-component/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanprover/unicode-input-component",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Typescript support for contenteditable divs with the Unicode input support of the Lean 4 theorem prover",
55
"repository": "github:leanprover/vscode-lean4",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
],
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@leanprover/unicode-input": "^0.1.8"
18+
"@leanprover/unicode-input": "^0.1.9"
1919
},
2020
"devDependencies": {
2121
"typescript": "^5.4.5"

lean4-unicode-input/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanprover/unicode-input",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Unicode input mechanism for the Lean 4 theorem prover",
55
"repository": "github:leanprover/vscode-lean4",
66
"scripts": {

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.

vscode-lean4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1780,8 +1780,8 @@
17801780
"dependencies": {
17811781
"@leanprover/infoview": "~0.11.1",
17821782
"@leanprover/infoview-api": "~0.11.0",
1783-
"@leanprover/unicode-input": "~0.1.8",
1784-
"@leanprover/unicode-input-component": "~0.1.8",
1783+
"@leanprover/unicode-input": "~0.1.9",
1784+
"@leanprover/unicode-input-component": "~0.1.9",
17851785
"@vscode/codicons": "^0.0.36",
17861786
"@vscode-elements/elements": "^1.7.1",
17871787
"markdown-it": "^14.1.0",

0 commit comments

Comments
 (0)