Skip to content

Commit 9100e69

Browse files
committed
up packages
1 parent d4096c6 commit 9100e69

File tree

8 files changed

+44
-44
lines changed

8 files changed

+44
-44
lines changed

apps/storybook/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"@storybook/react": "8.1.10",
2424
"@storybook/react-vite": "8.1.10",
2525
"@storybook/test": "8.1.10",
26-
"@types/react": "18.3.3",
27-
"@types/react-dom": "18.3.0",
28-
"@vitejs/plugin-react": "4.3.1",
26+
"@types/react": "18.3.11",
27+
"@types/react-dom": "18.3.1",
28+
"@vitejs/plugin-react": "4.3.2",
2929
"autoprefixer": "10.4.20",
30-
"postcss": "8.4.41",
30+
"postcss": "8.4.47",
3131
"storybook": "8.1.10",
32-
"tailwindcss": "3.4.7",
33-
"typescript": "5.5.4",
34-
"vite": "5.3.5"
32+
"tailwindcss": "3.4.14",
33+
"typescript": "5.6.3",
34+
"vite": "5.4.9"
3535
}
3636
}

apps/web/components/code-demo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export function CodeDemo({ data }: CodeDemoProps) {
144144
</div>
145145
</div>
146146
<CodePreview view={view} isRTL={isRTL} isDarkMode={isDarkMode} iframe={data.iframe}>
147-
{data.iframe ? <IFrame data={data} isRTL={isRTL} isDarkMode={isDarkMode} /> : data.component}
147+
{data.iframe ? <IFrame data={data} isRTL={isRTL} isDarkMode={isDarkMode} /> : <>{data.component}</>}
148148
</CodePreview>
149149
<div className="code-syntax-wrapper">
150150
<div

apps/web/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

apps/web/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,32 @@
1414
"typecheck": "contentlayer2 build && tsc --noEmit"
1515
},
1616
"dependencies": {
17-
"contentlayer2": "0.5.0",
17+
"contentlayer2": "0.5.1",
1818
"flowbite-react": "workspace:*",
1919
"react-icons": "5.2.1",
20-
"tailwind-merge": "2.4.0"
20+
"tailwind-merge": "2.5.4"
2121
},
2222
"devDependencies": {
23-
"@docsearch/react": "3.6.1",
23+
"@docsearch/react": "3.6.2",
2424
"@types/mdx": "2.0.13",
2525
"@types/prismjs": "1.26.4",
26-
"@types/react": "18.3.3",
27-
"@types/react-dom": "18.3.0",
26+
"@types/react": "18.3.11",
27+
"@types/react-dom": "18.3.1",
2828
"autoprefixer": "10.4.20",
29-
"eslint-config-next": "14.2.5",
29+
"eslint-config-next": "14.2.15",
3030
"markdown-toc": "1.2.0",
31-
"next": "14.2.5",
32-
"next-contentlayer2": "0.5.0",
33-
"postcss": "8.4.41",
31+
"next": "14.2.15",
32+
"next-contentlayer2": "0.5.1",
33+
"postcss": "8.4.47",
3434
"prismjs": "1.29.0",
3535
"react": "18.3.1",
3636
"react-dom": "18.3.1",
3737
"react-markdown": "9.0.1",
3838
"rehype-autolink-headings": "7.1.0",
3939
"rehype-prism-plus": "2.0.0",
4040
"rehype-slug": "6.0.0",
41-
"sharp": "0.33.4",
42-
"tailwindcss": "3.4.7",
43-
"typescript": "5.5.4"
41+
"sharp": "0.33.5",
42+
"tailwindcss": "3.4.14",
43+
"typescript": "5.6.3"
4444
}
4545
}

bun.lockb

21.4 KB
Binary file not shown.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@
3131
},
3232
"devDependencies": {
3333
"@changesets/changelog-github": "0.5.0",
34-
"@changesets/cli": "2.27.7",
34+
"@changesets/cli": "2.27.9",
3535
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
36-
"@types/bun": "1.1.6",
37-
"@types/web": "0.0.153",
36+
"@types/bun": "1.1.11",
37+
"@types/web": "0.0.171",
3838
"clean-package": "2.2.0",
3939
"eslint": "8.57.0",
4040
"eslint-config-prettier": "9.1.0",
41-
"eslint-plugin-tailwindcss": "3.17.4",
42-
"npm-check-updates": "17.0.3",
41+
"eslint-plugin-tailwindcss": "3.17.5",
42+
"npm-check-updates": "17.1.3",
4343
"prettier": "3.3.3",
44-
"prettier-plugin-packagejson": "2.5.1",
45-
"prettier-plugin-tailwindcss": "0.6.5",
44+
"prettier-plugin-packagejson": "2.5.3",
45+
"prettier-plugin-tailwindcss": "0.6.8",
4646
"rimraf": "6.0.1",
47-
"turbo": "2.0.12"
47+
"turbo": "2.1.3"
4848
},
49-
"packageManager": "[email protected].21"
49+
"packageManager": "[email protected].30"
5050
}

packages/cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
"dependencies": {
4747
"@clack/prompts": "0.7.0",
4848
"arg": "5.0.2",
49-
"execa": "9.3.0",
50-
"ora": "8.0.1",
51-
"picocolors": "1.0.1",
49+
"execa": "9.4.0",
50+
"ora": "8.1.0",
51+
"picocolors": "1.1.0",
5252
"rimraf": "6.0.1"
5353
},
5454
"devDependencies": {
55-
"tsup": "8.2.4",
56-
"typescript": "5.5.4"
55+
"tsup": "8.3.0",
56+
"typescript": "5.6.3"
5757
},
5858
"engines": {
5959
"node": ">=18.0.0"

packages/ui/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,34 +75,34 @@
7575
"typecheck": "tsc --noEmit"
7676
},
7777
"dependencies": {
78-
"@floating-ui/core": "1.6.6",
79-
"@floating-ui/react": "0.26.21",
78+
"@floating-ui/core": "1.6.8",
79+
"@floating-ui/react": "0.26.25",
8080
"classnames": "2.5.1",
81-
"debounce": "2.1.0",
81+
"debounce": "2.2.0",
8282
"react-icons": "5.2.1",
83-
"tailwind-merge": "2.4.0"
83+
"tailwind-merge": "2.5.4"
8484
},
8585
"devDependencies": {
8686
"@testing-library/jest-dom": "6.4.8",
8787
"@testing-library/react": "16.0.0",
8888
"@testing-library/user-event": "14.5.2",
8989
"@types/react": "18.3.3",
9090
"@types/react-dom": "18.3.0",
91-
"@typescript-eslint/eslint-plugin": "8.0.1",
92-
"@typescript-eslint/parser": "8.0.1",
91+
"@typescript-eslint/eslint-plugin": "8.9.0",
92+
"@typescript-eslint/parser": "8.9.0",
9393
"@vitejs/plugin-react": "4.3.1",
9494
"@vitest/coverage-v8": "2.0.5",
9595
"acorn": "8.12.1",
96-
"eslint-plugin-react": "7.35.0",
96+
"eslint-plugin-react": "7.37.1",
9797
"eslint-plugin-storybook": "0.8.0",
9898
"eslint-plugin-vitest": "0.5.4",
9999
"estree-walker": "3.0.3",
100100
"jsdom": "24.1.1",
101-
"rollup": "4.20.0",
101+
"rollup": "4.24.0",
102102
"rollup-plugin-esbuild": "6.1.1",
103103
"rollup-plugin-use-client": "1.4.0",
104104
"typescript": "5.5.4",
105-
"vitest": "2.0.5"
105+
"vitest": "2.1.3"
106106
},
107107
"peerDependencies": {
108108
"react": ">=18",

0 commit comments

Comments
 (0)