We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e452501 commit c76f490Copy full SHA for c76f490
web/common/package.json
@@ -77,8 +77,8 @@
77
"react": "^18.3.1",
78
"react-dom": "^18.3.1",
79
"tailwind-merge": "^3.3.1",
80
- "tailwindcss": "^3.4.17",
81
- "tailwind-scrollbar": "^3.1.0"
+ "tailwind-scrollbar": "^3.1.0",
+ "tailwindcss": "^3.4.17"
82
},
83
"private": false,
84
"repository": "TobikoData/sqlmesh",
@@ -93,6 +93,7 @@
93
"storybook": "storybook dev -p 6006",
94
"syncpack": "syncpack lint",
95
"syncpack:fix": "syncpack fix-mismatches",
96
+ "syncpack:format": "syncpack format",
97
"syncpack:list": "syncpack list-mismatches",
98
"test": "vitest",
99
"test:ui": "vitest --ui",
0 commit comments