Skip to content

Commit 202c980

Browse files
committed
meta: fix prod dependencies
1 parent f7f8c2c commit 202c980

File tree

4 files changed

+28
-33
lines changed

4 files changed

+28
-33
lines changed

packages/rehype-shiki/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"classnames": "catalog:",
4040
"hast-util-to-string": "^3.0.1",
4141
"shiki": "~3.22.0",
42+
"typescript": "catalog:",
4243
"unist-util-visit": "^5.1.0"
4344
},
4445
"devDependencies": {
45-
"cross-env": "catalog:",
46-
"typescript": "catalog:"
46+
"cross-env": "catalog:"
4747
},
4848
"imports": {
4949
"#rs/*": [

packages/ui-components/package.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@heroicons/react": "^2.2.0",
47+
"@orama/core": "^1.2.16",
4748
"@orama/ui": "^1.5.4",
4849
"@radix-ui/react-avatar": "^1.1.11",
4950
"@radix-ui/react-dialog": "^1.1.15",
@@ -54,39 +55,36 @@
5455
"@radix-ui/react-tabs": "~1.1.13",
5556
"@radix-ui/react-tooltip": "~1.2.8",
5657
"@tailwindcss/postcss": "~4.1.18",
58+
"@types/react": "catalog:",
5759
"@vcarl/remark-headings": "~0.1.0",
5860
"classnames": "catalog:",
61+
"postcss-cli": "^11.0.1",
5962
"postcss-calc": "^10.1.1",
60-
"tailwindcss": "catalog:"
63+
"react": "catalog:",
64+
"tailwindcss": "catalog:",
65+
"typescript": "catalog:"
6166
},
6267
"devDependencies": {
63-
"@orama/core": "^1.2.16",
6468
"@storybook/addon-styling-webpack": "^3.0.0",
6569
"@storybook/addon-themes": "^10.2.6",
6670
"@storybook/addon-webpack5-compiler-swc": "^4.0.2",
6771
"@storybook/react-webpack5": "^10.2.6",
6872
"@testing-library/user-event": "~14.6.1",
6973
"@types/node": "catalog:",
70-
"@types/react": "catalog:",
7174
"cross-env": "catalog:",
7275
"concurrently": "^8.2.2",
7376
"css-loader": "~7.1.2",
7477
"eslint-plugin-react": "~7.37.5",
7578
"eslint-plugin-react-hooks": "^7.0.1",
7679
"eslint-plugin-storybook": "~10.0.2",
7780
"global-jsdom": "^27.0.0",
78-
"postcss-cli": "^11.0.1",
7981
"postcss-loader": "~8.2.0",
80-
"react": "catalog:",
8182
"storybook": "^10.2.6",
8283
"style-loader": "~4.0.0",
8384
"stylelint": "^17.1.1",
8485
"stylelint-config-standard": "^40.0.0",
8586
"stylelint-order": "7.0.1",
86-
"stylelint-selector-bem-pattern": "4.0.1",
87-
"tailwindcss": "catalog:",
88-
"tsx": "^4.21.0",
89-
"typescript": "catalog:"
87+
"stylelint-selector-bem-pattern": "4.0.1"
9088
},
9189
"imports": {
9290
"#ui/*": {

pnpm-lock.yaml

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

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependsOn": ["^topo"]
1313
},
1414
"build": {
15-
"dependsOn": ["^topo"]
15+
"dependsOn": ["compile", "^topo"]
1616
},
1717
"lint": {
1818
"dependsOn": ["^topo"]

0 commit comments

Comments
 (0)