Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 9, 2024
1 parent d6bc01f commit 0a86769
Show file tree
Hide file tree
Showing 2 changed files with 330 additions and 319 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"storybook:build": "storybook build"
},
"dependencies": {
"@mantine/core": "7.11.2",
"@mantine/hooks": "7.11.2",
"@mantine/notifications": "^7.11.2",
"@mantine/core": "7.12.0",
"@mantine/hooks": "7.12.0",
"@mantine/notifications": "^7.12.0",
"@next/bundle-analyzer": "^14.2.5",
"@tabler/icons": "^3.11.0",
"@tabler/icons-react": "^3.11.0",
"@tabler/icons": "^3.12.0",
"@tabler/icons-react": "^3.12.0",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -33,44 +33,44 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@next/eslint-plugin-next": "^14.2.5",
"@storybook/addon-essentials": "^8.2.6",
"@storybook/addon-essentials": "^8.2.8",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/blocks": "^8.2.6",
"@storybook/nextjs": "^8.2.6",
"@storybook/react": "^8.2.6",
"@storybook/blocks": "^8.2.8",
"@storybook/nextjs": "^8.2.8",
"@storybook/react": "^8.2.8",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.2",
"@types/node": "^22.2.0",
"@types/postcss-modules-values": "^4.0.2",
"@types/react": "18.3.3",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"babel-loader": "^9.1.3",
"eslint": "^8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-mantine": "3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.2.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"postcss-modules-values": "^4.0.0",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"storybook": "^8.2.6",
"storybook": "^8.2.8",
"storybook-dark-mode": "^4.0.2",
"stylelint": "^16.8.1",
"stylelint-config-standard-scss": "^13.1.0",
"ts-jest": "^29.2.3",
"ts-jest": "^29.2.4",
"typescript": "5.5.4"
},
"packageManager": "yarn@4.4.0"
Expand Down
Loading

0 comments on commit 0a86769

Please sign in to comment.