Skip to content

Commit 9d5c0f2

Browse files
authored
chore: bump unicode input (#636)
1 parent e2a767e commit 9d5c0f2

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.4",
3+
"version": "0.1.5",
44
"description": "Typescript support for contenteditable divs with the Unicode input support of the Lean 4 theorem prover",
55
"scripts": {
66
"watch": "tsc --watch",
@@ -14,7 +14,7 @@
1414
],
1515
"license": "Apache-2.0",
1616
"dependencies": {
17-
"@leanprover/unicode-input": "^0.1.4"
17+
"@leanprover/unicode-input": "^0.1.5"
1818
},
1919
"devDependencies": {
2020
"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.4",
3+
"version": "0.1.5",
44
"description": "Unicode input mechanism for the Lean 4 theorem prover",
55
"scripts": {
66
"watch": "tsc --watch",

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
@@ -1661,8 +1661,8 @@
16611661
"dependencies": {
16621662
"@leanprover/infoview": "~0.8.5",
16631663
"@leanprover/infoview-api": "~0.7.0",
1664-
"@leanprover/unicode-input": "~0.1.4",
1665-
"@leanprover/unicode-input-component": "~0.1.4",
1664+
"@leanprover/unicode-input": "~0.1.5",
1665+
"@leanprover/unicode-input-component": "~0.1.5",
16661666
"@vscode/codicons": "^0.0.36",
16671667
"@vscode-elements/elements": "^1.7.1",
16681668
"markdown-it": "^14.1.0",

0 commit comments

Comments
 (0)