Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade possible #1

Open
mledwards opened this issue Apr 26, 2022 · 0 comments
Open

Upgrade possible #1

mledwards opened this issue Apr 26, 2022 · 0 comments

Comments

@mledwards
Copy link

mledwards commented Apr 26, 2022

This repo is great, thank you.

Not sure if this helps anyone but I upgraded next, storybook, autoprefixer, postcss, tailwindcss to the latest versions as off april 2022 (all with --legacy-deps), and removed @tailwindcss/postcss7-compat, and it worked first time 👍

New package.json

"dependencies": {
    "next": "^12.1.5",
    "react": "17.0.1",
    "react-dom": "17.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.13.8",
    "@storybook/addon-actions": "^6.4.22",
    "@storybook/addon-essentials": "^6.4.22",
    "@storybook/addon-links": "^6.4.22",
    "@storybook/react": "^6.4.22",
    "autoprefixer": "^10.4.5",
    "babel-loader": "^8.2.2",
    "postcss": "^8.4.12",
    "tailwindcss": "^3.0.24"
  }

I'm not currently able to do a PR, as this was all in amongst a project I'm halfway through, but I will when I get a moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant