Skip to content

Commit

Permalink
Upgrade dev environment
Browse files Browse the repository at this point in the history
Upgrades vscode, webpack, test-electron, node, typescript and eslint
  • Loading branch information
fendor committed Apr 10, 2023
1 parent 345fe4f commit 80337cf
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 257 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"publisher": "haskell",
"engines": {
"vscode": "^1.74.0"
"vscode": "^1.77.0"
},
"keywords": [
"language",
Expand Down Expand Up @@ -553,23 +553,23 @@
"@types/js-yaml": "^4.0.5",
"@types/lodash-es": "^4.17.3",
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.2",
"@types/vscode": "^1.74.0",
"@types/node": "^18.15.11",
"@types/vscode": "^1.77.0",
"@types/which": "^2.0.2",
"@types/yauzl": "^2.9.1",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.51.0",
"@vscode/test-electron": "^2.2.3",
"eslint": "^8.36.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vscode/test-electron": "^2.3.0",
"eslint": "^8.38.0",
"eslint-webpack-plugin": "^4.0.0",
"glob": "^8.0.3",
"husky": "^8.0.2",
"mocha": "^10.2.0",
"prettier": "^2.8.1",
"prettier": "^2.8.7",
"pretty-quick": "^3.1.2",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"typescript": "^5.0.4",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1"
},
"extensionDependencies": [
Expand Down
Loading

0 comments on commit 80337cf

Please sign in to comment.