-
Notifications
You must be signed in to change notification settings - Fork 10
build: update packages #374
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
Conversation
f7da4fe
to
965137d
Compare
965137d
to
5e1acfb
Compare
@@ -29,7 +29,7 @@ | |||
}, | |||
"dependencies": { | |||
"@readme/emojis": "^4.0.0", | |||
"@readme/syntax-highlighter": "^10.13.0", | |||
"@readme/syntax-highlighter": "^10.13.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might have that codemirror problem again with this one when you pull it over into the site, I'm not sure. Hopefully not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yea, totally forgot about that.
"@semantic-release/git": "^10.0.1", | ||
"babel-jest": "^27.4.0", | ||
"babel-loader": "^8.2.3", | ||
"codemirror": "^5.64.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one might also cause problems, but hopefully not.
package.json
Outdated
"rdme": "^5.1.4", | ||
"prettier": "^2.5.0", | ||
"puppeteer": "^12.0.1", | ||
"rdme": "^5.2.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a v6 out now if you want to update this again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry for the untethered to a review comments. looks ok though
5e726e9
to
950e147
Compare
This PR was released!🚀 Changes included in v6.35.0-next.1 |
This PR was released!🚀 Changes included in v6.35.0 |
🧰 Changes
Updates a bunch of packages minor versions.
The snapshot updates are from puppeteer, it looks text or line height is being calculated slightly differently. I don't think this will effect the outputted code.
🧬 QA & Testing