Skip to content

Commit bd8a69f

Browse files
authored
chore: bump infoview versions (#649)
1 parent 95d2456 commit bd8a69f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

lean4-infoview-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanprover/infoview-api",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Types and API for @leanprover/infoview.",
55
"scripts": {
66
"watch": "tsc --watch",

lean4-infoview/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanprover/infoview",
3-
"version": "0.8.5",
3+
"version": "0.8.6",
44
"description": "An interactive display for the Lean 4 theorem prover.",
55
"scripts": {
66
"watch": "rollup --config --environment NODE_ENV:development --watch",
@@ -49,7 +49,7 @@
4949
"typescript": "^5.4.5"
5050
},
5151
"dependencies": {
52-
"@leanprover/infoview-api": "~0.7.0",
52+
"@leanprover/infoview-api": "~0.8.0",
5353
"@vscode/codicons": "^0.0.32",
5454
"@vscode-elements/react-elements": "^0.5.0",
5555
"es-module-lexer": "^1.5.4",

package-lock.json

Lines changed: 5 additions & 5 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
@@ -1707,8 +1707,8 @@
17071707
"test": "node ./out/test/suite/runTest.js"
17081708
},
17091709
"dependencies": {
1710-
"@leanprover/infoview": "~0.8.5",
1711-
"@leanprover/infoview-api": "~0.7.0",
1710+
"@leanprover/infoview": "~0.8.6",
1711+
"@leanprover/infoview-api": "~0.8.0",
17121712
"@leanprover/unicode-input": "~0.1.5",
17131713
"@leanprover/unicode-input-component": "~0.1.5",
17141714
"@vscode/codicons": "^0.0.36",

0 commit comments

Comments
 (0)