Skip to content

Commit

Permalink
Merge pull request #73 from alephium/Update-version-to-v0.1.10
Browse files Browse the repository at this point in the history
Update dep
  • Loading branch information
suyanlong authored Jan 11, 2023
2 parents 6b9130f + 7abc881 commit e6fb147
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ralph-vscode",
"displayName": "ralph vscode",
"description": "ralph vscode",
"version": "0.1.9",
"version": "0.1.10",
"engines": {
"vscode": "^1.69.0",
"node": ">=v18.0.0"
Expand Down Expand Up @@ -68,12 +68,12 @@
"ralph.download.config.url": {
"type": "string",
"description": "download link",
"default": "https://github.com/alephium/alephium/releases/download/v1.6.0-rc4/alephium-ralphc-1.6.0-rc4.jar"
"default": "https://github.com/alephium/alephium/releases/download/v1.6.0-rc5/alephium-ralphc-1.6.0-rc5.jar"
},
"ralph.download.config.target": {
"type": "string",
"description": "compiler jar",
"default": "alephium-ralphc-1.6.0-rc4.jar"
"default": "alephium-ralphc-1.6.0-rc5.jar"
},
"ralph.compile.command": {
"type": "string",
Expand Down Expand Up @@ -250,9 +250,9 @@
"antlr4ts": "antlr4ts -visitor ./src/parser/*.g4"
},
"dependencies": {
"@alephium/cli": "0.3.0-rc.0",
"@alephium/web3": "0.3.0-rc.0",
"@alephium/web3-test": "0.3.0-rc.0",
"@alephium/cli": "0.3.0-rc.4",
"@alephium/web3": "0.3.0-rc.4",
"@alephium/web3-test": "0.3.0-rc.4",
"antlr4ts": "0.5.0-alpha.4",
"execa": "^6.1.0",
"immutable": "^4.2.1",
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

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

0 comments on commit e6fb147

Please sign in to comment.