Skip to content

Commit 3c3a6da

Browse files
committed
packages
1 parent ff62021 commit 3c3a6da

File tree

2 files changed

+112
-112
lines changed

2 files changed

+112
-112
lines changed

pnpm-lock.yaml

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/common/package.json

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -2,54 +2,54 @@
22
"name": "@tobikodata/sqlmesh-common",
33
"version": "0.0.1",
44
"dependencies": {
5-
"cronstrue": "^3.3.0"
5+
"cronstrue": "3.3.0"
66
},
77
"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"
5353
},
5454
"exports": {
5555
".": {
@@ -73,23 +73,23 @@
7373
"main": "dist/sqlmesh-common.umd.js",
7474
"module": "dist/sqlmesh-common.es.js",
7575
"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"
9393
},
9494
"private": false,
9595
"repository": "TobikoData/sqlmesh",

0 commit comments

Comments
 (0)