|
2 | 2 | "name": "@tobikodata/sqlmesh-common",
|
3 | 3 | "version": "0.0.1",
|
4 | 4 | "dependencies": {
|
5 |
| - "cronstrue": "^3.3.0" |
| 5 | + "cronstrue": "3.3.0" |
6 | 6 | },
|
7 | 7 | "devDependencies": {
|
8 |
| - "@eslint/js": "^9.31.0", |
9 |
| - "@radix-ui/react-slot": "^1.2.3", |
10 |
| - "@radix-ui/react-tooltip": "^1.2.8", |
11 |
| - "@storybook/addon-docs": "^9.1.5", |
12 |
| - "@storybook/react-vite": "^9.1.5", |
13 |
| - "@tailwindcss/typography": "^0.5.16", |
14 |
| - "@tanstack/react-virtual": "^3.13.12", |
15 |
| - "@testing-library/dom": "^10.4.1", |
16 |
| - "@testing-library/jest-dom": "^6.6.3", |
17 |
| - "@testing-library/react": "^16.3.0", |
18 |
| - "@types/dagre": "^0.7.53", |
19 |
| - "@types/lodash": "^4.17.20", |
20 |
| - "@types/node": "^20.11.25", |
21 |
| - "@types/react": "^18.3.23", |
22 |
| - "@types/react-dom": "^18.3.7", |
23 |
| - "@vitejs/plugin-react": "^4.7.0", |
24 |
| - "@vitest/browser": "^3.2.4", |
25 |
| - "@xyflow/react": "^12.8.4", |
26 |
| - "autoprefixer": "^10.4.21", |
27 |
| - "class-variance-authority": "^0.7.1", |
28 |
| - "clsx": "^2.1.1", |
29 |
| - "dagre": "^0.8.5", |
30 |
| - "deepmerge": "^4.3.1", |
31 |
| - "eslint": "^9.31.0", |
32 |
| - "eslint-plugin-react-hooks": "^5.2.0", |
33 |
| - "eslint-plugin-storybook": "^9.1.5", |
34 |
| - "fuse.js": "^7.1.0", |
35 |
| - "globals": "^16.3.0", |
36 |
| - "lodash": "^4.17.21", |
37 |
| - "lucide-react": "^0.542.0", |
38 |
| - "playwright": "^1.54.1", |
39 |
| - "postcss": "^8.5.6", |
40 |
| - "react": "^18.3.1", |
41 |
| - "react-dom": "^18.3.1", |
42 |
| - "storybook": "^9.1.5", |
43 |
| - "syncpack": "^13.0.4", |
44 |
| - "tailwind-merge": "^3.3.1", |
45 |
| - "tailwind-scrollbar": "^3.1.0", |
46 |
| - "tailwindcss": "^3.4.17", |
47 |
| - "typescript": "^5.8.3", |
48 |
| - "typescript-eslint": "^8.38.0", |
49 |
| - "vite": "^6.3.5", |
50 |
| - "vite-plugin-dts": "^4.5.4", |
51 |
| - "vite-plugin-static-copy": "^3.1.1", |
52 |
| - "vitest": "^3.2.4" |
| 8 | + "@eslint/js": "9.31.0", |
| 9 | + "@radix-ui/react-slot": "1.2.3", |
| 10 | + "@radix-ui/react-tooltip": "1.2.8", |
| 11 | + "@storybook/addon-docs": "9.1.5", |
| 12 | + "@storybook/react-vite": "9.1.5", |
| 13 | + "@tailwindcss/typography": "0.5.16", |
| 14 | + "@tanstack/react-virtual": "3.13.12", |
| 15 | + "@testing-library/dom": "10.4.1", |
| 16 | + "@testing-library/jest-dom": "6.6.3", |
| 17 | + "@testing-library/react": "16.3.0", |
| 18 | + "@types/dagre": "0.7.53", |
| 19 | + "@types/lodash": "4.17.20", |
| 20 | + "@types/node": "20.11.25", |
| 21 | + "@types/react": "18.3.23", |
| 22 | + "@types/react-dom": "18.3.7", |
| 23 | + "@vitejs/plugin-react": "4.7.0", |
| 24 | + "@vitest/browser": "3.2.4", |
| 25 | + "@xyflow/react": "12.8.4", |
| 26 | + "autoprefixer": "10.4.21", |
| 27 | + "class-variance-authority": "0.7.1", |
| 28 | + "clsx": "2.1.1", |
| 29 | + "dagre": "0.8.5", |
| 30 | + "deepmerge": "4.3.1", |
| 31 | + "eslint": "9.31.0", |
| 32 | + "eslint-plugin-react-hooks": "5.2.0", |
| 33 | + "eslint-plugin-storybook": "9.1.5", |
| 34 | + "fuse.js": "7.1.0", |
| 35 | + "globals": "16.3.0", |
| 36 | + "lodash": "4.17.21", |
| 37 | + "lucide-react": "0.542.0", |
| 38 | + "playwright": "1.54.1", |
| 39 | + "postcss": "8.5.6", |
| 40 | + "react": "18.3.1", |
| 41 | + "react-dom": "18.3.1", |
| 42 | + "storybook": "9.1.5", |
| 43 | + "syncpack": "13.0.4", |
| 44 | + "tailwind-merge": "3.3.1", |
| 45 | + "tailwind-scrollbar": "3.1.0", |
| 46 | + "tailwindcss": "3.4.17", |
| 47 | + "typescript": "5.8.3", |
| 48 | + "typescript-eslint": "8.38.0", |
| 49 | + "vite": "6.3.5", |
| 50 | + "vite-plugin-dts": "4.5.4", |
| 51 | + "vite-plugin-static-copy": "3.1.1", |
| 52 | + "vitest": "3.2.4" |
53 | 53 | },
|
54 | 54 | "exports": {
|
55 | 55 | ".": {
|
|
73 | 73 | "main": "dist/sqlmesh-common.umd.js",
|
74 | 74 | "module": "dist/sqlmesh-common.es.js",
|
75 | 75 | "peerDependencies": {
|
76 |
| - "@radix-ui/react-slot": "^1.2.3", |
77 |
| - "@radix-ui/react-tooltip": "^1.2.8", |
78 |
| - "@tailwindcss/typography": "^0.5.16", |
79 |
| - "@tanstack/react-virtual": "^3.13.12", |
80 |
| - "@xyflow/react": "^12.8.4", |
81 |
| - "class-variance-authority": "^0.7.1", |
82 |
| - "clsx": "^2.1.1", |
83 |
| - "dagre": "^0.8.5", |
84 |
| - "deepmerge": "^4.3.1", |
85 |
| - "fuse.js": "^7.1.0", |
86 |
| - "lodash": "^4.17.21", |
87 |
| - "lucide-react": "^0.542.0", |
88 |
| - "react": "^18.3.1", |
89 |
| - "react-dom": "^18.3.1", |
90 |
| - "tailwind-merge": "^3.3.1", |
91 |
| - "tailwind-scrollbar": "^3.1.0", |
92 |
| - "tailwindcss": "^3.4.17" |
| 76 | + "@radix-ui/react-slot": "1.2.3", |
| 77 | + "@radix-ui/react-tooltip": "1.2.8", |
| 78 | + "@tailwindcss/typography": "0.5.16", |
| 79 | + "@tanstack/react-virtual": "3.13.12", |
| 80 | + "@xyflow/react": "12.8.4", |
| 81 | + "class-variance-authority": "0.7.1", |
| 82 | + "clsx": "2.1.1", |
| 83 | + "dagre": "0.8.5", |
| 84 | + "deepmerge": "4.3.1", |
| 85 | + "fuse.js": "7.1.0", |
| 86 | + "lodash": "4.17.21", |
| 87 | + "lucide-react": "0.542.0", |
| 88 | + "react": "18.3.1", |
| 89 | + "react-dom": "18.3.1", |
| 90 | + "tailwind-merge": "3.3.1", |
| 91 | + "tailwind-scrollbar": "3.1.0", |
| 92 | + "tailwindcss": "3.4.17" |
93 | 93 | },
|
94 | 94 | "private": false,
|
95 | 95 | "repository": "TobikoData/sqlmesh",
|
|
0 commit comments