Skip to content

Commit

Permalink
Update dependency assemblyscript to v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2023
1 parent 83f4e6c commit fa0ca2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@octokit/rest": "19.0.5",
"acme-client": "^5.0.0",
"as-bind": "0.8.2",
"assemblyscript": "0.25.2",
"assemblyscript": "0.27.0",
"cors": "^2.8.5",
"dotenv": "16.0.3",
"express": "^4.18.2",
Expand Down
4 changes: 2 additions & 2 deletions wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"assemblyscript": "^0.25.0"
"assemblyscript": "^0.27.0"
},
"type": "module",
"exports": {
Expand All @@ -23,6 +23,6 @@
"start": "npx serve ."
},
"devDependencies": {
"assemblyscript": "^0.25.0"
"assemblyscript": "^0.27.0"
}
}

0 comments on commit fa0ca2b

Please sign in to comment.