Skip to content

Commit

Permalink
generators: js: fix sinon dependency to 17.0.0
Browse files Browse the repository at this point in the history
this fixes a node12 issue with optional chaining in the libx
  • Loading branch information
Williangalvani committed Nov 20, 2023
1 parent 72ead37 commit acc7f50
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 60 deletions.
211 changes: 152 additions & 59 deletions generator/javascript/package-lock.json

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

2 changes: 1 addition & 1 deletion generator/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint": "^6.1.0",
"mocha": "",
"should": "",
"sinon": ""
"sinon": "^17.0.0"
},
"scripts": {
"preinstall": "rm -rf implementations",
Expand Down

0 comments on commit acc7f50

Please sign in to comment.