@ilamy/calendar 0.1.10 → 0.2.1

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.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@ilamy/calendar",
3
- "version": "0.1.10",
3
+ "version": "0.2.1",
4
4
  "description": "A full-featured React calendar component library built with Shadcn-Ui, Tailwind CSS, and TypeScript.",
5
- "author": "Ilamy",
5
+ "author": "Sujeet Kc",
6
6
  "license": "MIT",
7
7
  "homepage": "https://ilamy.dev",
8
8
  "repository": {
@@ -88,23 +88,25 @@
88
88
  "@radix-ui/react-tooltip": "^1.2.7",
89
89
  "bun-plugin-tailwind": "^0.0.14",
90
90
  "class-variance-authority": "^0.7.1",
91
+ "clsx": "^2.1.1",
91
92
  "dayjs": "^1.11.13",
92
93
  "lucide-react": "^0.475.0",
93
- "motion": "^12.23.6",
94
- "react-day-picker": "^9.8.0",
95
- "tailwind-merge": "^3.3.1",
96
- "clsx": "^2.1.1"
94
+ "motion": "^12.23.12",
95
+ "react-day-picker": "^9.8.1",
96
+ "rrule": "^2.8.1",
97
+ "tailwind-merge": "^3.3.1"
97
98
  },
98
99
  "devDependencies": {
99
100
  "@happy-dom/global-registrator": "^18.0.1",
100
- "@testing-library/dom": "^10.4.0",
101
- "@testing-library/jest-dom": "^6.6.3",
101
+ "@testing-library/dom": "^10.4.1",
102
+ "@testing-library/jest-dom": "^6.6.4",
102
103
  "@testing-library/react": "^16.3.0",
103
104
  "@types/bun": "latest",
104
- "@types/react": "^19.1.8",
105
- "@types/react-dom": "^19.1.6",
105
+ "@types/react": "^19.1.9",
106
+ "@types/react-dom": "^19.1.7",
107
+ "@types/rrule": "^2.2.9",
106
108
  "auto-changelog": "^2.5.0",
107
- "bunup": "^0.8.61",
109
+ "bunup": "^0.8.72",
108
110
  "husky": "^9.1.7",
109
111
  "lint-staged": "^16.1.2",
110
112
  "prettier": "3.6.2"