Skip to content

Commit

Permalink
chore(deps): update dependency @vscode/vsce to v3 (#428)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 3076192 commit 6e279b7
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 55 deletions.
2 changes: 1 addition & 1 deletion nix/yarn-project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ let
rm $out/.gitignore
'';
outputHashMode = "recursive";
outputHash = "sha512-QkaGMINTSJrvyej76sou2OezbC3/3VaZVizAqCBie6DPHndA4mJZNNuK3dGCFzJfJVYO28KKy5Zoi2tD0az9kw==";
outputHash = "sha512-hdP43ZJVfjv5O+wLPiogOHmOLm25kx2P0vVUVRm210yDi5YhSLnVtyzDJDPSRwunrHEUo2jzEs7327vePbuwiw==";
};

# Main project derivation.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vscode/vsce": "^2.26.0",
"@vscode/vsce": "^3.0.0",
"@yarnpkg/types": "^4.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/catppuccin-vsc-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Catppuccin.catppuccin-vsc-icons"
],
"devDependencies": {
"@vscode/vsce": "^2.26.0"
"@vscode/vsce": "^3.0.0"
},
"scripts": {
"pack:build": "vsce package --no-dependencies --out catppuccin-vsc-pack.vsix"
Expand Down
2 changes: 1 addition & 1 deletion packages/catppuccin-vsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"@types/node": "^20.12.7",
"@types/tinycolor2": "^1.4.6",
"@types/vscode": "~1.80.0",
"@vscode/vsce": "^2.26.0",
"@vscode/vsce": "^3.0.0",
"tinycolor2": "^1.6.0",
"tsup": "^8.0.2",
"tsx": "^4.7.2",
Expand Down
Loading

0 comments on commit 6e279b7

Please sign in to comment.