Skip to content

Commit a1b48de

Browse files
committed
fix: update visitor-as to 0.8.0
1 parent e9d4367 commit a1b48de

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

examples/quickstart/pnpm-lock.yaml

+6-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"md:deploy:gh-pages": "gh-pages -d dist/examples/markdown-parser"
4040
},
4141
"devDependencies": {
42-
"@assemblyscript/loader": "~0.19.8",
42+
"@assemblyscript/loader": "~0.19.23",
4343
"@babel/core": "^7.23.6",
4444
"@babel/plugin-proposal-class-properties": "^7.13.0",
4545
"@babel/plugin-proposal-export-default-from": "^7.23.3",
@@ -51,7 +51,7 @@
5151
"@rollup/plugin-json": "^6.1.0",
5252
"@rollup/plugin-node-resolve": "^15.2.3",
5353
"@rollup/plugin-typescript": "^11.1.5",
54-
"assemblyscript": "~0.19.8",
54+
"assemblyscript": "~0.19.23",
5555
"chokidar-cli": "^3.0.0",
5656
"cpy-cli": "^5.0.0",
5757
"desm": "^1.3.0",
@@ -119,6 +119,6 @@
119119
"assemblyscript": "0.19.x"
120120
},
121121
"dependencies": {
122-
"visitor-as": "^0.5.0"
122+
"visitor-as": "~0.8.0"
123123
}
124124
}

pnpm-lock.yaml

+9-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)