Skip to content
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

[core] Upgrade the dev dependencies #13016

Merged

Conversation

oliviertassinari
Copy link
Member

No description provided.

@eps1lon
Copy link
Member

eps1lon commented Sep 27, 2018

Is anything holding back next@7? I'm using it locally since I had issues with hot reloading in docs:dev so I made the switch. I think source maps were also an issue. Basically I'm not comfortable with canaries ;)

window.ga('send', {
hitType: 'pageview',
this.timer = setTimeout(() => {
window.ga('set', {
Copy link
Member Author

Choose a reason for hiding this comment

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

As suggested in the G.A. docs so future events have the right context.

@@ -1,29 +1,29 @@
import React from 'react';

class GoogleTag extends React.Component {
googleTimer = null;
class GoogleAnalytics extends React.Component {
Copy link
Member Author

Choose a reason for hiding this comment

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

Google tag manager makes two HTTP requests, Google analytics makes one.

@oliviertassinari
Copy link
Member Author

oliviertassinari commented Sep 27, 2018

@eps1lon We have that in the yarn.lock.

next@^7.0.0-canary.0:
-  version "7.0.0-canary.18"
-  resolved "https://registry.yarnpkg.com/next/-/next-7.0.0-canary.18.tgz#7811b8511232ae96b71e34663ed20f4d41fa87af"
+  version "7.0.0"
+  resolved "https://registry.yarnpkg.com/next/-/next-7.0.0.tgz#c919b325fbce21b6a1d6cd1cc0be148540e77bfd"

You are right, we can upgrade the package.json, no need to stay on canny. I think that we where using canary to leverage babel 7. It's stabe now, we can go back to the non cannary releaes to avoid fast changing regressions.

@oliviertassinari oliviertassinari merged commit 9901d4c into mui:master Sep 27, 2018
@oliviertassinari oliviertassinari deleted the upgrade-dev-dependencies-v10 branch September 27, 2018 08:45
marcelpanse pushed a commit to marcelpanse/material-ui that referenced this pull request Oct 2, 2018
@zannager zannager added the core Infrastructure work going on behind the scenes label Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Infrastructure work going on behind the scenes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants