Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martapanc committed Nov 19, 2024
1 parent 2f8d31a commit cc7d3b6
Show file tree
Hide file tree
Showing 3 changed files with 649 additions and 676 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"@cyberblast/react-wordcloud": "^1.2.9",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@heroicons/react": "^2.1.5",
"@mui/material": "^6.1.6",
"@heroicons/react": "^2.2.0",
"@mui/material": "^6.1.7",
"@sendgrid/mail": "^8.1.4",
"@types/cookie": "^0.6.0",
"@types/cookie": "^1.0.0",
"@types/react-dom": "^18.3.1",
"@types/react-google-recaptcha": "^2.1.9",
"@types/styled-components": "^5.1.34",
Expand All @@ -40,12 +40,12 @@
"cookie": "^1.0.1",
"focus-trap-react": "^10.3.1",
"formik": "^2.4.6",
"framer-motion": "^11.11.11",
"i18next": "^23.16.5",
"framer-motion": "^11.11.17",
"i18next": "^23.16.6",
"inquirer-fuzzy-path": "^2.3.0",
"js-cookie": "^3.0.5",
"moment": "^2.30.1",
"next": "^14.2.17",
"next": "^14.2.18",
"next-cloudinary": "^6.16.0",
"next-themes": "^0.4.3",
"node-fetch": "^3.3.2",
Expand Down Expand Up @@ -76,52 +76,52 @@
"yup": "^1.4.0"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/addon-links": "^8.4.2",
"@storybook/addon-mdx-gfm": "^8.4.2",
"@storybook/blocks": "^8.4.2",
"@storybook/nextjs": "^8.4.2",
"@storybook/react": "^8.4.2",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@storybook/addon-essentials": "^8.4.4",
"@storybook/addon-interactions": "^8.4.4",
"@storybook/addon-links": "^8.4.4",
"@storybook/addon-mdx-gfm": "^8.4.4",
"@storybook/blocks": "^8.4.4",
"@storybook/nextjs": "^8.4.4",
"@storybook/react": "^8.4.4",
"@storybook/testing-library": "^0.2.2",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/forms": "^0.5.9",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/js-cookie": "^3.0.6",
"@types/node-fetch": "^2.6.11",
"@types/node-fetch": "^2.6.12",
"@types/prop-types": "^15.7.13",
"@types/react": "^18.3.12",
"@types/react-headroom": "^3.2.3",
"@types/react-simple-maps": "^3.0.6",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-config-next": "^14.2.17",
"eslint": "^9.15.0",
"eslint-config-next": "^15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-storybook": "^0.11.0",
"eslint-plugin-storybook": "^0.11.1",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^15.12.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.10",
"next-router-mock": "^0.9.13",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.48",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"storybook": "^8.4.2",
"tailwindcss": "^3.4.14",
"prettier-plugin-tailwindcss": "^0.6.9",
"storybook": "^8.4.4",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit cc7d3b6

Please sign in to comment.