Skip to content

Commit

Permalink
feat: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
martapanc committed Aug 27, 2023
1 parent 0166290 commit bec7a50
Show file tree
Hide file tree
Showing 2 changed files with 2,163 additions and 2,585 deletions.
43 changes: 21 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,16 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.5",
"@portabletext/react": "^3.0.4",
"@types/styled-components": "^5.1.0",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"clsx": "^2.0.0",
"focus-trap-react": "^10.1.4",
"framer-motion": "^10.12.18",
"graphql": "^16.8.0",
"i18next": "^23.4.5",
"inquirer-fuzzy-path": "^2.3.0",
"next": "^13.4.9",
"next-cloudinary": "^4.18.0",
"next-cloudinary": "^4.18.1",
"next-themes": "^0.2.1",
"plop": "^3.1.2",
"react": "^18.2.0",
Expand All @@ -47,47 +46,47 @@
"react-syntax-highlighter": "^15.5.0",
"react-tippy": "^1.4.0",
"strapi-flatten-graphql": "^0.1.0",
"styled-components": "^5.2.0",
"styled-components": "^6.0.7",
"tailwind-merge": "^1.12.0",
"typed.js": "^2.0.16"
},
"devDependencies": {
"@commitlint/cli": "^16.3.0",
"@commitlint/config-conventional": "^16.2.4",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@storybook/addon-essentials": "^7.3.2",
"@storybook/addon-interactions": "^7.3.2",
"@storybook/addon-links": "^7.3.2",
"@storybook/blocks": "^7.3.2",
"@storybook/nextjs": "^7.3.2",
"@storybook/react": "^7.3.2",
"@storybook/testing-library": "^0.2.0",
"@svgr/webpack": "^6.5.1",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/forms": "^0.5.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.7",
"@types/react-headroom": "^3.2.0",
"@types/react-syntax-highlighter": "^15.5.7",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.5.0",
"next-router-mock": "^0.7.5",
"next-sitemap": "^2.5.28",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.3",
"jest": "^29.6.4",
"lint-staged": "^14.0.1",
"next-router-mock": "^0.9.9",
"next-sitemap": "^4.2.2",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.1.13",
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3",
"storybook": "^7.3.2",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.5"
"typescript": "^5.2.2"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
Expand Down
Loading

0 comments on commit bec7a50

Please sign in to comment.