Skip to content
10 changes: 5 additions & 5 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@orama/orama": "^3.1.18",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/postcss": "~4.2.2",
"@tailwindcss/postcss": "~4.3.0",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@vcarl/remark-headings": "~0.1.0",
Expand All @@ -57,8 +57,8 @@
"github-slugger": "~2.0.0",
"gray-matter": "~4.0.3",
"mdast-util-to-string": "^4.0.0",
"next": "16.2.4",
"next-intl": "~4.9.1",
"next": "16.2.6",
"next-intl": "~4.9.2",
"next-themes": "~0.4.6",
"postcss-calc": "~10.1.1",
"react": "catalog:",
Expand Down Expand Up @@ -96,9 +96,9 @@
"eslint-plugin-mdx": "~3.7.0",
"global-jsdom": "^29.0.0",
"handlebars": "4.7.9",
"jsdom": "^29.0.1",
"jsdom": "^29.1.1",
"mdast-util-from-markdown": "^2.0.3",
"nock": "^14.0.11",
"nock": "^14.0.15",
"remark-frontmatter": "^5.0.0",
"stylelint": "17.9.1",
"stylelint-config-standard": "40.0.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
},
"devDependencies": {
"@eslint/js": "~10.0.1",
"@reporters/github": "^1.12.0",
"@reporters/github": "^1.13.1",
"@testing-library/react": "~16.3.2",
"cross-env": "^10.1.0",
"eslint": "~10.2.1",
"eslint-import-resolver-typescript": "~4.4.4",
"eslint-plugin-import-x": "~4.16.2",
"globals": "^17.5.0",
"prettier": "3.8.3",
"prettier-plugin-tailwindcss": "0.7.2",
"prettier-plugin-tailwindcss": "0.8.0",
"typescript": "catalog:",
"typescript-eslint": "~8.59.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"semver": "^7.7.4",
"unified-lint-rule": "^3.0.1",
"unist-util-visit": "^5.1.0",
"yaml": "^2.8.3"
"yaml": "^2.8.4"
},
"devDependencies": {
"cross-env": "catalog:",
Expand Down
10 changes: 5 additions & 5 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/postcss": "~4.2.2",
"@tailwindcss/postcss": "~4.3.0",
"@types/react": "catalog:",
"@vcarl/remark-headings": "~0.1.0",
"classnames": "catalog:",
Expand All @@ -67,10 +67,10 @@
"devDependencies": {
"@eslint-react/eslint-plugin": "~3.0.0",
"@orama/core": "^1.2.19",
"@storybook/addon-styling-webpack": "~3.0.1",
"@storybook/addon-themes": "~10.3.3",
"@storybook/addon-styling-webpack": "~3.0.2",
"@storybook/addon-themes": "~10.3.6",
"@storybook/addon-webpack5-compiler-swc": "~4.0.3",
"@storybook/react-webpack5": "~10.3.3",
"@storybook/react-webpack5": "~10.3.6",
"@testing-library/user-event": "~14.6.1",
"@types/node": "catalog:",
"concurrently": "9.2.1",
Expand All @@ -81,7 +81,7 @@
"eslint-plugin-storybook": "10.3.3",
"global-jsdom": "29.0.0",
"postcss-loader": "8.2.1",
"storybook": "~10.3.3",
"storybook": "~10.3.6",
"style-loader": "4.0.0",
"stylelint": "17.9.1",
"stylelint-config-standard": "40.0.0",
Expand Down
Loading
Loading