packages: upgrade

This commit is contained in:
vchikalkin 2024-12-09 15:57:33 +03:00
parent 33c3d83bc0
commit aa3ca43730
4 changed files with 601 additions and 1070 deletions

View File

@ -15,6 +15,6 @@ export const config = [
},
},
{
ignores: ['dist/**', '**/turbo/**', '**/.turbo/**'],
ignores: ['**/dist/**', '**/turbo/**', '**/.turbo/**'],
},
];

View File

@ -10,15 +10,7 @@ export const nextJsConfig = [
...baseConfig,
...awesome['react-typescript'],
{
rules: {
'import/extensions': [
'error',
'ignorePackages',
{
css: 'always',
},
],
},
ignores: ['**/.next/**'],
},
];

1645
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -4,9 +4,9 @@ packages:
catalog:
"@radix-ui/react-slot": ^1.1.0
"@types/node": ^20
"@types/react": ^18.3.1
"@types/react-dom": ^18.3.1
"@vchikalkin/eslint-config-awesome": ^2.0.5
"@types/react": ^19
"@types/react-dom": ^19
"@vchikalkin/eslint-config-awesome": ^2.0.6
autoprefixer: ^10.4.20
class-variance-authority: ^0.7.1
clsx: ^2.1.1
@ -16,14 +16,14 @@ catalog:
husky: ^9.1.7
lint-staged: ^15.2.10
lucide-react: ^0.462.0
next: ^15.0.3
next: ^15.0.4
postcss: ^8.4.49
postcss-load-config: ^6.0.1
prettier: ^3.2.5
react: 19.0.0-rc-5c56b873-20241107
react-dom: 19.0.0-rc-5c56b873-20241107
react: ^19
react-dom: ^19
tailwind-merge: ^2.5.5
tailwindcss: ^3.4.15
tailwindcss-animate: ^1.0.7
turbo: ^2.3.2
typescript: 5.5.4
typescript: ^5.7