mirror of
https://github.com/mantinedev/next-app-template.git
synced 2025-11-13 08:12:34 +10:00
Update dependencies to the latest version
This commit is contained in:
62
package.json
62
package.json
@ -21,52 +21,52 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mantine/core": "7.10.2",
|
"@mantine/core": "7.10.2",
|
||||||
"@mantine/hooks": "7.10.2",
|
"@mantine/hooks": "7.10.2",
|
||||||
"@next/bundle-analyzer": "^14.1.3",
|
"@next/bundle-analyzer": "^14.2.4",
|
||||||
"@tabler/icons-react": "^3.0.0",
|
"@tabler/icons-react": "^3.6.0",
|
||||||
"next": "14.1.3",
|
"next": "14.2.4",
|
||||||
"react": "18.2.0",
|
"react": "18.3.1",
|
||||||
"react-dom": "18.2.0"
|
"react-dom": "18.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.24.0",
|
"@babel/core": "^7.24.7",
|
||||||
"@next/eslint-plugin-next": "^14.1.3",
|
"@next/eslint-plugin-next": "^14.2.4",
|
||||||
"@storybook/addon-essentials": "^8.1.3",
|
"@storybook/addon-essentials": "^8.1.10",
|
||||||
"@storybook/addon-styling-webpack": "^1.0.0",
|
"@storybook/addon-styling-webpack": "^1.0.0",
|
||||||
"@storybook/blocks": "^8.1.3",
|
"@storybook/blocks": "^8.1.10",
|
||||||
"@storybook/nextjs": "^8.1.3",
|
"@storybook/nextjs": "^8.1.10",
|
||||||
"@storybook/react": "^8.1.3",
|
"@storybook/react": "^8.1.10",
|
||||||
"@testing-library/dom": "^9.3.4",
|
"@testing-library/dom": "^10.1.0",
|
||||||
"@testing-library/jest-dom": "^6.4.2",
|
"@testing-library/jest-dom": "^6.4.6",
|
||||||
"@testing-library/react": "^14.2.1",
|
"@testing-library/react": "^16.0.0",
|
||||||
"@testing-library/user-event": "^14.5.2",
|
"@testing-library/user-event": "^14.5.2",
|
||||||
"@types/jest": "^29.5.12",
|
"@types/jest": "^29.5.12",
|
||||||
"@types/node": "^20.11.26",
|
"@types/node": "^20.14.8",
|
||||||
"@types/react": "18.2.65",
|
"@types/react": "18.3.3",
|
||||||
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
||||||
"@typescript-eslint/parser": "^7.2.0",
|
"@typescript-eslint/parser": "^7.13.1",
|
||||||
"babel-loader": "^9.1.3",
|
"babel-loader": "^9.1.3",
|
||||||
"eslint": "^8.57.0",
|
"eslint": "^8.57.0",
|
||||||
"eslint-config-airbnb": "19.0.4",
|
"eslint-config-airbnb": "19.0.4",
|
||||||
"eslint-config-airbnb-typescript": "^18.0.0",
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
||||||
"eslint-config-mantine": "3.2.0",
|
"eslint-config-mantine": "3.2.0",
|
||||||
"eslint-plugin-import": "^2.29.1",
|
"eslint-plugin-import": "^2.29.1",
|
||||||
"eslint-plugin-jest": "^27.9.0",
|
"eslint-plugin-jest": "^28.6.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.8.0",
|
"eslint-plugin-jsx-a11y": "^6.9.0",
|
||||||
"eslint-plugin-react": "^7.34.0",
|
"eslint-plugin-react": "^7.34.3",
|
||||||
"eslint-plugin-react-hooks": "^4.6.0",
|
"eslint-plugin-react-hooks": "^4.6.2",
|
||||||
"eslint-plugin-testing-library": "^6.2.0",
|
"eslint-plugin-testing-library": "^6.2.2",
|
||||||
"jest": "^29.7.0",
|
"jest": "^29.7.0",
|
||||||
"jest-environment-jsdom": "^29.7.0",
|
"jest-environment-jsdom": "^29.7.0",
|
||||||
"postcss": "^8.4.35",
|
"postcss": "^8.4.38",
|
||||||
"postcss-preset-mantine": "1.15.0",
|
"postcss-preset-mantine": "1.15.0",
|
||||||
"postcss-simple-vars": "^7.0.1",
|
"postcss-simple-vars": "^7.0.1",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.3.2",
|
||||||
"storybook": "^8.1.3",
|
"storybook": "^8.1.10",
|
||||||
"storybook-dark-mode": "^4.0.1",
|
"storybook-dark-mode": "^4.0.2",
|
||||||
"stylelint": "^16.2.1",
|
"stylelint": "^16.6.1",
|
||||||
"stylelint-config-standard-scss": "^13.0.0",
|
"stylelint-config-standard-scss": "^13.1.0",
|
||||||
"ts-jest": "^29.1.2",
|
"ts-jest": "^29.1.5",
|
||||||
"typescript": "5.4.2"
|
"typescript": "5.5.2"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.2.2"
|
"packageManager": "yarn@4.2.2"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user