Skip to content

Commit

Permalink
chore(deps): dedupe & relock nix
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Feb 26, 2024
1 parent b3213c4 commit 08d9656
Show file tree
Hide file tree
Showing 7 changed files with 163 additions and 343 deletions.
2 changes: 1 addition & 1 deletion nix/yarn-project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ let
rm $out/.gitignore
'';
outputHashMode = "recursive";
outputHash = "sha512-SJRITm69tOhFPVOvqzHT23TuOROxDZo7oGi9IvdCN9hCFDxJaPNLVqxsGgCi2fKP0KYAwoAixUB4tBWISs9oog==";
outputHash = "sha512-/nnteBtNN3F6gjGRSpb+DR7jBZuesmC+qZ1Rrmd+wkIE9VBfVTZcojF/SyDTwH20mGvdHHLspUn/2u8kFc1HBA==";
};


Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "@catppuccin/vscode-monorepo",
"private": true,
"devDependencies": {
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vscode/vsce": "^2.22.0",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vscode/vsce": "^2.24.0",
"@yarnpkg/types": "^4.0.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^51.0.1",
"husky": "^9.0.10",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
},
"dependenciesMeta": {
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.22.0"
"@vscode/vsce": "^2.24.0"
},
"scripts": {
"pack:build": "vsce package --no-dependencies --out catppuccin-vsc-pack.vsix"
Expand Down
26 changes: 13 additions & 13 deletions packages/catppuccin-vsc-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
"license": "MIT",
"private": true,
"devDependencies": {
"@catppuccin/palette": "^1.0.3",
"@catppuccin/palette": "^1.1.0",
"@fontsource-variable/jetbrains-mono": "~5.0.19",
"@storybook/addon-essentials": "^7.6.13",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-styling": "^1.3.7",
"@storybook/addon-themes": "^7.6.13",
"@storybook/blocks": "^7.6.13",
"@storybook/react": "^7.6.13",
"@storybook/react-vite": "^7.6.13",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@storybook/addon-themes": "^7.6.17",
"@storybook/blocks": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/react-vite": "^7.6.17",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"catppuccin-vsc": "workspace:*",
"chromatic": "^10.9.2",
"eslint": "^8.56.0",
"eslint-plugin-storybook": "^0.6.15",
"chromatic": "^11.0.0",
"eslint": "^8.57.0",
"eslint-plugin-storybook": "^0.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shikiji": "^0.10.2",
"storybook": "^7.6.13",
"tsx": "^4.7.0",
"storybook": "^7.6.17",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vite": "^4.5.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/catppuccin-vsc-typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"devDependencies": {
"json-schema-to-typescript": "^13.1.2",
"tsx": "^4.7.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
},
"scripts": {
Expand Down
14 changes: 7 additions & 7 deletions packages/catppuccin-vsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
"type": "object",
"default": {},
"markdownDescription": "Custom color overrides. Assign your own hex codes to palette colors. See [the docs](https://github.com/catppuccin/vscode#override-palette-colors) for reference.",
"$ref": "https://cdn.jsdelivr.net/gh/catppuccin/[email protected].0/packages/catppuccin-vsc/schemas/colorOverrides.schema.json"
"$ref": "https://cdn.jsdelivr.net/gh/catppuccin/[email protected].1/packages/catppuccin-vsc/schemas/colorOverrides.schema.json"
},
"catppuccin.customUIColors": {
"type": "object",
"default": {},
"markdownDescription": "Customize UI colors. Map `workbench.colorCustomizations` to palette colors. See [the docs](https://github.com/catppuccin/vscode#use-palette-colors-on-workbench-elements-ui) for reference.",
"$ref": "https://cdn.jsdelivr.net/gh/catppuccin/[email protected].0/packages/catppuccin-vsc/schemas/customUIColors.schema.json"
"$ref": "https://cdn.jsdelivr.net/gh/catppuccin/[email protected].1/packages/catppuccin-vsc/schemas/customUIColors.schema.json"
},
"catppuccin.accentColor": {
"type": "string",
Expand Down Expand Up @@ -162,15 +162,15 @@
},
"devDependencies": {
"@actions/core": "^1.10.1",
"@catppuccin/palette": "^1.0.3",
"@catppuccin/palette": "^1.1.0",
"@catppuccin/vsc-typegen": "workspace:*",
"@types/node": "^20.11.17",
"@types/node": "^20.11.20",
"@types/tinycolor2": "^1.4.6",
"@types/vscode": "~1.80.0",
"@vscode/vsce": "^2.22.0",
"@vscode/vsce": "^2.24.0",
"tinycolor2": "^1.6.0",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"type-flag": "^3.0.0",
"typescript": "^5.3.3"
},
Expand Down
Loading

0 comments on commit 08d9656

Please sign in to comment.