Skip to content

Commit c76f490

Browse files
committed
format
1 parent e452501 commit c76f490

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

web/common/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
"react": "^18.3.1",
7878
"react-dom": "^18.3.1",
7979
"tailwind-merge": "^3.3.1",
80-
"tailwindcss": "^3.4.17",
81-
"tailwind-scrollbar": "^3.1.0"
80+
"tailwind-scrollbar": "^3.1.0",
81+
"tailwindcss": "^3.4.17"
8282
},
8383
"private": false,
8484
"repository": "TobikoData/sqlmesh",
@@ -93,6 +93,7 @@
9393
"storybook": "storybook dev -p 6006",
9494
"syncpack": "syncpack lint",
9595
"syncpack:fix": "syncpack fix-mismatches",
96+
"syncpack:format": "syncpack format",
9697
"syncpack:list": "syncpack list-mismatches",
9798
"test": "vitest",
9899
"test:ui": "vitest --ui",

0 commit comments

Comments
 (0)