Skip to content

Commit 4c7cbdd

Browse files
authored
chore: bump unicode input version (#600)
1 parent 389bb4d commit 4c7cbdd

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.3",
3+
"version": "0.1.4",
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.3"
17+
"@leanprover/unicode-input": "^0.1.4"
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.3",
3+
"version": "0.1.4",
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
@@ -1131,8 +1131,8 @@
11311131
"dependencies": {
11321132
"@leanprover/infoview": "~0.8.3",
11331133
"@leanprover/infoview-api": "~0.6.0",
1134-
"@leanprover/unicode-input": "~0.1.3",
1135-
"@leanprover/unicode-input-component": "~0.1.3",
1134+
"@leanprover/unicode-input": "~0.1.4",
1135+
"@leanprover/unicode-input-component": "~0.1.4",
11361136
"@vscode/codicons": "^0.0.36",
11371137
"@vscode-elements/elements": "^1.7.1",
11381138
"markdown-it": "^14.1.0",

0 commit comments

Comments
 (0)