mirror of
https://github.com/mantinedev/next-app-template.git
synced 2025-11-09 20:12:02 +10:00
Update dependencies to the latest version
This commit is contained in:
38
package.json
38
package.json
@ -22,44 +22,44 @@
|
||||
"dependencies": {
|
||||
"@mantine/core": "7.17.2",
|
||||
"@mantine/hooks": "7.17.2",
|
||||
"@next/bundle-analyzer": "^15.1.5",
|
||||
"@tabler/icons-react": "^3.28.1",
|
||||
"next": "15.1.5",
|
||||
"@next/bundle-analyzer": "^15.2.3",
|
||||
"@tabler/icons-react": "^3.31.0",
|
||||
"next": "15.2.3",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.26.0",
|
||||
"@eslint/js": "^9.18.0",
|
||||
"@babel/core": "^7.26.10",
|
||||
"@eslint/js": "^9.23.0",
|
||||
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
|
||||
"@storybook/nextjs": "^8.5.0",
|
||||
"@storybook/react": "^8.5.0",
|
||||
"@storybook/nextjs": "^8.6.8",
|
||||
"@storybook/react": "^8.6.8",
|
||||
"@testing-library/dom": "^10.4.0",
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@testing-library/react": "^16.2.0",
|
||||
"@testing-library/user-event": "^14.6.0",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/eslint-plugin-jsx-a11y": "^6",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/node": "^22.10.7",
|
||||
"@types/react": "19.0.7",
|
||||
"babel-loader": "^9.2.1",
|
||||
"eslint": "^9.18.0",
|
||||
"@types/node": "^22.13.11",
|
||||
"@types/react": "19.0.12",
|
||||
"babel-loader": "^10.0.0",
|
||||
"eslint": "^9.23.0",
|
||||
"eslint-config-mantine": "^4.0.3",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-react": "^7.37.4",
|
||||
"jest": "^29.7.0",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
"postcss": "^8.5.1",
|
||||
"postcss": "^8.5.3",
|
||||
"postcss-preset-mantine": "1.17.0",
|
||||
"postcss-simple-vars": "^7.0.1",
|
||||
"prettier": "^3.4.2",
|
||||
"storybook": "^8.5.0",
|
||||
"prettier": "^3.5.3",
|
||||
"storybook": "^8.6.8",
|
||||
"storybook-dark-mode": "^4.0.2",
|
||||
"stylelint": "^16.13.2",
|
||||
"stylelint": "^16.16.0",
|
||||
"stylelint-config-standard-scss": "^14.0.0",
|
||||
"ts-jest": "^29.2.5",
|
||||
"typescript": "5.7.3",
|
||||
"typescript-eslint": "^8.20.0"
|
||||
"ts-jest": "^29.2.6",
|
||||
"typescript": "5.8.2",
|
||||
"typescript-eslint": "^8.27.0"
|
||||
},
|
||||
"packageManager": "yarn@4.7.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user