Skip to content

Commit

Permalink
WIP on using the builder pattern from burr
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Nov 9, 2024
1 parent 24c50a2 commit fa3d7d8
Show file tree
Hide file tree
Showing 8 changed files with 380 additions and 434 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,17 @@
"*.ts": "eslint --fix"
},
"dependencies": {
"@babel/generator": "7.26.0",
"@babel/parser": "^7.26.2",
"@babel/traverse": "7.25.9",
"@babel/types": "7.26.0",
"@mrleebo/prisma-ast": "^0.12.0",
"ts-morph": "^22.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@types/babel__generator": "^7.6.0",
"@types/babel__traverse": "^7.14.0",
"@types/eslint": "^8.21.1",
"@types/node": "^16.16.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
Expand Down
Loading

0 comments on commit fa3d7d8

Please sign in to comment.