Skip to content

Commit

Permalink
chore: bump infoview and infoview-api versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vtec234 committed Jan 12, 2025
1 parent 7725ba0 commit 9b6d25d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lean4-infoview-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanprover/infoview-api",
"version": "0.4.0",
"version": "0.5.0",
"description": "Types and API for @leanprover/infoview.",
"scripts": {
"watch": "tsc --watch",
Expand Down
4 changes: 2 additions & 2 deletions lean4-infoview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanprover/infoview",
"version": "0.7.10",
"version": "0.8.0",
"description": "An interactive display for the Lean 4 theorem prover.",
"scripts": {
"watch": "rollup --config --environment NODE_ENV:development --watch",
Expand Down Expand Up @@ -49,7 +49,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@leanprover/infoview-api": "~0.4.0",
"@leanprover/infoview-api": "~0.5.0",
"@vscode/codicons": "^0.0.32",
"@vscode-elements/react-elements": "^0.5.0",
"es-module-lexer": "^1.5.4",
Expand Down
26 changes: 20 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vscode-lean4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1069,8 +1069,8 @@
"test": "node ./out/test/suite/runTest.js"
},
"dependencies": {
"@leanprover/infoview": "~0.7.0",
"@leanprover/infoview-api": "~0.4.0",
"@leanprover/infoview": "~0.8.0",
"@leanprover/infoview-api": "~0.5.0",
"@leanprover/unicode-input": "~0.1.0",
"@leanprover/unicode-input-component": "~0.1.0",
"@vscode/codicons": "^0.0.36",
Expand Down

0 comments on commit 9b6d25d

Please sign in to comment.