Skip to content

Commit c1e0d0f

Browse files
committed
Add type def package for react syntax highlighter in ui
1 parent f29da1b commit c1e0d0f

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

package-lock.json

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

packages/ui/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,23 @@
3535
"postcss": "^8.4.5",
3636
"prop-types": "^15.7.2",
3737
"react-copy-to-clipboard": "^5.1.0",
38+
"react-countdown": "^2.3.5",
3839
"react-feather": "^2.0.10",
3940
"react-markdown": "^8.0.3",
4041
"react-syntax-highlighter": "^15.5.0",
4142
"remark-gfm": "^3.0.1",
4243
"sse.js": "^0.6.1",
4344
"tailwind-merge": "^1.10.0",
4445
"tailwindcss": "^3.0.15",
45-
"tailwindcss-radix": "^1.6.0",
46-
"react-countdown": "^2.3.5"
46+
"tailwindcss-radix": "^1.6.0"
4747
},
4848
"devDependencies": {
4949
"@storybook/react": "^6.5.16",
5050
"@types/common-tags": "^1.8.1",
5151
"@types/react": "^17.0.37",
5252
"@types/react-copy-to-clipboard": "^5.0.4",
5353
"@types/react-dom": "^17.0.11",
54+
"@types/react-syntax-highlighter": "^15.5.6",
5455
"sql-formatter": "^12.2.0",
5556
"storybook-dark-mode": "^2.1.1",
5657
"typescript": "4.3.4"

0 commit comments

Comments
 (0)