@mui/codemod 5.2.1 → 5.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/codemod.js CHANGED
File without changes
@@ -79,14 +79,14 @@ function SellHero() {
79
79
  align: "center",
80
80
  variant: "h3",
81
81
  color: "textSecondary",
82
- children: 'Build your React themes business on the official MUI store.'
82
+ children: 'Build your React themes business on the official MUI Store.'
83
83
  })), /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
84
84
  className: classes.actions,
85
85
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Button2.default, {
86
86
  variant: "contained",
87
87
  component: _Link.default,
88
88
  naked: true,
89
- to: "https://material-ui.zendesk.com/hc/en-us/articles/360008775380-How-do-I-apply-to-be-a-contributor-",
89
+ to: "https://support.mui.com/hc/en-us/articles/360008775380-How-do-I-apply-to-be-a-contributor-",
90
90
  target: "_blank",
91
91
  rel: "noopener",
92
92
  className: classes.apply,
@@ -88,14 +88,14 @@ function SellHero() {
88
88
  align: "center",
89
89
  variant: "h3",
90
90
  color: "textSecondary",
91
- children: 'Build your React themes business on the official MUI store.'
91
+ children: 'Build your React themes business on the official MUI Store.'
92
92
  })), /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
93
93
  className: classes.actions,
94
94
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Button2.default, {
95
95
  variant: "contained",
96
96
  component: _Link.default,
97
97
  naked: true,
98
- to: "https://material-ui.zendesk.com/hc/en-us/articles/360008775380-How-do-I-apply-to-be-a-contributor-",
98
+ to: "https://support.mui.com/hc/en-us/articles/360008775380-How-do-I-apply-to-be-a-contributor-",
99
99
  target: "_blank",
100
100
  rel: "noopener",
101
101
  className: classes.apply,
@@ -208,7 +208,7 @@ class AppAppBar extends _react.default.Component {
208
208
  }), essential ? null : /*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
209
209
  className: classes.item,
210
210
  component: _Link.default,
211
- to: "https://material-ui.zendesk.com/hc/en-us",
211
+ to: "https://support.mui.com/hc/en-us",
212
212
  target: "_blank",
213
213
  children: 'Help'
214
214
  }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_NoSsr.default, {
@@ -223,7 +223,7 @@ class AppAppBar extends _react.default.Component {
223
223
  }), essential ? null : /*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
224
224
  className: classes.item,
225
225
  component: _Link.default,
226
- to: "https://material-ui.zendesk.com/hc/en-us",
226
+ to: "https://support.mui.com/hc/en-us",
227
227
  target: "_blank",
228
228
  children: 'Help'
229
229
  }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_NoSsr.default, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/codemod",
3
- "version": "5.2.1",
3
+ "version": "5.2.2",
4
4
  "bin": "./codemod.js",
5
5
  "private": false,
6
6
  "author": "MUI Team",
@@ -25,13 +25,17 @@
25
25
  },
26
26
  "license": "MIT",
27
27
  "homepage": "https://github.com/mui-org/material-ui/tree/master/packages/mui-codemod",
28
+ "funding": {
29
+ "type": "opencollective",
30
+ "url": "https://opencollective.com/mui"
31
+ },
28
32
  "dependencies": {
29
33
  "@babel/core": "^7.16.0",
30
34
  "@babel/runtime": "^7.16.3",
31
35
  "@babel/traverse": "^7.16.3",
32
36
  "jscodeshift": "^0.13.0",
33
37
  "jscodeshift-add-imports": "^1.0.10",
34
- "yargs": "^17.2.1"
38
+ "yargs": "^17.3.0"
35
39
  },
36
40
  "devDependencies": {
37
41
  "@types/jscodeshift": "0.11.3"