|
10 | 10 | "framework design", |
11 | 11 | "design system" |
12 | 12 | ], |
13 | | - "version": "0.4.2", |
| 13 | + "version": "0.5.0", |
14 | 14 | "homepage": "https://github.com/creativecodeco/ui", |
15 | 15 | "author": { |
16 | 16 | "name": "John Toro", |
|
20 | 20 | "main": "lib/index.js", |
21 | 21 | "source": "src/index.ts", |
22 | 22 | "scripts": { |
23 | | - "dev": "npm run storybook", |
| 23 | + "dev": "npm run build; npm run storybook", |
24 | 24 | "dev:css": "postcss src/theme/main.css -o lib/theme/main.css --watch", |
25 | 25 | "build": "rm -rf lib; tsc -p tsconfig.build.json; npm run build:alias; npm run build:css", |
26 | 26 | "build:alias": "tsc-alias -p tsconfig.build.json", |
|
48 | 48 | "usehooks-ts": "2.9.1" |
49 | 49 | }, |
50 | 50 | "dependencies": { |
51 | | - "postcss": "8.4.34", |
52 | | - "postcss-import": "16.0.0", |
| 51 | + "postcss": "8.4.35", |
| 52 | + "postcss-import": "16.0.1", |
53 | 53 | "react": "18.2.0", |
54 | 54 | "react-hook-form": "7.50.1", |
55 | 55 | "tailwindcss": "3.4.1", |
56 | | - "usehooks-ts": "2.13.0" |
| 56 | + "usehooks-ts": "2.15.1" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
59 | | - "@babel/core": "7.23.9", |
60 | | - "@babel/preset-env": "7.23.9", |
| 59 | + "@babel/core": "7.24.0", |
| 60 | + "@babel/preset-env": "7.24.0", |
61 | 61 | "@babel/preset-react": "7.23.3", |
62 | 62 | "@babel/preset-typescript": "7.23.3", |
63 | 63 | "@jest/globals": "29.7.0", |
64 | | - "@storybook/addon-essentials": "7.6.12", |
65 | | - "@storybook/addon-interactions": "7.6.12", |
66 | | - "@storybook/addon-links": "7.6.12", |
67 | | - "@storybook/addon-mdx-gfm": "7.6.12", |
68 | | - "@storybook/blocks": "7.6.12", |
69 | | - "@storybook/react": "7.6.12", |
70 | | - "@storybook/react-webpack5": "7.6.12", |
71 | | - "@storybook/test": "7.6.12", |
| 64 | + "@storybook/addon-essentials": "7.6.17", |
| 65 | + "@storybook/addon-interactions": "7.6.17", |
| 66 | + "@storybook/addon-links": "7.6.17", |
| 67 | + "@storybook/addon-mdx-gfm": "7.6.17", |
| 68 | + "@storybook/blocks": "7.6.17", |
| 69 | + "@storybook/react": "7.6.17", |
| 70 | + "@storybook/react-webpack5": "7.6.17", |
| 71 | + "@storybook/test": "7.6.17", |
72 | 72 | "@testing-library/dom": "9.3.4", |
73 | 73 | "@testing-library/jest-dom": "6.4.2", |
74 | 74 | "@testing-library/react": "14.2.1", |
75 | 75 | "@testing-library/user-event": "14.5.2", |
76 | 76 | "@types/jest": "29.5.12", |
77 | | - "@types/node": "20.11.16", |
78 | | - "@types/react": "18.2.55", |
79 | | - "@types/react-dom": "18.2.18", |
| 77 | + "@types/node": "20.11.21", |
| 78 | + "@types/react": "18.2.60", |
| 79 | + "@types/react-dom": "18.2.19", |
80 | 80 | "@typescript-eslint/eslint-plugin": "6.21.0", |
81 | 81 | "autoprefixer": "10.4.17", |
82 | | - "chromatic": "10.7.1", |
| 82 | + "chromatic": "11.0.0", |
83 | 83 | "classnames": "2.5.1", |
84 | 84 | "cpx2": "7.0.1", |
85 | | - "daisyui": "4.6.1", |
86 | | - "eslint": "8.56.0", |
| 85 | + "daisyui": "4.7.2", |
| 86 | + "eslint": "8.57.0", |
87 | 87 | "eslint-config-prettier": "9.1.0", |
88 | 88 | "eslint-config-standard": "17.1.0", |
89 | 89 | "eslint-config-standard-react": "13.0.0", |
|
96 | 96 | "eslint-plugin-promise": "6.1.1", |
97 | 97 | "eslint-plugin-react": "7.33.2", |
98 | 98 | "eslint-plugin-standard": "5.0.0", |
99 | | - "eslint-plugin-storybook": "0.6.15", |
100 | | - "eslint-plugin-unused-imports": "3.0.0", |
101 | | - "husky": "9.0.10", |
| 99 | + "eslint-plugin-storybook": "0.8.0", |
| 100 | + "eslint-plugin-unused-imports": "3.1.0", |
| 101 | + "husky": "9.0.11", |
102 | 102 | "jest": "29.7.0", |
103 | 103 | "jest-environment-jsdom": "29.7.0", |
104 | 104 | "jest-junit": "16.0.0", |
|
108 | 108 | "prop-types": "15.8.1", |
109 | 109 | "react-dom": "18.2.0", |
110 | 110 | "react-icons": "5.0.1", |
111 | | - "storybook": "7.6.12", |
| 111 | + "storybook": "7.6.17", |
112 | 112 | "storybook-addon-themes": "6.1.0", |
113 | 113 | "string-width": "7.1.0", |
114 | 114 | "ts-jest": "29.1.2", |
|
0 commit comments