Skip to content

Commit

Permalink
chore: remark-slug → rehype-slug (#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats authored Jan 1, 2025
1 parent 96146a5 commit a7e9214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"react-syntax-highlighter": "~15.6.1",
"react-timeago": "~7.2.0",
"react-twitter-widgets": "~1.11.0",
"remark-slug": "7",
"rehype-slug": "~6.0.0",
"sass": "~1.83.0",
"styled-components": "~6.1.13",
"styled-is": "~1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/markdown/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styled, { css } from 'styled-components'
import { wordBreak } from 'helpers/style'
import Mdx from 'mdx-scoped-runtime'
import { mqlCode } from 'helpers'
import slug from 'remark-slug'
import slug from 'rehype-slug'
import React from 'react'
import get from 'dlv'

Expand Down

0 comments on commit a7e9214

Please sign in to comment.