Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Sep 2, 2023
1 parent 69bce25 commit 823d082
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion wrapper/nodejs/astgen.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
} from "fs";
import { getAllFiles } from "./utils.mjs";

const ASTGEN_VERSION = "3.4.0";
const ASTGEN_VERSION = "4.0.0";

const babelParserOptions = {
sourceType: "unambiguous",
Expand Down
36 changes: 18 additions & 18 deletions wrapper/nodejs/package-lock.json

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

8 changes: 4 additions & 4 deletions wrapper/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appthreat/atom",
"version": "1.1.5",
"version": "1.1.6",
"description": "Create atom (⚛) representation for your application, packages and libraries",
"exports": "./index.js",
"type": "module",
Expand All @@ -9,12 +9,12 @@
"lint": "eslint *.mjs *.js"
},
"dependencies": {
"@babel/parser": "^7.22.10",
"typescript": "^5.1.6",
"@babel/parser": "^7.22.14",
"typescript": "^5.2.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"eslint": "^8.47.0"
"eslint": "^8.48.0"
},
"bin": {
"atom": "./index.js",
Expand Down

0 comments on commit 823d082

Please sign in to comment.