Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/site/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import next from '@next/eslint-plugin-next';
import * as mdx from 'eslint-plugin-mdx';
import react from 'eslint-plugin-react';
import * as hooks from 'eslint-plugin-react-hooks';
import hooks from 'eslint-plugin-react-hooks';

import baseConfig from '../../eslint.config.js';

Expand All @@ -11,7 +11,7 @@ export default baseConfig.concat([
},

react.configs.flat['jsx-runtime'],
hooks.configs['recommended-latest'],
hooks.configs.flat['recommended-latest'],
next.flatConfig.coreWebVitals,
mdx.flatCodeBlocks,

Expand Down
10 changes: 5 additions & 5 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,23 +90,23 @@
"@types/mdx": "^2.0.13",
"@types/semver": "~7.7.1",
"dedent": "^1.6.0",
"eslint-config-next": "15.5.4",
"eslint-config-next": "16.0.1",
"eslint-plugin-mdx": "~3.6.2",
"eslint-plugin-react": "~7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-hooks": "^7.0.1",
"global-jsdom": "^27.0.0",
"handlebars": "4.7.8",
"jsdom": "^27.0.0",
"mdast-util-from-markdown": "^2.0.2",
"nock": "^14.0.10",
"remark-frontmatter": "^5.0.0",
"stylelint": "16.24.0",
"stylelint-config-standard": "39.0.0",
"stylelint": "16.25.0",
"stylelint-config-standard": "39.0.1",
"stylelint-order": "7.0.0",
"stylelint-selector-bem-pattern": "4.0.1",
"tsx": "^4.20.6",
"typescript": "catalog:",
"typescript-eslint": "~8.45.0",
"typescript-eslint": "~8.46.2",
"user-agent-data-types": "0.4.2",
"wrangler": "^4.33.1"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@
},
"dependencies": {
"husky": "9.1.7",
"lint-staged": "16.2.3",
"lint-staged": "16.2.6",
"turbo": "2.5.8"
},
"devDependencies": {
"@eslint/js": "~9.36.0",
"@eslint/js": "~9.38.0",
"@reporters/github": "^1.11.0",
"@testing-library/react": "~16.3.0",
"cross-env": "^10.0.0",
"eslint": "~9.36.0",
"eslint": "~9.38.0",
"eslint-import-resolver-typescript": "~4.4.4",
"eslint-plugin-import-x": "~4.16.1",
"globals": "^16.3.0",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.6.14",
"typescript": "catalog:",
"typescript-eslint": "~8.45.0"
"typescript-eslint": "~8.46.2"
},
"packageManager": "pnpm@10.13.1",
"devEngines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-components/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import react from 'eslint-plugin-react';
import * as hooks from 'eslint-plugin-react-hooks';
import hooks from 'eslint-plugin-react-hooks';
import storybook from 'eslint-plugin-storybook';

import baseConfig from '../../eslint.config.js';

export default baseConfig.concat([
react.configs.flat['jsx-runtime'],
hooks.configs['recommended-latest'],
hooks.configs.flat['recommended-latest'],
...storybook.configs['flat/recommended'],

// Type-checking
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@
"cross-env": "catalog:",
"css-loader": "~7.1.2",
"eslint-plugin-react": "~7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-storybook": "~9.0.3",
"global-jsdom": "^27.0.0",
"postcss-cli": "^11.0.1",
"postcss-loader": "~8.2.0",
"react": "catalog:",
"storybook": "^9.1.10",
"style-loader": "~4.0.0",
"stylelint": "^16.24.0",
"stylelint-config-standard": "^39.0.0",
"stylelint": "^16.25.0",
"stylelint-config-standard": "^39.0.1",
"stylelint-order": "7.0.0",
"stylelint-selector-bem-pattern": "4.0.1",
"tailwindcss": "catalog:",
Expand Down
Loading
Loading