Skip to content

Commit

Permalink
Update remark and remark-html dependencies (#31051)
Browse files Browse the repository at this point in the history
That example errors out on 
```
TypeError: (0 , remark__WEBPACK_IMPORTED_MODULE_0__.remark) is not a function
```
Updating those dependencies fixes the problem.



## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
  • Loading branch information
chemicalkosek committed Nov 6, 2021
1 parent 155aaa3 commit 9e339fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cms-strapi/package.json
Expand Up @@ -11,8 +11,8 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remark": "12.0.0",
"remark-html": "11.0.2"
"remark": "^14.0.1",
"remark-html": "^15.0.0"
},
"devDependencies": {
"autoprefixer": "10.2.6",
Expand Down

0 comments on commit 9e339fd

Please sign in to comment.