Bump postcss to 8.5.23 and react-router to 8.3.0 to clear their high-severity advisories. Leave nested brace-expansion issues for a follow-up that won't break older minimatch consumers. Signed-off-by: Sacha Al Himdani <sacha@probo.com>
84 lines
2.5 KiB
JSON
84 lines
2.5 KiB
JSON
{
|
|
"name": "@probo/ui",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"dev": "storybook dev -p 6006 --no-open",
|
|
"dev:v2": "storybook dev -p 6007 -c .storybook-v2 --no-open",
|
|
"build:v2": "storybook build -c .storybook-v2",
|
|
"check": "tsc --noEmit -p tsconfig.app.json",
|
|
"icons": "bun run src/Atoms/Icons/generator.ts"
|
|
},
|
|
"dependencies": {
|
|
"@ariakit/react": "^0.4.31",
|
|
"@base-ui/react": "^1.6.0",
|
|
"@floating-ui/react": "^0.27.19",
|
|
"@fontsource-variable/inter": "^5.2.8",
|
|
"@phosphor-icons/react": "^2.1.10",
|
|
"@probo/helpers": "1.0.0",
|
|
"@probo/i18n": "1.0.0",
|
|
"@probo/prosemirror": "1.0.0",
|
|
"@radix-ui/colors": "^3.0.0",
|
|
"@radix-ui/react-alert-dialog": "^1.1.18",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.19",
|
|
"@radix-ui/react-label": "^2.1.11",
|
|
"@radix-ui/react-popover": "^1.1.18",
|
|
"@radix-ui/react-portal": "^1.1.13",
|
|
"@radix-ui/react-scroll-area": "^1.2.13",
|
|
"@radix-ui/react-select": "^2.3.2",
|
|
"@radix-ui/react-tabs": "^1.1.16",
|
|
"@tiptap/extension-table": "^3.20.4",
|
|
"@tiptap/pm": "^3.20.2",
|
|
"@tiptap/react": "^3.20.2",
|
|
"@tiptap/starter-kit": "^3.20.2",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"mermaid": "^11.15.0",
|
|
"react-dropzone": "^15.0.0",
|
|
"react-i18next": "^17.0.10",
|
|
"react-intersection-observer": "^10.0.3",
|
|
"react-markdown": "^10.1.0",
|
|
"rehype-raw": "^7.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwind-variants": "^3.2.2",
|
|
"tailwindcss": "^4.3.1",
|
|
"tw-animate-css": "^1.3.0",
|
|
"zustand": "^5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "^5.0.1",
|
|
"@rollup/pluginutils": "^5.1.4",
|
|
"@storybook/addon-vitest": "^10.2.8",
|
|
"@storybook/react": "^10.2.8",
|
|
"@storybook/react-vite": "^10.2.8",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@tailwindcss/vite": "^4.3.2",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.2",
|
|
"@vitest/browser": "^4.1.10",
|
|
"@vitest/coverage-v8": "^4.1.10",
|
|
"playwright": "^1.55.1",
|
|
"react": "^19.2.7",
|
|
"react-docgen": "^8.0.3",
|
|
"react-dom": "^19.2.7",
|
|
"react-router": "^8.3.0",
|
|
"storybook": "^10.2.10",
|
|
"typescript": "~6.0.3",
|
|
"vite": "^8.1.2",
|
|
"vitest": "^4.1.10"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"react-router": "^8.3.0"
|
|
},
|
|
"volta": {
|
|
"node": "24.4.0"
|
|
}
|
|
}
|