@maka/maka-cli 5.2.5 → 5.2.7
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maka/maka-cli",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
|
|
6
6
|
"description": "A command line tool for scaffolding Meteor 2.x applications using React.",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"chdir": "^0.0.0",
|
|
101
101
|
"concat-stream": "^2.0.0",
|
|
102
102
|
"concurrently": "^9.0.1",
|
|
103
|
-
"esbuild": "^0.
|
|
103
|
+
"esbuild": "^0.25.11",
|
|
104
104
|
"globals": "^15.11.0",
|
|
105
105
|
"mkdirp": "^3.0.1",
|
|
106
106
|
"ts-jest": "^29.2.5",
|
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
"npm": ">=10.9.2"
|
|
114
114
|
},
|
|
115
115
|
"overrides": {
|
|
116
|
-
"glob": "11.0.0"
|
|
116
|
+
"glob": "^11.0.0",
|
|
117
|
+
"inflight": "npm:@maka/inflight-shim@1.0.0"
|
|
117
118
|
}
|
|
118
119
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maka/maka-cli",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
|
|
6
6
|
"description": "A command line tool for scaffolding Meteor 2.x applications using React.",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"chdir": "^0.0.0",
|
|
101
101
|
"concat-stream": "^2.0.0",
|
|
102
102
|
"concurrently": "^9.0.1",
|
|
103
|
-
"esbuild": "^0.
|
|
103
|
+
"esbuild": "^0.25.11",
|
|
104
104
|
"globals": "^15.11.0",
|
|
105
105
|
"mkdirp": "^3.0.1",
|
|
106
106
|
"ts-jest": "^29.2.5",
|
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
"npm": ">=10.9.2"
|
|
114
114
|
},
|
|
115
115
|
"overrides": {
|
|
116
|
-
"glob": "11.0.0"
|
|
116
|
+
"glob": "^11.0.0",
|
|
117
|
+
"inflight": "npm:@maka/inflight-shim@1.0.0"
|
|
117
118
|
}
|
|
118
119
|
}
|