Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
max-leuthaeuser committed Jul 2, 2024
1 parent 21660c9 commit b72b63d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joernio/astgen",
"version": "3.14.0",
"version": "3.15.0",
"description": "Generate JS/TS AST in json format with Babel",
"exports": "./index.js",
"keywords": [
Expand All @@ -14,8 +14,8 @@
"author": "Max Leuthaeuser",
"license": "Apache-2.0",
"dependencies": {
"@babel/parser": "^7.22.10",
"typescript": "^5.1.6",
"@babel/parser": "^7.24.7",
"typescript": "^5.5.3",
"yargs": "^17.7.2"
},
"scripts": {
Expand Down

0 comments on commit b72b63d

Please sign in to comment.