Skip to content

Commit

Permalink
⬆️ wavedrom + other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Feb 22, 2024
1 parent 269b954 commit b7935bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WaveDrom command-line interface

### Install

Requires `nodejs v12+`
Requires `nodejs v14+`

```sh
npm i wavedrom-cli -g
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"test-win": "for /F %f in ('dir /b test\\src\\*.js') do node wavedrom-cli.js -i test/src/%f -s test/res/%~nf.svg -p test/res/%~nf.png"
},
"dependencies": {
"fs-extra": "^11.1.0",
"fs-extra": "^11.2.0",
"json5": "^2.2.3",
"onml": "^2.1.0",
"svg2img": "^1.0.0-beta.2",
"wavedrom": "^3.1.1",
"yargs": "^17.6.2"
"wavedrom": "^3.5.0",
"yargs": "^17.7.2"
}
}

0 comments on commit b7935bf

Please sign in to comment.