-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #140 from Discookie/ericsson/fix-ci
Update dependencies and fix Yarn 2 enable bug
- Loading branch information
Showing
7 changed files
with
1,981 additions
and
2,253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -340,26 +340,27 @@ | |
"test": "yarn run pretest && node ./out/test/runTest.js" | ||
}, | ||
"devDependencies": { | ||
"@types/glob": "^7.1.3", | ||
"@types/mocha": "^8.0.4", | ||
"@types/node": "^12.11.7", | ||
"@types/shell-quote": "^1.7.1", | ||
"@types/glob": "^8.1.0", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^16.11.7", | ||
"@types/shell-quote": "^1.7.5", | ||
"@types/vscode": "1.53.0", | ||
"@typescript-eslint/eslint-plugin": "^5.55.0", | ||
"@typescript-eslint/parser": "^5.55.0", | ||
"@vscode/test-electron": "^1.5.0", | ||
"@vscode/vsce": "^2.18.0", | ||
"eslint": "^7.19.0", | ||
"glob": "^7.1.6", | ||
"mocha": "^8.2.1", | ||
"sinon": "^13.0.1", | ||
"ts-loader": "^8.0.14", | ||
"typescript": "^4.1.3", | ||
"webpack": "^5.19.0", | ||
"webpack-cli": "^4.4.0" | ||
"@typescript-eslint/eslint-plugin": "^7.1.0", | ||
"@typescript-eslint/parser": "^7.1.0", | ||
"@vscode/test-electron": "^2.3.9", | ||
"@vscode/vsce": "^2.24.0", | ||
"eslint": "^8.57.0", | ||
"glob": "^8.1.0", | ||
"mocha": "^10.3.0", | ||
"sinon": "^17.0.1", | ||
"ts-loader": "^9.5.1", | ||
"typescript": "^5.3.3", | ||
"webpack": "^5.90.3", | ||
"webpack-cli": "^5.1.4" | ||
}, | ||
"dependencies": { | ||
"shell-quote": "^1.7.3" | ||
"shell-quote": "^1.8.1", | ||
"tslib": "^2.6.2" | ||
}, | ||
"packageManager": "yarn@3.4.1" | ||
"packageManager": "[email protected].0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.