@stacksjs/components 0.2.26 → 0.2.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/components",
3
3
  "type": "module",
4
- "version": "0.2.26",
4
+ "version": "0.2.35",
5
5
  "description": "A modern component library built with STX, featuring headwind utility classes and TypeScript syntax highlighting.",
6
6
  "author": "Chris Breuer <chris@stacksjs.org>",
7
7
  "license": "MIT",
@@ -58,8 +58,8 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@cwcss/crosswind": "^0.2.0",
61
- "@stacksjs/stx": "0.2.26",
62
- "bun-plugin-stx": "0.2.26",
61
+ "@stacksjs/stx": "0.2.35",
62
+ "bun-plugin-stx": "0.2.35",
63
63
  "ts-syntax-highlighter": "^0.2.1"
64
64
  },
65
65
  "devDependencies": {