We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd09632 commit b72e9d6Copy full SHA for b72e9d6
package.json
@@ -29,7 +29,7 @@
29
"@types/mocha": "^5.2.7",
30
"@types/yeoman-generator": "^5.0.0",
31
"mocha": "^6.2.0",
32
- "rimraf": "^3.0.0",
+ "rimraf": "^5.0.0",
33
"typescript": "~4.5.5",
34
"yeoman-assert": "^3.1.1",
35
"yeoman-environment": "^3.0.0",
templates/extension-package.json
@@ -30,7 +30,7 @@
"@theia/core": "<%= params.theiaVersion %>"<% if (params.dependencies) { %><%- params.dependencies %><% } %>
},
"devDependencies": {
- "rimraf": "latest",
"typescript": "~5.4.5"<% if (params.devdependencies) { %><%- params.devdependencies %><% } %>
36
"scripts": {
0 commit comments