Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jun 24, 2023
1 parent 4aabb98 commit d6f6ddd
Show file tree
Hide file tree
Showing 2 changed files with 1,581 additions and 1,581 deletions.
24 changes: 8 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@
"which": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@babel/register": "^7.21.0",
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/register": "^7.22.5",
"@nsis/logo": "0.0.0",
"@types/node": "^18.14.0",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@vscode/vsce": "^2.19.0",
"cross-env": "^7.0.3",
"esbuild": "^0.17.19",
"eslint": "^8.42.0",
"esbuild": "^0.18.7",
"eslint": "^8.43.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-yaml": "^0.5.0",
"gulp": "^4.0.2",
Expand All @@ -77,22 +77,14 @@
"theme": "dark"
},
"engines": {
"vscode": "^1.70.0",
"vscode": "^1.75.0",
"node": ">=16"
},
"categories": [
"Programming Languages",
"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 d6f6ddd

Please sign in to comment.