Skip to content

Commit 21696e5

Browse files
committed
missing packager
1 parent 81c359e commit 21696e5

File tree

1 file changed

+67
-66
lines changed

1 file changed

+67
-66
lines changed

web/common/package.json

Lines changed: 67 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -2,54 +2,55 @@
22
"name": "@tobikodata/sqlmesh-common",
33
"version": "0.0.1",
44
"devDependencies": {
5-
"@eslint/js": "^9.31.0",
6-
"@radix-ui/react-slot": "^1.2.3",
7-
"@radix-ui/react-tooltip": "^1.2.8",
8-
"@storybook/addon-docs": "^9.1.5",
9-
"@storybook/react-vite": "^9.1.5",
10-
"@tailwindcss/typography": "^0.5.16",
11-
"@tanstack/react-virtual": "^3.13.12",
12-
"@testing-library/dom": "^10.4.1",
13-
"@testing-library/jest-dom": "^6.6.3",
14-
"@testing-library/react": "^16.3.0",
15-
"@types/dagre": "^0.7.53",
16-
"@types/lodash": "^4.17.20",
17-
"@types/node": "^20.11.25",
18-
"@types/react": "^18.3.23",
19-
"@types/react-dom": "^18.3.7",
20-
"@vitejs/plugin-react": "^4.7.0",
21-
"@vitest/browser": "^3.2.4",
22-
"@xyflow/react": "^12.8.4",
23-
"autoprefixer": "^10.4.21",
24-
"browserslist": "^4.26.2",
25-
"caniuse-lite": "^1.0.30001746",
26-
"class-variance-authority": "^0.7.1",
27-
"clsx": "^2.1.1",
28-
"cronstrue": "^3.3.0",
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"
5+
"@eslint/js": "9.31.0",
6+
"@radix-ui/react-slot": "1.2.3",
7+
"@radix-ui/react-tooltip": "1.2.8",
8+
"@storybook/addon-docs": "9.1.5",
9+
"@storybook/react-vite": "9.1.5",
10+
"@tailwindcss/typography": "0.5.16",
11+
"@tanstack/react-virtual": "3.13.12",
12+
"@testing-library/dom": "10.4.1",
13+
"@testing-library/jest-dom": "6.6.3",
14+
"@testing-library/react": "16.3.0",
15+
"@testing-library/user-event": "14.6.1",
16+
"@types/dagre": "0.7.53",
17+
"@types/lodash": "4.17.20",
18+
"@types/node": "20.11.25",
19+
"@types/react": "18.3.23",
20+
"@types/react-dom": "18.3.7",
21+
"@vitejs/plugin-react": "4.7.0",
22+
"@vitest/browser": "3.2.4",
23+
"@xyflow/react": "12.8.4",
24+
"autoprefixer": "10.4.21",
25+
"browserslist": "4.26.2",
26+
"caniuse-lite": "1.0.30001746",
27+
"class-variance-authority": "0.7.1",
28+
"clsx": "2.1.1",
29+
"cronstrue": "3.3.0",
30+
"dagre": "0.8.5",
31+
"deepmerge": "4.3.1",
32+
"eslint": "9.31.0",
33+
"eslint-plugin-react-hooks": "5.2.0",
34+
"eslint-plugin-storybook": "9.1.5",
35+
"fuse.js": "7.1.0",
36+
"globals": "16.3.0",
37+
"lodash": "4.17.21",
38+
"lucide-react": "0.542.0",
39+
"playwright": "1.54.1",
40+
"postcss": "8.5.6",
41+
"react": "18.3.1",
42+
"react-dom": "18.3.1",
43+
"storybook": "9.1.5",
44+
"syncpack": "13.0.4",
45+
"tailwind-merge": "3.3.1",
46+
"tailwind-scrollbar": "3.1.0",
47+
"tailwindcss": "3.4.17",
48+
"typescript": "5.8.3",
49+
"typescript-eslint": "8.38.0",
50+
"vite": "6.3.5",
51+
"vite-plugin-dts": "4.5.4",
52+
"vite-plugin-static-copy": "3.1.1",
53+
"vitest": "3.2.4"
5354
},
5455
"exports": {
5556
".": {
@@ -83,24 +84,24 @@
8384
"main": "dist/sqlmesh-common.umd.js",
8485
"module": "dist/sqlmesh-common.es.js",
8586
"peerDependencies": {
86-
"@radix-ui/react-slot": "^1.2.3",
87-
"@radix-ui/react-tooltip": "^1.2.8",
88-
"@tailwindcss/typography": "^0.5.16",
89-
"@tanstack/react-virtual": "^3.13.12",
90-
"@xyflow/react": "^12.8.4",
91-
"class-variance-authority": "^0.7.1",
92-
"clsx": "^2.1.1",
93-
"cronstrue": "^3.3.0",
94-
"dagre": "^0.8.5",
95-
"deepmerge": "^4.3.1",
96-
"fuse.js": "^7.1.0",
97-
"lodash": "^4.17.21",
98-
"lucide-react": "^0.542.0",
99-
"react": "^18.3.1",
100-
"react-dom": "^18.3.1",
101-
"tailwind-merge": "^3.3.1",
102-
"tailwind-scrollbar": "^3.1.0",
103-
"tailwindcss": "^3.4.17"
87+
"@radix-ui/react-slot": "1.2.3",
88+
"@radix-ui/react-tooltip": "1.2.8",
89+
"@tailwindcss/typography": "0.5.16",
90+
"@tanstack/react-virtual": "3.13.12",
91+
"@xyflow/react": "12.8.4",
92+
"class-variance-authority": "0.7.1",
93+
"clsx": "2.1.1",
94+
"cronstrue": "3.3.0",
95+
"dagre": "0.8.5",
96+
"deepmerge": "4.3.1",
97+
"fuse.js": "7.1.0",
98+
"lodash": "4.17.21",
99+
"lucide-react": "0.542.0",
100+
"react": "18.3.1",
101+
"react-dom": "18.3.1",
102+
"tailwind-merge": "3.3.1",
103+
"tailwind-scrollbar": "3.1.0",
104+
"tailwindcss": "3.4.17"
104105
},
105106
"private": false,
106107
"repository": "TobikoData/sqlmesh",

0 commit comments

Comments
 (0)