Skip to content

Commit

Permalink
Set minimal engine version to 1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duckdoom4 committed Jun 14, 2023
1 parent 1e766b2 commit ab6f5d5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"Snippets"
],
"engines": {
"vscode": "^1.79.0"
"vscode": "^1.75.0"
},
"capabilities": {
"untrustedWorkspaces": {
Expand Down Expand Up @@ -231,22 +231,22 @@
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^20.3.1",
"@types/vscode": "^1.79.0",
"@types/vscode": "1.75",
"@types/webpack": "^5.28.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vscode/vsce": "^2.19.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.42.0",
"eslint-plugin-import": "^2.27.5",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"prettier": "^2.8.8",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"vscode-test": "^1.6.1",
"webpack": "^5.86.0",
"webpack-cli": "^5.1.4",
"prettier": "^2.8.8",
"@vscode/vsce": "^2.19.0"
"webpack-cli": "^5.1.4"
}
}

0 comments on commit ab6f5d5

Please sign in to comment.