@maz-ui/upgrade 5.0.0-beta.18 → 5.0.0-beta.24
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/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ from your todo list, then walk through the rest of the
|
|
|
8
8
|
need a human eye (theme `foundation.radius` reshape, `MazIcon` API,
|
|
9
9
|
`MazBadge` numeric sizes, `MazChart` `update-mode`).
|
|
10
10
|
|
|
11
|
-
The companion [`@maz-ui/mcp`](https://maz-ui.com/
|
|
11
|
+
The companion [`@maz-ui/mcp`](https://maz-ui.com/ecosystem/mcp) server lets your
|
|
12
12
|
AI assistant read the migration guide and apply the manual steps with full
|
|
13
13
|
context.
|
|
14
14
|
|
|
@@ -270,7 +270,7 @@ Next: see https://maz-ui.com/guide/migration-v5 for the manual steps
|
|
|
270
270
|
## What it does NOT do
|
|
271
271
|
|
|
272
272
|
Some changes need a human (or your AI assistant via the
|
|
273
|
-
[`@maz-ui/mcp`](https://maz-ui.com/
|
|
273
|
+
[`@maz-ui/mcp`](https://maz-ui.com/ecosystem/mcp) server) — see the
|
|
274
274
|
[migration guide](https://maz-ui.com/guide/migration-v5) for the full
|
|
275
275
|
context:
|
|
276
276
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maz-ui/upgrade",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.0.0-beta.
|
|
4
|
+
"version": "5.0.0-beta.24",
|
|
5
5
|
"description": "Automated source rewrites for migrating a project from Maz-UI v4 to v5.",
|
|
6
6
|
"author": "Louis Mazel <me@loicmazuel.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -42,14 +42,14 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"globby": "^16.2.0",
|
|
45
|
-
"@maz-ui/node": "5.0.0-beta.
|
|
45
|
+
"@maz-ui/node": "5.0.0-beta.24"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/node": "^25.9.0",
|
|
49
49
|
"typescript": "^5.9.3",
|
|
50
50
|
"unbuild": "^3.6.1",
|
|
51
51
|
"vitest": "4.1.6",
|
|
52
|
-
"@maz-ui/eslint-config": "5.0.0-beta.
|
|
52
|
+
"@maz-ui/eslint-config": "5.0.0-beta.24"
|
|
53
53
|
},
|
|
54
54
|
"lint-staged": {
|
|
55
55
|
"*.{js,ts,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix"
|