@ulu/frontend 0.2.0-beta.10 → 0.2.0-beta.11

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ulu/frontend",
3
- "version": "0.2.0-beta.10",
3
+ "version": "0.2.0-beta.11",
4
4
  "description": "A framework-agnostic frontend toolkit providing a modular, tree-shakable library of accessible components and utilities. Designed for seamless integration, it features a highly configurable SCSS system for any environment and vanilla JavaScript modules optimized for traditional websites and content management systems.",
5
5
  "type": "module",
6
6
  "files": [
@@ -87,7 +87,7 @@
87
87
  "homepage": "https://github.com/Jscherbe/frontend#readme",
88
88
  "peerDependencies": {
89
89
  "@floating-ui/dom": "^1.6.5",
90
- "@ulu/utils": "^0.0.33",
90
+ "@ulu/utils": "^0.0.34",
91
91
  "aria-tablist": "^1.2.2",
92
92
  "swipe-listener": "^1.3.0"
93
93
  },
@@ -99,7 +99,7 @@
99
99
  "@fortawesome/fontawesome-free": "^6.5.2",
100
100
  "@ulu/markdown-output-utils": "^0.0.6",
101
101
  "@ulu/sassdoc-to-markdown": "^0.0.16",
102
- "@ulu/utils": "^0.0.33",
102
+ "@ulu/utils": "^0.0.34",
103
103
  "@ulu/vite-config-cms-theme": "^0.0.10",
104
104
  "@ulu/vitepress-auto-menus": "^0.0.3",
105
105
  "@ulu/vitepress-sassdoc": "^0.0.9",