Skip to content

Commit 8b7050e

Browse files
committed
update devDependencies
1 parent ff813e9 commit 8b7050e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"url": "https://github.com/microsoft/node-jsonc-parser/issues"
1616
},
1717
"devDependencies": {
18-
"mocha": "^8.2.1",
19-
"typescript": "^4.0.5",
20-
"@types/node": "^10.12.12",
2118
"@types/mocha": "^5.2.7",
19+
"@types/node": "^16.9.6",
2220
"@typescript-eslint/eslint-plugin": "^4.7.0",
2321
"@typescript-eslint/parser": "^4.7.0",
2422
"eslint": "^7.13.0",
25-
"rimraf": "^3.0.2"
23+
"mocha": "^8.2.1",
24+
"rimraf": "^3.0.2",
25+
"typescript": "^4.4.3"
2626
},
2727
"scripts": {
2828
"prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",

0 commit comments

Comments
 (0)