Skip to content

Commit

Permalink
up packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Oct 15, 2024
1 parent d4096c6 commit 9100e69
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 44 deletions.
14 changes: 7 additions & 7 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"@storybook/react": "8.1.10",
"@storybook/react-vite": "8.1.10",
"@storybook/test": "8.1.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.2",
"autoprefixer": "10.4.20",
"postcss": "8.4.41",
"postcss": "8.4.47",
"storybook": "8.1.10",
"tailwindcss": "3.4.7",
"typescript": "5.5.4",
"vite": "5.3.5"
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.9"
}
}
2 changes: 1 addition & 1 deletion apps/web/components/code-demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export function CodeDemo({ data }: CodeDemoProps) {
</div>
</div>
<CodePreview view={view} isRTL={isRTL} isDarkMode={isDarkMode} iframe={data.iframe}>
{data.iframe ? <IFrame data={data} isRTL={isRTL} isDarkMode={isDarkMode} /> : data.component}
{data.iframe ? <IFrame data={data} isRTL={isRTL} isDarkMode={isDarkMode} /> : <>{data.component}</>}
</CodePreview>
<div className="code-syntax-wrapper">
<div
Expand Down
2 changes: 1 addition & 1 deletion apps/web/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
24 changes: 12 additions & 12 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,32 @@
"typecheck": "contentlayer2 build && tsc --noEmit"
},
"dependencies": {
"contentlayer2": "0.5.0",
"contentlayer2": "0.5.1",
"flowbite-react": "workspace:*",
"react-icons": "5.2.1",
"tailwind-merge": "2.4.0"
"tailwind-merge": "2.5.4"
},
"devDependencies": {
"@docsearch/react": "3.6.1",
"@docsearch/react": "3.6.2",
"@types/mdx": "2.0.13",
"@types/prismjs": "1.26.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"eslint-config-next": "14.2.5",
"eslint-config-next": "14.2.15",
"markdown-toc": "1.2.0",
"next": "14.2.5",
"next-contentlayer2": "0.5.0",
"postcss": "8.4.41",
"next": "14.2.15",
"next-contentlayer2": "0.5.1",
"postcss": "8.4.47",
"prismjs": "1.29.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "9.0.1",
"rehype-autolink-headings": "7.1.0",
"rehype-prism-plus": "2.0.0",
"rehype-slug": "6.0.0",
"sharp": "0.33.4",
"tailwindcss": "3.4.7",
"typescript": "5.5.4"
"sharp": "0.33.5",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
}
}
Binary file modified bun.lockb
Binary file not shown.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@changesets/cli": "2.27.9",
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@types/bun": "1.1.6",
"@types/web": "0.0.153",
"@types/bun": "1.1.11",
"@types/web": "0.0.171",
"clean-package": "2.2.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-tailwindcss": "3.17.4",
"npm-check-updates": "17.0.3",
"eslint-plugin-tailwindcss": "3.17.5",
"npm-check-updates": "17.1.3",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.1",
"prettier-plugin-tailwindcss": "0.6.5",
"prettier-plugin-packagejson": "2.5.3",
"prettier-plugin-tailwindcss": "0.6.8",
"rimraf": "6.0.1",
"turbo": "2.0.12"
"turbo": "2.1.3"
},
"packageManager": "[email protected].21"
"packageManager": "[email protected].30"
}
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"dependencies": {
"@clack/prompts": "0.7.0",
"arg": "5.0.2",
"execa": "9.3.0",
"ora": "8.0.1",
"picocolors": "1.0.1",
"execa": "9.4.0",
"ora": "8.1.0",
"picocolors": "1.1.0",
"rimraf": "6.0.1"
},
"devDependencies": {
"tsup": "8.2.4",
"typescript": "5.5.4"
"tsup": "8.3.0",
"typescript": "5.6.3"
},
"engines": {
"node": ">=18.0.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,34 +75,34 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@floating-ui/core": "1.6.6",
"@floating-ui/react": "0.26.21",
"@floating-ui/core": "1.6.8",
"@floating-ui/react": "0.26.25",
"classnames": "2.5.1",
"debounce": "2.1.0",
"debounce": "2.2.0",
"react-icons": "5.2.1",
"tailwind-merge": "2.4.0"
"tailwind-merge": "2.5.4"
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "2.0.5",
"acorn": "8.12.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-vitest": "0.5.4",
"estree-walker": "3.0.3",
"jsdom": "24.1.1",
"rollup": "4.20.0",
"rollup": "4.24.0",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-use-client": "1.4.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
"vitest": "2.1.3"
},
"peerDependencies": {
"react": ">=18",
Expand Down

0 comments on commit 9100e69

Please sign in to comment.