Skip to content

Commit

Permalink
Update package.json dependencies (#395)
Browse files Browse the repository at this point in the history
* Update package.json dependencies

This commit updates the dependencies in the package.json file for version v0.3.3. The following packages were updated:

- "@types/node": "^20.11.5"
- "@types/vscode": "^1.85.0"
- "esbuild": "^0.19.11"
- "eslint": "^8.56.0"
- "@vscode/vsce": "^2.22.0"
- "glob": "^10.3.10"
- "mocha": "^10.2.0"
- "typescript": "^5.3.3"

* Update eslint 8.56.0

* Update vscode version
  • Loading branch information
vicperdana committed May 27, 2024
1 parent cfc69ad commit 2f935d4
Show file tree
Hide file tree
Showing 3 changed files with 1,750 additions and 4,560 deletions.
24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,23 @@ Continue reading to see the changes included in the latest version.
## Unreleased
Updated Pipeline step to remove GitHub release.

## v0.3.2
17 Jan 2024 Engineering updates
"@types/node": "^20.11.5"
"@types/vscode": "^1.85.0"
"esbuild": "^0.19.11"
"eslint": "^8.56.0"
"@vscode/vsce": "^2.22.0"
## v0.3.3 (27 May 2024)
- "@types/node": "^20.11.5"
- "@types/vscode": "^1.89.0"
- "esbuild": "^0.19.11"
- "eslint": "^8.56.0"
- "@vscode/vsce": "^2.22.0"
- "glob": "^10.3.10"
- "mocha": "^10.2.0"
- "typescript": "^5.3.3"

## v0.3.2 (17 Jan 2024)
Engineering updates
- "@types/node": "^20.11.5"
- "@types/vscode": "^1.85.0"
- "esbuild": "^0.19.11"
- "eslint": "^8.56.0"
- "@vscode/vsce": "^2.22.0"

## v0.3.1
Jan 2024 Engineering updates
Expand Down
Loading

0 comments on commit 2f935d4

Please sign in to comment.