-
Notifications
You must be signed in to change notification settings - Fork 321
Upgrade @babel/preset-typescript to 7.0.0-rc.1 #242
Upgrade @babel/preset-typescript to 7.0.0-rc.1 #242
Conversation
| "repository": "zeit/next-plugins", | ||
| "dependencies": { | ||
| "@babel/preset-typescript": "7.0.0-beta.42" | ||
| "@babel/preset-typescript": "7.0.0-rc.1" |
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.
Given that this is an RC, can the dependency be declared as "^7.0.0-rc.1" (with ^)?
|
Next.js has to be upgraded first |
|
Will it be necessary to change anything there or will it be a simple version bump? Also curious what you think about adding |
|
Here's a simple PR to next.js that bumps babel version: vercel/next.js#4937 |
Fixes #4691 Fixes #4614 This PR gives path to vercel/next-plugins#242 I did not add or remove `^` near dependency versions in package.json files. However, I don't exclude that some changes can be made given that rc is more stable than beta.
|
Glad to see |
|
@timneutkens WDYT of bumping plugin versions? |
|
I released as |
|
But if there's any left please upgrade them 👌 |
|
Oh, I totally missed the new tags in the repo – that was dull 😅 Turns out that I was confused by |
|
No worries at all 🙏 |
This is a follow-up to #236, which should close #227.
Context: #236 (comment)