We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21660c9 commit b72b63dCopy full SHA for b72b63d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@joernio/astgen",
3
- "version": "3.14.0",
+ "version": "3.15.0",
4
"description": "Generate JS/TS AST in json format with Babel",
5
"exports": "./index.js",
6
"keywords": [
@@ -14,8 +14,8 @@
14
"author": "Max Leuthaeuser",
15
"license": "Apache-2.0",
16
"dependencies": {
17
- "@babel/parser": "^7.22.10",
18
- "typescript": "^5.1.6",
+ "@babel/parser": "^7.24.7",
+ "typescript": "^5.5.3",
19
"yargs": "^17.7.2"
20
},
21
"scripts": {
0 commit comments