Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
domdomegg committed Sep 14, 2024
1 parent 9a12caa commit 4c158eb
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 75 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ console.dir(W(
'false': { type: 'ty-app', C: 'Bool', mus: [] },
'one': { type: 'ty-app', C: 'Int', mus: [] },
}),
parse('odd true'),
parse('odd one'),
)[1], { depth: Infinity });
144 changes: 74 additions & 70 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"scripts": {
"start": "nodemon index.ts",
"build": "tsc --noEmit *.ts"
"build": "tsc --noEmit *.ts",
"test": "ts-node index.ts"
},
"dependencies": {
"@masala/parser": "^1.0.0",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"nodemon": "^3.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}

0 comments on commit 4c158eb

Please sign in to comment.