Skip to content

Commit

Permalink
downgrade dependencies, minor refactorings
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jul 8, 2023
2 parents 886e1d1 + af49153 commit adc3a74
Show file tree
Hide file tree
Showing 9 changed files with 805 additions and 309 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,25 @@
"main": "./lib/extension",
"dependencies": {
"@nsis/nlf": "^0.10.2",
"@vscode/extension-telemetry": "^0.8.1",
"makensis": "^2.0.7",
"micromatch": "^4.0.5",
"open": "^8",
"open": "^8.4.2",
"vscode-get-config": "^0.4.0",
"which": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.22.8",
"@babel/preset-env": "^7.22.7",
"@babel/register": "^7.21.0",
"@babel/register": "^7.22.5",
"@nsis/logo": "0.0.0",
"@types/node": "^18.14.0",
"@types/vscode": "^1.75.0",
"@types/node": "^18.16.19",
"@types/vscode": "^1.80.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vscode/vsce": "^2.19.0",
"cross-env": "^7.0.3",
"esbuild": "^0.17",
"esbuild": "^0.17.19",
"eslint": "^8.44.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-yaml": "^0.5.0",
Expand All @@ -70,7 +71,7 @@
"lint-staged": "^13.2.3",
"npm-run-all": "^4.1.5",
"ovsx": "^0.8.2",
"typescript": "^4"
"typescript": "^4.9.5"
},
"icon": "resources/logo.png",
"galleryBanner": {
Expand Down
Loading

0 comments on commit adc3a74

Please sign in to comment.