Skip to content

Commit

Permalink
Merge pull request #38 from selemondev/chore/update-deps
Browse files Browse the repository at this point in the history
chore: update deps
  • Loading branch information
selemondev authored Oct 31, 2024
2 parents f35ebfb + 0bd875f commit 19ba46f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 18 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions package.json
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",
Expand All @@ -13,7 +13,7 @@
"email": "[email protected]"
},
"engines": {
"vscode": "^1.54.0"
"vscode": "^1.95.0"
},
"categories": [
"Other",
Expand Down Expand Up @@ -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",
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19ba46f

Please sign in to comment.