Shanedell commented on code in PR #187:
URL: https://github.com/apache/daffodil-vscode/pull/187#discussion_r900445000
##########
package.json:
##########
@@ -62,17 +62,17 @@
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/mocha": "^8.2.2",
- "@types/node": "^14.14.37",
+ "@types/node": "^18.0.0",
"@types/vscode": "^1.55.0",
"glob": "7.1.6",
- "mocha": "8.3.2",
+ "mocha": "10.0.0",
"prettier": "2.3.2",
"ts-loader": "8.1.0",
"typescript": "4.3.5",
- "vsce": "1.87.1",
+ "vsce": "2.9.1",
"vscode-debugadapter-testsupport": "1.46.0",
- "webpack": "4.46.0",
- "webpack-cli": "3.3.12"
+ "webpack": "5.40.0",
+ "webpack-cli": "4.10.0"
},
Review Comment:
Nothing breaks with the current updates. All items are allowed under ALv2
but I am not sure about their attached deps so I will look into that
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]