Skip to content

Commit 615fda0

Browse files
fix: dev env (#1631)
* up packages and `bun` to `1.3.1` * fix typo * add missing dev deps * add missing `@storybook/addon-actions` * fix type not portable * run format * add more missing deps; pin version * run formatter * add missing `autoprefixer` dep * improve vitest includes/excludes * skip failing test (will be deprecated) * test fix vercel deploy * pin version * add changeset
1 parent 51621a1 commit 615fda0

File tree

18 files changed

+1444
-1089
lines changed

18 files changed

+1444
-1089
lines changed

.changeset/neat-things-lie.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"flowbite-react": patch
3+
---
4+
5+
up packages

.github/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ runs:
77
- name: Setup Bun
88
uses: oven-sh/setup-bun@v2
99
with:
10-
bun-version: 1.2.18
10+
bun-version: 1.3.1
1111

1212
- name: Setup Node
1313
uses: actions/setup-node@v4
1414
with:
15-
node-version: 20
15+
node-version: 24
1616

1717
- name: Install packages
1818
shell: bash

apps/storybook/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"react-icons": "5.2.1"
2020
},
2121
"devDependencies": {
22+
"@storybook/addon-actions": "8.1.10",
2223
"@storybook/addon-essentials": "8.1.10",
2324
"@storybook/addon-interactions": "8.1.10",
2425
"@storybook/addon-links": "8.1.10",

apps/web/content/docs/getting-started/cli.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,10 @@ Creates a new component with the proper structure and theming setup.
6767
The `create` command uses the configuration options from `.flowbite-react/config.json` to determine:
6868

6969
1. **Where to create the component** (`path`):
70-
7170
- Determines the directory where the component will be created
7271
- Default: `"src/components"`
7372

7473
2. **Language format** (`tsx`):
75-
7674
- When `true`: Creates a TypeScript component (`.tsx`) with full type definitions
7775
- When `false`: Creates a JavaScript component (`.jsx`) without TypeScript syntax
7876
- Default: `true`

apps/web/content/docs/getting-started/server-components.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,10 @@ function ClientComponent() {
6767
## Important Notes
6868
6969
1. **Flowbite React Compatibility**
70-
7170
- All Flowbite React components are server-component ready
7271
- They can be used in both server and client components
7372
7473
2. **Event Handlers**
75-
7674
- User events (`onClick`, `onBlur`, etc.) require `"use client"`
7775
- The component containing these events must be a client component
7876

apps/web/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@
1717
"dependencies": {
1818
"contentlayer2": "0.5.3",
1919
"flowbite-react": "workspace:*",
20-
"flowbite-react-icons": "1.3.0",
20+
"flowbite-react-icons": "1.3.1",
2121
"react-icons": "5.2.1",
2222
"remark-gfm": "4.0.1",
2323
"tailwind-merge": "2.6.0"
2424
},
2525
"devDependencies": {
26+
"@docsearch/css": "3.8.2",
2627
"@docsearch/react": "3.8.2",
2728
"@types/mdx": "2.0.13",
29+
"@types/node": "24.9.1",
2830
"@types/prismjs": "1.26.5",
2931
"@types/react": "18.3.11",
3032
"@types/react-dom": "18.3.1",

bun.lock

Lines changed: 1379 additions & 997 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@
3131
},
3232
"devDependencies": {
3333
"@changesets/changelog-github": "0.5.1",
34-
"@changesets/cli": "2.28.1",
35-
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
36-
"@types/bun": "1.2.4",
37-
"@types/web": "0.0.208",
34+
"@changesets/cli": "2.29.7",
35+
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
36+
"@types/bun": "1.3.1",
37+
"@types/web": "0.0.283",
3838
"clean-package": "2.2.0",
3939
"eslint": "8.57.0",
4040
"eslint-config-prettier": "9.1.0",
4141
"eslint-plugin-tailwindcss": "3.17.5",
42-
"npm-check-updates": "17.1.15",
43-
"prettier": "3.5.3",
44-
"prettier-plugin-packagejson": "2.5.10",
45-
"prettier-plugin-tailwindcss": "0.6.11",
46-
"turbo": "2.5.5"
42+
"npm-check-updates": "19.1.1",
43+
"prettier": "3.6.2",
44+
"prettier-plugin-packagejson": "2.5.19",
45+
"prettier-plugin-tailwindcss": "0.7.1",
46+
"turbo": "2.5.8"
4747
},
48-
"packageManager": "bun@1.2.18"
48+
"packageManager": "bun@1.3.11"
4949
}

packages/cli/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
### Minor Changes
1212

1313
- [#1498](https://github.com/themesberg/flowbite-react/pull/1498) [`169b5dd`](https://github.com/themesberg/flowbite-react/commit/169b5dd9ecae6878a411d4ec90d253265a5bba86) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - - Added new project templates:
14-
1514
- `blitzjs` - Blitz.js
1615
- `bun` - Bun
1716
- `esbuild` - ESBuild

0 commit comments

Comments
 (0)