Skip to content

Commit c4d12fc

Browse files
authored
chore: bump unicode input versions again (#583)
1 parent fa03bbc commit c4d12fc

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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.1",
3+
"version": "0.1.2",
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.1"
17+
"@leanprover/unicode-input": "^0.1.2"
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.1",
3+
"version": "0.1.2",
44
"description": "Unicode input mechanism for the Lean 4 theorem prover",
55
"scripts": {
66
"watch": "tsc --watch",

package-lock.json

Lines changed: 7 additions & 7 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
@@ -1083,8 +1083,8 @@
10831083
"dependencies": {
10841084
"@leanprover/infoview": "~0.8.0",
10851085
"@leanprover/infoview-api": "~0.5.0",
1086-
"@leanprover/unicode-input": "~0.1.1",
1087-
"@leanprover/unicode-input-component": "~0.1.1",
1086+
"@leanprover/unicode-input": "~0.1.2",
1087+
"@leanprover/unicode-input-component": "~0.1.2",
10881088
"@vscode/codicons": "^0.0.36",
10891089
"@vscode-elements/elements": "^1.7.1",
10901090
"markdown-it": "^14.1.0",

0 commit comments

Comments
 (0)