Skip to content

Commit

Permalink
downgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jul 8, 2023
1 parent b44e84f commit 886e1d1
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 226 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# 4.1.2 [#](https://github.com/idleberg/vscode-nsis/releases/tag/v4.1.2)

- downgrade dependencies

# 4.1.1 [#](https://github.com/idleberg/vscode-nsis/releases/tag/v4.1.1)

- minor improvements
- update dependencies


# 4.1.0 [#](https://github.com/idleberg/vscode-nsis/releases/tag/v4.1.0)

- add support for NSIS v3.09
Expand Down
14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@nsis/nlf": "^0.10.2",
"makensis": "^2.0.7",
"micromatch": "^4.0.5",
"open": "^9.1.0",
"open": "^8",
"vscode-get-config": "^0.4.0",
"which": "^3.0.1"
},
Expand All @@ -59,7 +59,7 @@
"@typescript-eslint/parser": "^5.61.0",
"@vscode/vsce": "^2.19.0",
"cross-env": "^7.0.3",
"esbuild": "^0.18.11",
"esbuild": "^0.17",
"eslint": "^8.44.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-yaml": "^0.5.0",
Expand All @@ -70,7 +70,7 @@
"lint-staged": "^13.2.3",
"npm-run-all": "^4.1.5",
"ovsx": "^0.8.2",
"typescript": "^5.1.6"
"typescript": "^4"
},
"icon": "resources/logo.png",
"galleryBanner": {
Expand All @@ -86,14 +86,6 @@
"Snippets",
"Other"
],
"activationEvents": [
"onCommand:extension.nsis.command-reference",
"onCommand:extension.nsis.open-settings",
"onCommand:extension.nsis.show-compiler-flags",
"onCommand:extension.nsis.show-version",
"onLanguage:nlf",
"onLanguage:nsis"
],
"contributes": {
"configuration": {
"type": "object",
Expand Down
Loading

0 comments on commit 886e1d1

Please sign in to comment.