|
1 | 1 | { |
2 | 2 | "name": "@mezh-hq/react-seat-toolkit", |
3 | | - "version": "1.3.8", |
| 3 | + "version": "2.0.0-blizzard.2", |
4 | 4 | "description": "React UI library to design and render seat layouts", |
5 | 5 | "main": "dist/index.cjs", |
6 | 6 | "module": "dist/index.mjs", |
|
28 | 28 | "build:types": "bunx tsc --project ./tsconfig.declaration.json && tsc-alias --project ./tsconfig.declaration.json && cd dist && ls -d */ | grep -Ev 'actions|types' | xargs rm -rf && cp ./index.d.ts ./index.slim.d.ts", |
29 | 29 | "bump-version": "bunx --bun automatic-versioning --disable-auto-sync --recursive $(if [ \"$TAG\" != \"latest\" ]; then echo --prerelease; fi) --prerelease-branch=development --prerelease-tag=$TAG --name=@mezh-hq/react-seat-toolkit --ignore-prefixes=ci", |
30 | 30 | "format": "bunx prettier --write --cache \"**/*.{js,jsx,ts,tsx,md,css,yml}\"", |
31 | | - "lint": "bun run --bun eslint . --ext js,jsx,ts,tsx,mdx --ignore-path .gitignore --fix --cache --report-unused-disable-directives", |
| 31 | + "lint": "bun run --bun eslint . --ext js,jsx,ts,tsx --ignore-path .gitignore --fix --cache --report-unused-disable-directives", |
32 | 32 | "storybook": "NODE_ENV=storybook storybook dev -p 6006", |
33 | 33 | "build-storybook": "storybook build", |
34 | 34 | "postbuild": "bun build:types && bun build:css", |
|
116 | 116 | "sonner": "1.5.0", |
117 | 117 | "storybook": "7.3.2", |
118 | 118 | "storybook-addon-deep-controls": "0.2.1", |
119 | | - "tailwindcss": "3.4.1", |
| 119 | + "tailwindcss": "3.4.6", |
120 | 120 | "tailwindcss-animate": "1.0.6", |
| 121 | + "tailwindcss-scoped-preflight": "3.4.3", |
121 | 122 | "tsc-alias": "1.8.8", |
122 | 123 | "vite": "4.5.2" |
123 | 124 | }, |
|
0 commit comments