Skip to content

Commit

Permalink
fix(package): revert next-mdx-remote to v3 (#360)
Browse files Browse the repository at this point in the history
* fix(package): revert next-mdx-remote to v3

Signed-off-by: mateonunez <mateonunez95@gmail.com>

* chore(ci): remove Node v16 support

Signed-off-by: mateonunez <mateonunez95@gmail.com>

* chore(ci): legacy peer deps

Signed-off-by: mateonunez <mateonunez95@gmail.com>

---------

Signed-off-by: mateonunez <mateonunez95@gmail.com>
  • Loading branch information
mateonunez authored Oct 27, 2023
1 parent a300fdc commit 978f1de
Show file tree
Hide file tree
Showing 3 changed files with 659 additions and 180 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16, 18]
node: [18, 20]

steps:
- uses: actions/checkout@v3
Expand All @@ -19,7 +19,7 @@ jobs:
check-latest: true

- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps

- name: Run linter
run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint-plugin-react": "^7.33.2",
"gray-matter": "^4.0.3",
"gsap": "^3.12.2",
"next-mdx-remote": "^4.4.1",
"next-mdx-remote": "^3.0.8",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"react-lottie-player": "^1.5.5",
Expand Down
Loading

1 comment on commit 978f1de

@vercel
Copy link

@vercel vercel bot commented on 978f1de Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.