@aristobyte-ui/anchor 1.0.63 → 1.0.65

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 +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aristobyte-ui/anchor",
3
3
  "description": "A fully-typed, lightweight Anchor component for AristoByteUI with ripple effect support, multiple variants, and seamless integration with SCSS modules and design tokens.",
4
- "version": "1.0.63",
4
+ "version": "1.0.65",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "author": "AristoByte <info@aristobyte.com>",
@@ -56,7 +56,7 @@
56
56
  "check-types": "tsc --noEmit"
57
57
  },
58
58
  "dependencies": {
59
- "@aristobyte-ui/utils": "^1.0.63",
59
+ "@aristobyte-ui/utils": "^1.0.65",
60
60
  "esbuild-sass-plugin": "^3.3.1",
61
61
  "react": "^19.1.0",
62
62
  "react-dom": "^19.1.0",
@@ -64,8 +64,8 @@
64
64
  "tsup": "^8.5.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@aristobyte-ui/eslint-config": "^1.0.63",
68
- "@aristobyte-ui/typescript-config": "^1.0.63",
67
+ "@aristobyte-ui/eslint-config": "^1.0.65",
68
+ "@aristobyte-ui/typescript-config": "^1.0.65",
69
69
  "@turbo/gen": "^2.5.0",
70
70
  "@types/node": "^24.3.0",
71
71
  "@types/react": "19.1.0",