Skip to content

Commit 4e4e092

Browse files
committed
meta: fixed dependencies based on dependency-pinning.md
1 parent b887c58 commit 4e4e092

File tree

2 files changed

+104
-555
lines changed

2 files changed

+104
-555
lines changed

packages/ui-components/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -48,44 +48,44 @@
4848
"@orama/ui": "^1.5.4",
4949
"@radix-ui/react-avatar": "^1.1.11",
5050
"@radix-ui/react-dialog": "^1.1.15",
51-
"@radix-ui/react-dropdown-menu": "~2.1.16",
52-
"@radix-ui/react-label": "~2.1.8",
53-
"@radix-ui/react-select": "~2.2.6",
54-
"@radix-ui/react-separator": "~1.1.8",
55-
"@radix-ui/react-tabs": "~1.1.13",
56-
"@radix-ui/react-tooltip": "~1.2.8",
51+
"@radix-ui/react-dropdown-menu": "^2.1.16",
52+
"@radix-ui/react-label": "^2.1.8",
53+
"@radix-ui/react-select": "^2.2.6",
54+
"@radix-ui/react-separator": "^1.1.8",
55+
"@radix-ui/react-tabs": "^1.1.13",
56+
"@radix-ui/react-tooltip": "^1.2.8",
5757
"@tailwindcss/postcss": "~4.1.18",
5858
"@types/react": "catalog:",
5959
"@vcarl/remark-headings": "~0.1.0",
6060
"classnames": "catalog:",
61-
"postcss-cli": "^11.0.1",
62-
"postcss-calc": "^10.1.1",
61+
"postcss-cli": "11.0.1",
62+
"postcss-calc": "10.1.1",
6363
"react": "catalog:",
6464
"tailwindcss": "catalog:",
6565
"typescript": "catalog:"
6666
},
6767
"devDependencies": {
68-
"@storybook/addon-styling-webpack": "^3.0.0",
69-
"@storybook/addon-themes": "^10.2.6",
70-
"@storybook/addon-webpack5-compiler-swc": "^4.0.2",
71-
"@storybook/react-webpack5": "^10.2.6",
68+
"@storybook/addon-styling-webpack": "~3.0.0",
69+
"@storybook/addon-themes": "~10.2.6",
70+
"@storybook/addon-webpack5-compiler-swc": "~4.0.2",
71+
"@storybook/react-webpack5": "~10.2.6",
7272
"@testing-library/user-event": "~14.6.1",
7373
"@types/node": "catalog:",
7474
"cross-env": "catalog:",
75-
"concurrently": "^8.2.2",
76-
"css-loader": "~7.1.2",
77-
"eslint-plugin-react": "~7.37.5",
78-
"eslint-plugin-react-hooks": "^7.0.1",
79-
"eslint-plugin-storybook": "~10.0.2",
80-
"global-jsdom": "^27.0.0",
81-
"postcss-loader": "~8.2.0",
82-
"storybook": "^10.2.6",
83-
"style-loader": "~4.0.0",
84-
"stylelint": "^17.1.1",
85-
"stylelint-config-standard": "^40.0.0",
75+
"concurrently": "8.2.2",
76+
"css-loader": "7.1.2",
77+
"eslint-plugin-react": "7.37.5",
78+
"eslint-plugin-react-hooks": "7.0.1",
79+
"eslint-plugin-storybook": "10.0.7",
80+
"global-jsdom": "27.0.0",
81+
"postcss-loader": "8.2.0",
82+
"storybook": "~10.2.6",
83+
"style-loader": "4.0.0",
84+
"stylelint": "17.1.1",
85+
"stylelint-config-standard": "40.0.0",
8686
"stylelint-order": "7.0.1",
8787
"stylelint-selector-bem-pattern": "4.0.1",
88-
"tsx": "^4.21.0"
88+
"tsx": "4.21.0"
8989
},
9090
"imports": {
9191
"#ui/*": {

0 commit comments

Comments
 (0)