@ilamy/calendar 1.1.1 → 1.2.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ilamy/calendar",
3
- "version": "1.1.1",
3
+ "version": "1.2.0",
4
4
  "description": "A full-featured React calendar component library built with Shadcn-Ui, Tailwind CSS, and TypeScript.",
5
5
  "author": "Sujeet Kc",
6
6
  "license": "MIT",
@@ -92,25 +92,25 @@
92
92
  "date-fns": "^4.1.0",
93
93
  "dayjs": "^1.11.19",
94
94
  "lucide-react": "^0.475.0",
95
- "motion": "^12.23.24",
96
- "react-day-picker": "^9.11.1",
95
+ "motion": "^12.23.26",
96
+ "react-day-picker": "^9.13.0",
97
97
  "rrule": "^2.8.1",
98
- "tailwind-merge": "^3.3.1"
98
+ "tailwind-merge": "^3.4.0"
99
99
  },
100
100
  "devDependencies": {
101
- "@biomejs/biome": "^2.3.8",
101
+ "@biomejs/biome": "^2.3.10",
102
102
  "@happy-dom/global-registrator": "^18.0.1",
103
103
  "@testing-library/dom": "^10.4.1",
104
104
  "@testing-library/jest-dom": "^6.9.1",
105
- "@testing-library/react": "^16.3.0",
105
+ "@testing-library/react": "^16.3.1",
106
106
  "@types/bun": "latest",
107
- "@types/react": "^19.2.2",
108
- "@types/react-dom": "^19.2.2",
107
+ "@types/react": "^19.2.7",
108
+ "@types/react-dom": "^19.2.3",
109
109
  "@types/rrule": "^2.2.9",
110
110
  "bun-plugin-tailwind": "^0.1.2",
111
- "bunup": "^0.15.13",
111
+ "bunup": "^0.16.11",
112
112
  "husky": "^9.1.7",
113
- "lint-staged": "^16.2.6"
113
+ "lint-staged": "^16.2.7"
114
114
  },
115
115
  "publishConfig": {
116
116
  "access": "public"