-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from selemondev/chore/update-deps
chore: update deps
- Loading branch information
Showing
3 changed files
with
30 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,18 @@ All notable changes to the "vscode-shadcn-svelte" extension will be documented i | |
|
||
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. | ||
|
||
## v0.1.6 | ||
|
||
[compare changes](https://github.com/selemondev/vscode-shadcn-svelte/compare/v0.1.5...v0.1.6) | ||
|
||
### 🏡 Chore | ||
|
||
- Update deps ([def9035](https://github.com/selemondev/vscode-shadcn-svelte/commit/def9035)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Selemondev <[email protected]> | ||
|
||
## v0.1.5 | ||
|
||
[compare changes](https://github.com/selemondev/vscode-shadcn-svelte/compare/v0.1.4...v0.1.5) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vscode-shadcn-svelte", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"displayName": "shadcn/svelte", | ||
"description": "Integrate components and snippets from Shadcn/Svelte directly into your IDE ✨.", | ||
"publisher": "Selemondev", | ||
|
@@ -13,7 +13,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"engines": { | ||
"vscode": "^1.54.0" | ||
"vscode": "^1.95.0" | ||
}, | ||
"categories": [ | ||
"Other", | ||
|
@@ -141,8 +141,8 @@ | |
"lint": "eslint src --ext ts" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "18.x", | ||
"@types/vscode": "^1.54.0", | ||
"@types/node": "20.x", | ||
"@types/vscode": "^1.95.0", | ||
"@typescript-eslint/eslint-plugin": "^6.13.1", | ||
"@typescript-eslint/parser": "^6.13.1", | ||
"eslint": "^8.54.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.