Update dependencies and setup renovate

This commit is contained in:
Vitaly Rtishchev
2025-10-09 22:47:44 +03:00
parent dba951aee5
commit 801324e17e
3 changed files with 184 additions and 157 deletions

View File

@ -25,27 +25,27 @@
"@next/bundle-analyzer": "^15.5.4",
"@tabler/icons-react": "^3.35.0",
"next": "15.5.4",
"react": "19.1.1",
"react-dom": "19.1.1"
"react": "19.2.0",
"react-dom": "19.2.0"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@eslint/eslintrc": "^3",
"@eslint/js": "^9.36.0",
"@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",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/eslint-plugin-jsx-a11y": "^6",
"@types/jest": "^30.0.0",
"@types/node": "^24.6.1",
"@types/react": "19.1.16",
"@types/node": "^24.7.1",
"@types/react": "19.2.2",
"babel-loader": "^10.0.0",
"eslint": "^9.36.0",
"eslint": "^9.37.0",
"eslint-config-mantine": "^4.0.3",
"eslint-config-next": "15.5.4",
"eslint-plugin-jsx-a11y": "^6.10.2",
@ -57,11 +57,11 @@
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.6.2",
"storybook": "^9.1.10",
"stylelint": "^16.24.0",
"stylelint": "^16.25.0",
"stylelint-config-standard-scss": "^16.0.0",
"ts-jest": "^29.4.4",
"typescript": "5.9.3",
"typescript-eslint": "^8.45.0"
"typescript-eslint": "^8.46.0"
},
"packageManager": "yarn@4.10.3"
}