Skip to content

Commit

Permalink
Update mocha,ts-node,typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Oct 18, 2021
1 parent b5e8e06 commit 1b26c5d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 28 deletions.
47 changes: 22 additions & 25 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"eslint-plugin-standard": "4.1.0",
"express": "4.17.1",
"fs-extra": "10.0.0",
"mocha": "9.1.2",
"mocha": "^9.1.3",
"mustache": "4.2.0",
"nyc": "15.1.0",
"prettier": "2.4.1",
Expand All @@ -256,9 +256,9 @@
"sinon-chai": "3.7.0",
"stream-buffers": "3.0.2",
"stream-to-string": "1.2.0",
"ts-node": "10.2.1",
"ts-node": "^10.3.0",
"tsd": "0.17.0",
"typescript": "4.4.3"
"typescript": "^4.4.4"
},
"scripts": {
"build-local": "tsc --build tsconfig.node.json && cp src/importer.js lib/ && cp src/wrapper.mjs lib/",
Expand Down

0 comments on commit 1b26c5d

Please sign in to comment.