7 Commits

Author SHA1 Message Date
fdd5caaa9e Fix errors 2025-11-02 19:08:23 +03:00
4b76ea6fd8 Update all dependencies to v10 2025-11-02 07:15:08 +00:00
dcbe29abd6 Update all dependencies (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-02 10:13:03 +03:00
531f476ed0 Update module resolution in tsconfig 2025-11-02 10:12:33 +03:00
d93f938bc9 Update all dependencies to v10 2025-11-02 01:10:55 +00:00
2a9bf8aa25 Update dependencies 2025-10-29 08:50:55 +03:00
0eb5557881 Update @mantine/* dependencies to 8.3.6 2025-10-29 08:49:52 +03:00
4 changed files with 327 additions and 301 deletions

2
.nvmrc
View File

@ -1 +1 @@
24.10.0
24.11.0

View File

@ -20,11 +20,11 @@
"storybook:build": "storybook build"
},
"dependencies": {
"@mantine/core": "8.3.5",
"@mantine/hooks": "8.3.5",
"@mantine/core": "8.3.6",
"@mantine/hooks": "8.3.6",
"@next/bundle-analyzer": "^16.0.0",
"@tabler/icons-react": "^3.35.0",
"next": "16.0.0",
"next": "16.0.1",
"react": "19.2.0",
"react-dom": "19.2.0"
},
@ -33,9 +33,9 @@
"@eslint/eslintrc": "^3",
"@eslint/js": "^9.37.0",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@storybook/addon-themes": "^9.1.10",
"@storybook/nextjs": "^9.1.10",
"@storybook/react": "^9.1.10",
"@storybook/addon-themes": "^10.0.0",
"@storybook/nextjs": "^10.0.0",
"@storybook/react": "^10.0.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
@ -47,7 +47,7 @@
"babel-loader": "^10.0.0",
"eslint": "^9.37.0",
"eslint-config-mantine": "^4.0.3",
"eslint-config-next": "16.0.0",
"eslint-config-next": "16.0.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"jest": "^30.2.0",
@ -56,7 +56,7 @@
"postcss-preset-mantine": "1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.6.2",
"storybook": "^9.1.10",
"storybook": "^10.0.0",
"stylelint": "^16.25.0",
"stylelint-config-standard-scss": "^16.0.0",
"ts-jest": "^29.4.4",

View File

@ -10,7 +10,7 @@
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "react-jsx",

608
yarn.lock

File diff suppressed because it is too large Load Diff