@codefast/ui 0.2.4 → 0.2.5

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 (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @codefast/ui
2
2
 
3
+ ## 0.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a46a008`](https://github.com/codefastlabs/codefast/commit/a46a0084f47f2a3447ffe6eeeed326aacff7e3a5) Thanks [@thevuong](https://github.com/thevuong)! - update peerDependencies and dependencies versions
8
+
9
+ - Updated dependencies [[`a46a008`](https://github.com/codefastlabs/codefast/commit/a46a0084f47f2a3447ffe6eeeed326aacff7e3a5)]:
10
+ - @codefast-ui/checkbox-group@0.2.5
11
+ - @codefast-ui/number-input@0.2.5
12
+ - @codefast-ui/day-picker@0.2.5
13
+ - @codefast-ui/input@0.2.5
14
+ - @codefast/hooks@0.2.5
15
+
3
16
  ## 0.2.4
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/ui",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },
@@ -65,7 +65,6 @@
65
65
  "@radix-ui/react-tooltip": "1.1.4",
66
66
  "@radix-ui/react-use-controllable-state": "1.1.0",
67
67
  "@radix-ui/react-visually-hidden": "1.1.0",
68
- "@types/js-cookie": "3.0.6",
69
68
  "clsx": "2.1.1",
70
69
  "cmdk": "1.0.4",
71
70
  "embla-carousel-react": "8.5.1",
@@ -73,39 +72,40 @@
73
72
  "js-cookie": "3.0.5",
74
73
  "lucide-react": "0.468.0",
75
74
  "react-resizable-panels": "2.1.7",
76
- "sonner": "1.7.0",
75
+ "sonner": "1.7.1",
77
76
  "tailwind-merge": "2.5.5",
78
77
  "tailwind-variants": "0.3.0",
79
78
  "vaul": "1.1.1",
80
- "@codefast-ui/day-picker": "0.2.4",
81
- "@codefast-ui/number-input": "0.2.4",
82
- "@codefast-ui/checkbox-group": "0.2.4",
83
- "@codefast-ui/input": "0.2.4",
84
- "@codefast/hooks": "0.2.4"
79
+ "@codefast-ui/checkbox-group": "0.2.5",
80
+ "@codefast-ui/number-input": "0.2.5",
81
+ "@codefast-ui/day-picker": "0.2.5",
82
+ "@codefast-ui/input": "0.2.5",
83
+ "@codefast/hooks": "0.2.5"
85
84
  },
86
85
  "devDependencies": {
87
- "@types/node": "22.10.1",
86
+ "@types/js-cookie": "3.0.6",
87
+ "@types/node": "22.10.2",
88
88
  "eslint": "9.16.0",
89
89
  "postcss": "8.4.49",
90
90
  "tailwindcss": "3.4.16",
91
91
  "tsup": "8.3.5",
92
92
  "typescript": "5.7.2",
93
- "@codefast/eslint-config": "0.2.4",
94
- "@codefast/tailwind-config": "0.2.4",
95
- "@codefast/typescript-config": "0.2.4"
93
+ "@codefast/eslint-config": "0.2.5",
94
+ "@codefast/typescript-config": "0.2.5",
95
+ "@codefast/tailwind-config": "0.2.5"
96
96
  },
97
97
  "peerDependencies": {
98
- "@tanstack/react-table": ">=8",
98
+ "@tanstack/react-table": "^8",
99
99
  "@types/lodash-es": "*",
100
100
  "@types/react": "*",
101
101
  "@types/react-dom": "*",
102
- "date-fns": ">=4",
103
- "lodash-es": ">=4",
104
- "next-themes": ">=0.3",
105
- "react": ">=18.0",
106
- "react-dom": ">=18.0",
107
- "react-hook-form": ">=7",
108
- "recharts": ">=2"
102
+ "date-fns": "^4",
103
+ "lodash-es": "^4",
104
+ "next-themes": "^0.3",
105
+ "react": "^18 || ^19",
106
+ "react-dom": "^18 || ^19",
107
+ "react-hook-form": "^7",
108
+ "recharts": "^2"
109
109
  },
110
110
  "peerDependenciesMeta": {
111
111
  "@types/lodash-es": {
@@ -125,6 +125,6 @@
125
125
  "build": "tsup",
126
126
  "clean": "rm -rf node_modules dist",
127
127
  "dev": "tsup --watch",
128
- "lint": "eslint . --max-warnings 0"
128
+ "lint": "eslint --max-warnings 0"
129
129
  }
130
130
  }