Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Sep 30, 2024
1 parent 3544287 commit 5f29506
Show file tree
Hide file tree
Showing 2 changed files with 317 additions and 289 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"storybook:build": "storybook build"
},
"dependencies": {
"@mantine/core": "7.12.2",
"@mantine/form": "^7.12.2",
"@mantine/hooks": "7.12.2",
"@mantine/notifications": "^7.12.2",
"@mantine/core": "7.13.1",
"@mantine/form": "^7.13.1",
"@mantine/hooks": "7.13.1",
"@mantine/notifications": "^7.13.1",
"@next/bundle-analyzer": "^14.2.13",
"@tabler/icons": "^3.17.0",
"@tabler/icons-react": "^3.17.0",
"@tabler/icons": "^3.19.0",
"@tabler/icons-react": "^3.19.0",
"@visx/visx": "^3.11.0",
"cookies-next": "^4.2.1",
"next": "14.2.13",
Expand All @@ -38,21 +38,21 @@
"@eslint/js": "^9.11.1",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@next/eslint-plugin-next": "^14.2.13",
"@storybook/addon-essentials": "^8.3.3",
"@storybook/addon-essentials": "^8.3.4",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/blocks": "^8.3.3",
"@storybook/nextjs": "^8.3.3",
"@storybook/react": "^8.3.3",
"@storybook/blocks": "^8.3.4",
"@storybook/nextjs": "^8.3.4",
"@storybook/react": "^8.3.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/node": "^22.6.1",
"@types/node": "^22.7.4",
"@types/postcss-modules-values": "^4.0.2",
"@types/react": "18.3.9",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@types/react": "18.3.10",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"babel-loader": "^9.2.1",
"eslint": "^9.11.1",
"eslint-config-airbnb": "19.0.4",
Expand All @@ -63,7 +63,7 @@
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.3.0",
"jest": "^29.7.0",
Expand All @@ -73,13 +73,13 @@
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"storybook": "^8.3.3",
"storybook": "^8.3.4",
"storybook-dark-mode": "^4.0.2",
"stylelint": "^16.9.0",
"stylelint-config-standard-scss": "^13.1.0",
"ts-jest": "^29.2.5",
"typescript": "5.6.2",
"typescript-eslint": "^8.7.0"
"typescript-eslint": "^8.8.0"
},
"packageManager": "yarn@4.4.0"
}
Loading

0 comments on commit 5f29506

Please sign in to comment.